Uses of Class
org.eclipse.jetty.websocket.core.messages.AbstractMessageSink
Packages that use AbstractMessageSink
-
Uses of AbstractMessageSink in org.eclipse.jetty.websocket.core.messages
Subclasses of AbstractMessageSink in org.eclipse.jetty.websocket.core.messagesModifier and TypeClassDescriptionclassAMessageSinkimplementation that accumulates BINARY frames into a message that is then delivered to the application function passed to the constructor in the form of abyte[].classAMessageSinkimplementation that accumulates BINARY frames into a message that is then delivered to the application function passed to the constructor in the form of aByteBuffer.classA partial implementation ofMessageSinkfor methods that consume WebSocket messages using blocking stream APIs, typically viaInputStreamorReader.classclassAMessageSinkimplementation that delivers BINARY frames to the application function passed to the constructor in the form of abyte[].classAMessageSinkimplementation that delivers BINARY frames to the application function passed to the constructor in the form of aByteBuffer.classAMessageSinkimplementation that delivers TEXT frames to the application function passed to the constructor in the form of aString.classclassAMessageSinkimplementation that accumulates TEXT frames into a message that is then delivered to the application function passed to the constructor in the form of aString.