|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Endpoint | |
|---|---|
| javax.websocket | |
| javax.websocket.server | |
| Uses of Endpoint in javax.websocket |
|---|
| Method parameters in javax.websocket with type arguments of type Endpoint | |
|---|---|
Session |
WebSocketContainer.connectToServer(Class<? extends Endpoint> endpointClass,
ClientEndpointConfiguration cec,
URI path)
Connect the supplied programmatic endpoint to its server with the given configuration. |
| Uses of Endpoint in javax.websocket.server |
|---|
| Constructor parameters in javax.websocket.server with type arguments of type Endpoint | |
|---|---|
DefaultServerConfiguration(Class<? extends Endpoint> endpointClass,
String path)
Creates a server configuration with the given path |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||