|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Endpoint in javax.websocket |
|---|
| Methods in javax.websocket with parameters of type Endpoint | |
|---|---|
Session |
WebSocketContainer.connectToServer(Endpoint endpointInstance,
ClientEndpointConfig cec,
URI path)
Connect the supplied programmatic client endpoint instance to its server with the given configuration. |
| Method parameters in javax.websocket with type arguments of type Endpoint | |
|---|---|
Session |
WebSocketContainer.connectToServer(Class<? extends Endpoint> endpointClass,
ClientEndpointConfig cec,
URI path)
Connect the supplied programmatic endpoint to its server with the given configuration. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||