|
||||||||||
| 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 |
|---|
| Method parameters in javax.websocket.server with type arguments of type Endpoint | |
|---|---|
Set<ServerEndpointConfiguration> |
ServerApplicationConfiguration.getEndpointConfigurations(Set<Class<? extends Endpoint>> endpointClasses)
Return a set of ServerEndpointConfiguration instances that the server container will use to deploy the programmatic endpoints. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||