Index
All Classes and Interfaces|All Packages
B
- body() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeResponse
- body() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
C
- canHandle(ScxUpgrade) - Method in class cool.scx.websocket.x.WebSocketUpgradeHandler
- ClientWebSocketHandshakeRequest - Class in cool.scx.websocket.x
-
ClientWebSocketHandshakeRequest
- ClientWebSocketHandshakeRequest(HttpClient, WebSocketOptions) - Constructor for class cool.scx.websocket.x.ClientWebSocketHandshakeRequest
- ClientWebSocketHandshakeResponse - Class in cool.scx.websocket.x
- ClientWebSocketHandshakeResponse(Http1ClientConnection, ScxHttpClientResponse, WebSocketOptions) - Constructor for class cool.scx.websocket.x.ClientWebSocketHandshakeResponse
- closeSent - Variable in class cool.scx.websocket.x.WebSocket
- cool.scx.websocket.x - package cool.scx.websocket.x
- createScxHttpServerRequest(Http1ServerConnection, Http1RequestLine, Http1Headers, InputStream) - Method in class cool.scx.websocket.x.WebSocketUpgradeHandler
D
- DEFAULT_WEBSOCKET_CLIENT - Static variable in class cool.scx.websocket.x.ScxWebSocketClientHelper
F
- fin() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
H
- handleCloseFrame(WebSocketProtocolFrame) - Method in class cool.scx.websocket.x.WebSocket
- handshakeSucceeded() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeResponse
- headers() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeRequest
- headers() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeResponse
- headers() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
- headers() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
- headers(ScxHttpHeaders) - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeRequest
- headers(ScxHttpHeaders) - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
- Http1ServerWebSocketHandshakeRequest - Class in cool.scx.websocket.x
-
基于 http1 的 websocket 握手请求
- Http1ServerWebSocketHandshakeRequest(Http1ServerConnection, Http1RequestLine, Http1Headers, InputStream, WebSocketOptions) - Constructor for class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
- Http1ServerWebSocketHandshakeResponse - Class in cool.scx.websocket.x
- Http1ServerWebSocketHandshakeResponse(Http1ServerConnection, Http1ServerWebSocketHandshakeRequest, Http1ServerResponse, WebSocketOptions) - Constructor for class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
- httpClient() - Method in class cool.scx.websocket.x.WebSocketClient
I
- isClosed() - Method in class cool.scx.websocket.x.WebSocket
- isSent() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
L
- localPeer() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
M
- masked() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
- maskingKey() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
- maxWebSocketFrameSize() - Method in class cool.scx.websocket.x.WebSocketOptions
- maxWebSocketFrameSize(int) - Method in class cool.scx.websocket.x.WebSocketOptions
- maxWebSocketMessageSize() - Method in class cool.scx.websocket.x.WebSocketOptions
- maxWebSocketMessageSize(int) - Method in class cool.scx.websocket.x.WebSocketOptions
- mergeWebSocketFrame() - Method in class cool.scx.websocket.x.WebSocketOptions
- mergeWebSocketFrame(boolean) - Method in class cool.scx.websocket.x.WebSocketOptions
- method() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
O
- of(boolean, WebSocketOpCode, byte[]) - Static method in class cool.scx.websocket.x.WebSocketProtocolFrame
- of(boolean, WebSocketOpCode, byte[], byte[]) - Static method in class cool.scx.websocket.x.WebSocketProtocolFrame
- of(WebSocketOpCode, byte[]) - Static method in class cool.scx.websocket.x.WebSocketProtocolFrame
- opCode() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
- options() - Method in class cool.scx.websocket.x.WebSocketClient
P
- payloadData() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
- payloadData(byte[]) - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
- payloadLength() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
R
- readFrame() - Method in class cool.scx.websocket.x.WebSocket
- readFrame(ByteReader, long) - Static method in class cool.scx.websocket.x.WebSocketProtocolFrameHelper
- readFrameHeader(ByteReader) - Static method in class cool.scx.websocket.x.WebSocketProtocolFrameHelper
- readFramePayload(WebSocketProtocolFrame, ByteReader) - Static method in class cool.scx.websocket.x.WebSocketProtocolFrameHelper
- readFrameUntilLast(ByteReader, long, long) - Static method in class cool.scx.websocket.x.WebSocketProtocolFrameHelper
- remotePeer() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
- request() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
- requestTargetForm() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeRequest
- requestTargetForm(RequestTargetForm) - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeRequest
- response() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
- rsv1() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
- rsv2() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
- rsv3() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
S
- ScxWebSocketClientHelper - Class in cool.scx.websocket.x
-
ScxHttpClientHelper
- ScxWebSocketClientHelper() - Constructor for class cool.scx.websocket.x.ScxWebSocketClientHelper
- send(MediaWriter) - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
- sendFrame(WebSocketFrame) - Method in class cool.scx.websocket.x.WebSocket
- sendHandshake() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeRequest
- status() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeResponse
- status() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
- status(ScxHttpStatus) - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
T
- terminate() - Method in class cool.scx.websocket.x.WebSocket
- toString() - Method in class cool.scx.websocket.x.WebSocketProtocolFrame
U
- uri() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeRequest
- uri() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
- uri(ScxURI) - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeRequest
V
- version() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeRequest
W
- webSocket() - Method in class cool.scx.websocket.x.ClientWebSocketHandshakeResponse
- webSocket() - Method in class cool.scx.websocket.x.Http1ServerWebSocketHandshakeResponse
- WebSocket - Class in cool.scx.websocket.x
-
WebSocket
- WebSocket(ScxTCPSocket, ByteReader, OutputStream, WebSocketOptions, boolean) - Constructor for class cool.scx.websocket.x.WebSocket
- WebSocketClient - Class in cool.scx.websocket.x
- WebSocketClient() - Constructor for class cool.scx.websocket.x.WebSocketClient
- WebSocketClient(HttpClient, WebSocketOptions) - Constructor for class cool.scx.websocket.x.WebSocketClient
- WebSocketClient(WebSocketOptions) - Constructor for class cool.scx.websocket.x.WebSocketClient
- webSocketHandshakeRequest() - Static method in class cool.scx.websocket.x.ScxWebSocketClientHelper
- webSocketHandshakeRequest() - Method in class cool.scx.websocket.x.WebSocketClient
- WebSocketOptions - Class in cool.scx.websocket.x
- WebSocketOptions() - Constructor for class cool.scx.websocket.x.WebSocketOptions
- WebSocketOptions(WebSocketOptions) - Constructor for class cool.scx.websocket.x.WebSocketOptions
- WebSocketProtocolFrame - Class in cool.scx.websocket.x
-
WebSocketFrame
- WebSocketProtocolFrame(boolean, boolean, boolean, boolean, WebSocketOpCode, boolean, int, byte[]) - Constructor for class cool.scx.websocket.x.WebSocketProtocolFrame
- WebSocketProtocolFrame(boolean, boolean, boolean, boolean, WebSocketOpCode, boolean, int, byte[], byte[]) - Constructor for class cool.scx.websocket.x.WebSocketProtocolFrame
- WebSocketProtocolFrameHelper - Class in cool.scx.websocket.x
-
WebSocketProtocolFrameHelper
- WebSocketProtocolFrameHelper() - Constructor for class cool.scx.websocket.x.WebSocketProtocolFrameHelper
- WebSocketUpgradeHandler - Class in cool.scx.websocket.x
- WebSocketUpgradeHandler() - Constructor for class cool.scx.websocket.x.WebSocketUpgradeHandler
- WebSocketUpgradeHandler(WebSocketOptions) - Constructor for class cool.scx.websocket.x.WebSocketUpgradeHandler
- writeFrame(WebSocketProtocolFrame, OutputStream) - Static method in class cool.scx.websocket.x.WebSocketProtocolFrameHelper
All Classes and Interfaces|All Packages