Package | Description |
---|---|
org.java_websocket | |
org.java_websocket.client | |
org.java_websocket.server |
Modifier and Type | Method and Description |
---|---|
WebSocket |
WebSocketFactory.createWebSocket(WebSocketAdapter a,
Draft d,
Socket s) |
WebSocket |
WebSocketFactory.createWebSocket(WebSocketAdapter a,
List<Draft> drafts,
Socket s) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClient
The WebSocketClient is an abstract class that expects a valid
"ws://" URI to connect to.
|
Modifier and Type | Method and Description |
---|---|
WebSocketImpl |
DefaultSSLWebSocketClientFactory.createWebSocket(WebSocketAdapter a,
Draft d,
Socket c) |
WebSocket |
DefaultWebSocketClientFactory.createWebSocket(WebSocketAdapter a,
Draft d,
Socket s) |
WebSocketImpl |
DefaultSSLWebSocketClientFactory.createWebSocket(WebSocketAdapter a,
List<Draft> d,
Socket s) |
WebSocket |
DefaultWebSocketClientFactory.createWebSocket(WebSocketAdapter a,
List<Draft> d,
Socket s) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServer
WebSocketServer is an abstract class that only takes care of the
HTTP handshake portion of WebSockets.
|
Modifier and Type | Method and Description |
---|---|
WebSocketImpl |
DefaultWebSocketServerFactory.createWebSocket(WebSocketAdapter a,
Draft d,
Socket s) |
WebSocketImpl |
DefaultSSLWebSocketServerFactory.createWebSocket(WebSocketAdapter a,
Draft d,
Socket c) |
WebSocketImpl |
WebSocketServer.WebSocketServerFactory.createWebSocket(WebSocketAdapter a,
Draft d,
Socket s) |
WebSocketImpl |
DefaultWebSocketServerFactory.createWebSocket(WebSocketAdapter a,
List<Draft> d,
Socket s) |
WebSocketImpl |
DefaultSSLWebSocketServerFactory.createWebSocket(WebSocketAdapter a,
List<Draft> d,
Socket s) |
WebSocketImpl |
WebSocketServer.WebSocketServerFactory.createWebSocket(WebSocketAdapter a,
List<Draft> drafts,
Socket s) |
Copyright © 2013. All Rights Reserved.