Package | Description |
---|---|
javax.websocket | |
org.apache.tomcat.websocket |
Modifier and Type | Method and Description |
---|---|
ClientEndpointConfig |
ClientEndpointConfig.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Session |
WebSocketContainer.connectToServer(Class<? extends Endpoint> endpoint,
ClientEndpointConfig clientEndpointConfiguration,
URI path)
Creates a new connection to the WebSocket.
|
Session |
WebSocketContainer.connectToServer(Endpoint endpoint,
ClientEndpointConfig clientEndpointConfiguration,
URI path)
Creates a new connection to the WebSocket.
|
Modifier and Type | Method and Description |
---|---|
Session |
WsWebSocketContainer.connectToServer(Class<? extends Endpoint> clazz,
ClientEndpointConfig clientEndpointConfiguration,
URI path) |
Session |
WsWebSocketContainer.connectToServer(Endpoint endpoint,
ClientEndpointConfig clientEndpointConfiguration,
URI path) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.