Uses of Class
org.eclipse.jetty.websocket.core.messages.AbstractMessageSink
Package
Description
-
Uses of AbstractMessageSink in org.eclipse.jetty.websocket.common.internal
-
Uses of AbstractMessageSink in org.eclipse.jetty.websocket.core.messages
Modifier and TypeClassDescriptionclass
AMessageSink
implementation that accumulates BINARY frames into a message that is then delivered to the application function passed to the constructor in the form of abyte[]
.class
AMessageSink
implementation that accumulates BINARY frames into a message that is then delivered to the application function passed to the constructor in the form of aByteBuffer
.class
A partial implementation ofMessageSink
for methods that consume WebSocket messages using blocking stream APIs, typically viaInputStream
orReader
.class
class
AMessageSink
implementation that delivers BINARY frames to the application function passed to the constructor in the form of abyte[]
.class
AMessageSink
implementation that delivers BINARY frames to the application function passed to the constructor in the form of aByteBuffer
.class
AMessageSink
implementation that delivers TEXT frames to the application function passed to the constructor in the form of aString
.class
class
AMessageSink
implementation that accumulates TEXT frames into a message that is then delivered to the application function passed to the constructor in the form of aString
.