- generate(long, Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxGenerator
-
- generate(WriteCallback, MuxControlBlock...) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxGenerator
-
- generate(Frame) - Method in class org.eclipse.jetty.websocket.common.Generator
-
generate a byte buffer based on the frame being passed in
bufferSize is determined by the length of the payload + 28 for frame overhead
- generate(int, Frame) - Method in class org.eclipse.jetty.websocket.common.Generator
-
Generate, into a ByteBuffer, no more than bufferSize of contents from the frame.
- Generator - Class in org.eclipse.jetty.websocket.common
-
Generating a frame in WebSocket land.
- Generator(WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.common.Generator
-
Construct Generator with provided policy and bufferPool
- Generator(WebSocketPolicy, ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.websocket.common.Generator
-
Construct Generator with provided policy and bufferPool
- getAddClient() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
- getAddServer() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.Generator
-
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getBufferSize() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.DeflateCompressionMethod
-
- getBufferSize() - Method in class org.eclipse.jetty.websocket.common.io.WriteBytesProvider
-
- getByteBuffer() - Method in class org.eclipse.jetty.websocket.common.io.WriteBytesProvider
-
Get the next ByteBuffer to write.
- getChannel(long, boolean) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
- getChannelId() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- getChannelId() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxedFrame
-
- getChannelId() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- getChannelId() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- getChannelId() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxDropChannel
-
- getChannelId() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxFlowControl
-
- getCloseInfo() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- getCode() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxDropChannel
-
- getConfig() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- getConnection() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- getConnection() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getConnectionState() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- getContinuationIndex() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
The number of fragments this frame consists of.
- getEncoding() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- getEncoding() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- getEvents() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxParser
-
- getExtensionFactory() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getExtensions() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- getExtensions() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Get the list of extensions in use.
- getFillableErrorCount() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
-
- getFillInterestedCount() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
-
- getGenerator() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getHandshake() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- getHandshake() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- getHandshakeSize() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- getHandshakeSize() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
The idle timeout in milliseconds
- getIncomingFramesHandler() - Method in class org.eclipse.jetty.websocket.common.Parser
-
- getIncomingHandler() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getInetSocketAddress() - Method in class org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint
-
- getInitialSendQuota() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxNewChannelSlot
-
- getIOState() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- getIOState() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getIOState() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get the IOState of the connection.
- getLocalAddress() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- getLocalAddress() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
- getLocalAddress() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getMask() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getMaxIdleTimeout() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Set the maximum number of milliseconds of idleness before the connection is closed/disconnected, (ie no frames are either sent or received)
- getMaximumMessageSize() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getMethod() - Method in class org.eclipse.jetty.websocket.common.events.EventMethod
-
- getMethods(Class<?>) - Method in class org.eclipse.jetty.websocket.common.events.EventDriverFactory
-
- getMuxDropChannel() - Method in exception org.eclipse.jetty.websocket.common.extensions.mux.MuxPhysicalConnectionException
-
- getName() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
Get the list of negotiated extensions, each entry being a full "name; params" extension configuration
- getNextIncoming() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- getNextIncoming() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- getNextOutgoing() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- getNextOutgoing() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- getNumberOfSlots() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxNewChannelSlot
-
- getOnFillableCount() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
-
- getOpCode() - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.MuxControlBlock
-
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxDropChannel
-
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxFlowControl
-
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxNewChannelSlot
-
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- getOutgoing() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxGenerator
-
- getOutgoingHandler() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getParam(String) - Method in class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
-
- getParamTypes() - Method in class org.eclipse.jetty.websocket.common.events.EventMethod
-
- getParser() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getPayload() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
Get the payload ByteBuffer.
- getPayloadAsUTF8() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- getPayloadLength() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- getPayloadStart() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- getPhrase() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxDropChannel
-
- getPhysicalHandshakeRequest() - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.add.MuxAddServer
-
- getPhysicalHandshakeResponse() - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.add.MuxAddServer
-
- getPojoClass() - Method in class org.eclipse.jetty.websocket.common.events.EventMethods
-
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getPolicy() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
The policy that the connection is running under.
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.Parser
-
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getProtocolVersion() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getReason() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
-
- getRemote() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getRemoteAddress() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- getRemoteAddress() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Get the remote address of the physical connection.
- getRemoteAddress() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getRemoteAddress() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get the remote Address in use for this connection.
- getRemoteAddress() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getRequestURI() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getRsv() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- getRsv() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- getRsv() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxDropChannel
-
- getRsv() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxFlowControl
-
- getRsv() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxNewChannelSlot
-
- getScheduler() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getSendQuotaSize() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxFlowControl
-
- getSession() - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- getSession() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- getSession() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getSession() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get the Session for this connection
- getStats() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- getStatusCode() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
-
- getType() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- getUpgradeRequest() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getUpgradeResponse() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- getValue() - Method in enum org.eclipse.jetty.websocket.common.extensions.mux.op.MuxDropChannel.Reason
-
- IDENTITY_ENCODING - Static variable in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- IDENTITY_ENCODING - Static variable in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- IdentityExtension - Class in org.eclipse.jetty.websocket.common.extensions.identity
-
- IdentityExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
-
- incomingError(WebSocketException) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- incomingError(WebSocketException) - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- incomingError(WebSocketException) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- incomingError(WebSocketException) - Method in class org.eclipse.jetty.websocket.common.extensions.fragment.FragmentExtension
-
- incomingError(WebSocketException) - Method in class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
-
- incomingError(WebSocketException) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
Incoming exceptions from Muxer.
- incomingError(WebSocketException) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Incoming parser errors
- incomingError(WebSocketException) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Incoming Errors from Parser
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.FrameCompressionExtension
-
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.MessageCompressionExtension
-
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.fragment.FragmentExtension
-
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
-
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.AbstractMuxExtension
-
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
Incoming frames from Muxer
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Incoming mux encapsulated frames.
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Incoming Raw Frames from Parser
- input(ByteBuffer) - Method in interface org.eclipse.jetty.websocket.common.extensions.compress.CompressionMethod.Process
-
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.common.io.payload.NoOpValidator
-
- InvalidSignatureException - Exception in org.eclipse.jetty.websocket.common.events
-
- InvalidSignatureException(String) - Constructor for exception org.eclipse.jetty.websocket.common.events.InvalidSignatureException
-
- IOState - Class in org.eclipse.jetty.websocket.common.io
-
- IOState() - Constructor for class org.eclipse.jetty.websocket.common.io.IOState
-
- IOState.ConnectionStateListener - Interface in org.eclipse.jetty.websocket.common.io
-
- isActive() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- isClosed() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- isClosed() - Method in class org.eclipse.jetty.websocket.common.io.WriteBytesProvider
-
Used to test for the final frame possible to be enqueued, the CLOSE frame.
- isClosed() - Method in class org.eclipse.jetty.websocket.common.message.MessageOutputStream
-
- isClosed() - Method in class org.eclipse.jetty.websocket.common.message.MessageWriter
-
- isContinuation() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isControlFrame(byte) - Static method in class org.eclipse.jetty.websocket.common.OpCode
-
- isControlFrame() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isDataFrame(byte) - Static method in class org.eclipse.jetty.websocket.common.OpCode
-
- isDataFrame() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isDeltaEncoded() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- isDeltaEncoded() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- isDone() - Method in interface org.eclipse.jetty.websocket.common.extensions.compress.CompressionMethod.Process
-
- isDone() - Method in class org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParser
-
- isFailed() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- isFallback() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxNewChannelSlot
-
- isFin() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isHarsh() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
-
- isHasSession() - Method in class org.eclipse.jetty.websocket.common.events.EventMethod
-
- isIdentityEncoded() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelRequest
-
- isIdentityEncoded() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.op.MuxAddChannelResponse
-
- isInputAvailable() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- isKnown(byte) - Static method in class org.eclipse.jetty.websocket.common.OpCode
-
Test for known opcodes (per the RFC spec)
- isLast() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isLastFrame() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isMasked() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isOpen() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- isOpen() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Is the muxer and the physical connection still open?
- isOpen() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- isOpen() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- isOpen() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Test if logical connection is still open
- isOpen() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- isOutputAvailable() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- isReading() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- isReading() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- isReading() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Tests if the connection is actively reading.
- isRsv1() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isRsv1InUse() - Method in class org.eclipse.jetty.websocket.common.Generator
-
- isRsv1InUse() - Method in class org.eclipse.jetty.websocket.common.Parser
-
- isRsv1User() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
Used to indicate that the extension makes use of the RSV1 bit of the base websocket framing.
- isRsv1User() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.FrameCompressionExtension
-
Indicates use of RSV1 flag for indicating deflation is in use.
- isRsv1User() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.MessageCompressionExtension
-
Indicates use of RSV1 flag for indicating deflation is in use.
- isRsv2() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isRsv2InUse() - Method in class org.eclipse.jetty.websocket.common.Generator
-
- isRsv2InUse() - Method in class org.eclipse.jetty.websocket.common.Parser
-
- isRsv2User() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
Used to indicate that the extension makes use of the RSV2 bit of the base websocket framing.
- isRsv3() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- isRsv3InUse() - Method in class org.eclipse.jetty.websocket.common.Generator
-
- isRsv3InUse() - Method in class org.eclipse.jetty.websocket.common.Parser
-
- isRsv3User() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
Used to indicate that the extension makes use of the RSV3 bit of the base websocket framing.
- isSecure() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- isStreaming() - Method in class org.eclipse.jetty.websocket.common.events.EventMethod
-
- isTextDataDecoder() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
Used to indicate that the extension works as a decoder of TEXT Data Frames.
- isTextDataDecoder() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.FrameCompressionExtension
-
Indicate that this extensions is now responsible for TEXT Data Frame compliance to the WebSocket spec.
- isTextDataDecoder() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.MessageCompressionExtension
-
- onAbnormalClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
A websocket connection has been disconnected for abnormal close reasons.
- onBinary - Variable in class org.eclipse.jetty.websocket.common.events.EventMethods
-
- onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.ListenerEventDriver
-
- onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.common.events.ListenerEventDriver
-
- onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- onClose - Variable in class org.eclipse.jetty.websocket.common.events.EventMethods
-
- onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.events.ListenerEventDriver
-
- onClose() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- onClose() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Physical connection disconnect.
- onCloseLocal(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
A close handshake has been issued from the local endpoint
- onCloseRemote(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
A close handshake has been received from the remote endpoint
- onConnect() - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onConnect() - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- onConnect - Variable in class org.eclipse.jetty.websocket.common.events.EventMethods
-
- onConnect() - Method in class org.eclipse.jetty.websocket.common.events.ListenerEventDriver
-
- onConnected() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
WebSocket has successfully upgraded, but the end-user onOpen call hasn't run yet.
- onConnectionStateChange(ConnectionState) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- onConnectionStateChange(ConnectionState) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- onConnectionStateChange(ConnectionState) - Method in interface org.eclipse.jetty.websocket.common.io.IOState.ConnectionStateListener
-
- onConnectionStateChange(ConnectionState) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- onError(Throwable) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onError(Throwable) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- onError - Variable in class org.eclipse.jetty.websocket.common.events.EventMethods
-
- onError(Throwable) - Method in class org.eclipse.jetty.websocket.common.events.ListenerEventDriver
-
- onFailedUpgrade() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
A websocket connection has failed its upgrade handshake, and is now closed.
- onFillable() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- onFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- onFrame - Variable in class org.eclipse.jetty.websocket.common.events.EventMethods
-
- onFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.events.ListenerEventDriver
-
- onInputStream(InputStream) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onMuxAddChannelRequest(MuxAddChannelRequest) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Incoming mux control block, destined for the control channel (id 0)
- onMuxAddChannelRequest(MuxAddChannelRequest) - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.MuxParser.Listener
-
- onMuxAddChannelResponse(MuxAddChannelResponse) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Incoming mux control block, destined for the control channel (id 0)
- onMuxAddChannelResponse(MuxAddChannelResponse) - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.MuxParser.Listener
-
- onMuxDropChannel(MuxDropChannel) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Incoming mux control block, destined for the control channel (id 0)
- onMuxDropChannel(MuxDropChannel) - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.MuxParser.Listener
-
- onMuxedFrame(MuxedFrame) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Incoming mux-unwrapped frames, destined for a sub-channel
- onMuxedFrame(MuxedFrame) - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.MuxParser.Listener
-
- onMuxException(MuxException) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
- onMuxException(MuxException) - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.MuxParser.Listener
-
- onMuxFlowControl(MuxFlowControl) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Incoming mux control block, destined for the control channel (id 0)
- onMuxFlowControl(MuxFlowControl) - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.MuxParser.Listener
-
- onMuxNewChannelSlot(MuxNewChannelSlot) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Incoming mux control block, destined for the control channel (id 0)
- onMuxNewChannelSlot(MuxNewChannelSlot) - Method in interface org.eclipse.jetty.websocket.common.extensions.mux.MuxParser.Listener
-
- onOpen() - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
- onOpen() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- onOpened() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
A websocket connection has finished its upgrade handshake, and is now open.
- onReadEOF() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
The local endpoint has reached a read EOF.
- onReader(Reader) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onReadTimeout() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- onText - Variable in class org.eclipse.jetty.websocket.common.events.EventMethods
-
- onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.ListenerEventDriver
-
- onTextMessage(String) - Method in class org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver
-
- onTextMessage(String) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- onTextMessage(String) - Method in class org.eclipse.jetty.websocket.common.events.ListenerEventDriver
-
- OpCode - Class in org.eclipse.jetty.websocket.common
-
- OpCode() - Constructor for class org.eclipse.jetty.websocket.common.OpCode
-
- opcode - Variable in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- open() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Open/Activate the session
- openSession(WebSocketSession) - Method in class org.eclipse.jetty.websocket.common.events.EventDriver
-
- org.eclipse.jetty.websocket.common - package org.eclipse.jetty.websocket.common
-
Jetty WebSocket Common : Implementation [Internal Use Only]
- org.eclipse.jetty.websocket.common.events - package org.eclipse.jetty.websocket.common.events
-
Jetty WebSocket Common : Event Driver for WebSocket Object
- org.eclipse.jetty.websocket.common.extensions - package org.eclipse.jetty.websocket.common.extensions
-
Jetty WebSocket Common : Extension Implementations
- org.eclipse.jetty.websocket.common.extensions.compress - package org.eclipse.jetty.websocket.common.extensions.compress
-
Jetty WebSocket Common : Frame & Message Compression Extension Implementations
- org.eclipse.jetty.websocket.common.extensions.fragment - package org.eclipse.jetty.websocket.common.extensions.fragment
-
Jetty WebSocket Common : Auto Fragment Extension Implementation
- org.eclipse.jetty.websocket.common.extensions.identity - package org.eclipse.jetty.websocket.common.extensions.identity
-
Jetty WebSocket Common : Identity Extension Implementation
- org.eclipse.jetty.websocket.common.extensions.mux - package org.eclipse.jetty.websocket.common.extensions.mux
-
Jetty WebSocket Common : MUX Extension Core [Unstable Early Draft]
- org.eclipse.jetty.websocket.common.extensions.mux.add - package org.eclipse.jetty.websocket.common.extensions.mux.add
-
Jetty WebSocket Common : MUX Extension Add Channel Handling [Unstable Early Draft]
- org.eclipse.jetty.websocket.common.extensions.mux.op - package org.eclipse.jetty.websocket.common.extensions.mux.op
-
Jetty WebSocket Common : MUX Extension OpCode Handling [Unstable Early Draft]
- org.eclipse.jetty.websocket.common.io - package org.eclipse.jetty.websocket.common.io
-
Jetty WebSocket Common : I/O Implementation
- org.eclipse.jetty.websocket.common.io.http - package org.eclipse.jetty.websocket.common.io.http
-
- org.eclipse.jetty.websocket.common.io.payload - package org.eclipse.jetty.websocket.common.io.payload
-
Jetty WebSocket Common : I/O : Frame Payload Handling
- org.eclipse.jetty.websocket.common.message - package org.eclipse.jetty.websocket.common.message
-
Jetty WebSocket Common : Message Handling
- outgoing - Variable in class org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint
-
- outgoingFrame(Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.FrameCompressionExtension
-
- outgoingFrame(Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.MessageCompressionExtension
-
- outgoingFrame(Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- outgoingFrame(Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.fragment.FragmentExtension
-
- outgoingFrame(Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
-
- outgoingFrame(Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.AbstractMuxExtension
-
- outgoingFrame(Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.MuxChannel
-
Frames destined for the Muxer
- outgoingFrame(Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Frame from API, User, or Internal implementation destined for network.
- output(long, Frame, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Outgoing frame, without mux encapsulated payload.
- output(MuxControlBlock) - Method in class org.eclipse.jetty.websocket.common.extensions.mux.Muxer
-
Write an OP out the physical connection.
- OVERHEAD - Static variable in class org.eclipse.jetty.websocket.common.Generator
-
The overhead (maximum) for a framing header.