Package | Description |
---|---|
org.java_websocket | |
org.java_websocket.drafts |
This package encapsulates all implementations in relation with the WebSocket drafts.
|
org.java_websocket.server |
This package encapsulates all implementations in relation with the WebSocketServer.
|
Modifier and Type | Method and Description |
---|---|
WebSocketImpl |
WebSocketServerFactory.createWebSocket(WebSocketAdapter a,
Draft d) |
WebSocketImpl |
WebSocketServerFactory.createWebSocket(WebSocketAdapter a,
List<Draft> drafts) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SocketChannelIOHelper.batch(WebSocketImpl ws,
ByteChannel sockchannel)
Returns whether the whole outQueue has been flushed
|
static boolean |
SocketChannelIOHelper.read(ByteBuffer buf,
WebSocketImpl ws,
ByteChannel channel) |
static boolean |
SocketChannelIOHelper.readMore(ByteBuffer buf,
WebSocketImpl ws,
WrappedByteChannel channel) |
Modifier and Type | Method and Description |
---|---|
void |
Draft_6455.processFrame(WebSocketImpl webSocketImpl,
Framedata frame) |
abstract void |
Draft.processFrame(WebSocketImpl webSocketImpl,
Framedata frame)
Handle the frame specific to the draft
|
Modifier and Type | Method and Description |
---|---|
WebSocketImpl |
DefaultWebSocketServerFactory.createWebSocket(WebSocketAdapter a,
Draft d) |
WebSocketImpl |
DefaultSSLWebSocketServerFactory.createWebSocket(WebSocketAdapter a,
Draft d) |
WebSocketImpl |
DefaultWebSocketServerFactory.createWebSocket(WebSocketAdapter a,
List<Draft> d) |
WebSocketImpl |
DefaultSSLWebSocketServerFactory.createWebSocket(WebSocketAdapter a,
List<Draft> d) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServer.WebSocketWorker.put(WebSocketImpl ws) |
protected void |
WebSocketServer.queue(WebSocketImpl ws) |
Copyright © 2022. All rights reserved.