|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebSocket.Connection | |
|---|---|
| org.eclipse.jetty.websocket | |
| Uses of WebSocket.Connection in org.eclipse.jetty.websocket |
|---|
| Subinterfaces of WebSocket.Connection in org.eclipse.jetty.websocket | |
|---|---|
static interface |
WebSocket.FrameConnection
Frame Level Connection |
| Classes in org.eclipse.jetty.websocket that implement WebSocket.Connection | |
|---|---|
class |
WebSocketConnectionD00
|
| Methods in org.eclipse.jetty.websocket that return WebSocket.Connection | |
|---|---|
WebSocket.Connection |
WebSocketConnectionD13.getConnection()
|
WebSocket.Connection |
WebSocketConnectionD12.getConnection()
|
WebSocket.Connection |
WebSocketConnectionD06.getConnection()
|
WebSocket.Connection |
WebSocketConnectionD00.getConnection()
|
WebSocket.Connection |
WebSocketConnection.getConnection()
|
WebSocket.Connection |
WebSocketClient.open(URI uri,
WebSocket websocket,
long maxConnectTime,
TimeUnit units)
Opens a websocket connection to the URI and blocks until the connection is accepted or there is an error. |
| Methods in org.eclipse.jetty.websocket that return types with arguments of type WebSocket.Connection | |
|---|---|
Future<WebSocket.Connection> |
WebSocketClient.open(URI uri,
WebSocket websocket)
Asynchronously opens a websocket connection and returns a Future to obtain the connection. |
| Methods in org.eclipse.jetty.websocket with parameters of type WebSocket.Connection | |
|---|---|
void |
WebSocket.onOpen(WebSocket.Connection connection)
Called when a new websocket connection is accepted. |
void |
TestClient.onOpen(WebSocket.Connection connection)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||