Package io.undertow.websockets.core
package io.undertow.websockets.core
-
ClassDescriptionA receive listener that performs a callback when it receives a message
OutputStream
implementation which buffers all the data untilBinaryOutputStream.close()
is called and then will try to send it in a blocking fashion with the providedStreamSinkFrameChannel
.A buffered binary message.A buffered text message.A close messageBase class for processes Frame bases StreamSourceChannels.Utility class which allows to extract a UTF8 String from bytes respecting valid code-pointsAConnectedChannel
which can be used to send and receive WebSocket Frames.Interface that represents a frame channel that is in the process of being createdBase class for all WebSocket ExceptionsWebSocketException which will be thrown if a corrupted frame was detectedWeb socket frame priorityThe different WebSocketFrame types which are out there.WebSocketException
which should be used during the WebSocket-Handshake processing.WebSocketException which will be thrown if a corrupted frame was detectedlog messages start at 25000Warning this class consists of generated code.start at 20000Warning this class consists of generated code.Utility class which holds general useful utility methods which can be used within WebSocket implementations.Enum which list all the different versions of the WebSocket specification (to the current date).