Package org.eclipse.jetty.websocket.core.messages
package org.eclipse.jetty.websocket.core.messages
- 
ClassDescriptionAbstract implementation of
MessageSink.AMessageSinkimplementation that accumulates BINARY frames into a message that is then delivered to the application function passed to the constructor in the form of abyte[].AMessageSinkimplementation that accumulates BINARY frames into a message that is then delivered to the application function passed to the constructor in the form of aByteBuffer.A partial implementation ofMessageSinkfor methods that consume WebSocket messages using blocking stream APIs, typically viaInputStreamorReader.Support class for reading a WebSocket BINARY message via a InputStream.Support for writing a single WebSocket BINARY message via aOutputStreamSupport class for reading a (single) WebSocket TEXT message via a Reader.A consumer of WebSocket data frames (either BINARY or TEXT).Support for writing a single WebSocket TEXT message via aWriterAMessageSinkimplementation that delivers BINARY frames to the application function passed to the constructor in the form of abyte[].AMessageSinkimplementation that delivers BINARY frames to the application function passed to the constructor in the form of aByteBuffer.AMessageSinkimplementation that delivers TEXT frames to the application function passed to the constructor in the form of aString.AMessageSinkimplementation that accumulates TEXT frames into a message that is then delivered to the application function passed to the constructor in the form of aString.