Uses of Package
org.eclipse.jetty.websocket.core.messages
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
ClassDescriptionSupport for writing a single WebSocket BINARY message via a
OutputStream
A consumer of WebSocket data frames (either BINARY or TEXT).Support for writing a single WebSocket TEXT message via aWriter
-
-
-
ClassDescriptionAbstract implementation of
MessageSink
.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
.A consumer of WebSocket data frames (either BINARY or TEXT).AMessageSink
implementation that delivers BINARY frames to the application function passed to the constructor in the form of aByteBuffer
. -
ClassDescriptionAbstract implementation of
MessageSink
.A partial implementation ofMessageSink
for methods that consume WebSocket messages using blocking stream APIs, typically viaInputStream
orReader
.Support class for reading a (single) WebSocket TEXT message via a Reader.A consumer of WebSocket data frames (either BINARY or TEXT).