|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of EndpointConfiguration in javax.websocket |
|---|
| Subinterfaces of EndpointConfiguration in javax.websocket | |
|---|---|
interface |
ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints. |
| Methods in javax.websocket with parameters of type EndpointConfiguration | |
|---|---|
abstract void |
Endpoint.onOpen(Session session,
EndpointConfiguration config)
Developers must implement this method to be notified when a new conversation has just begun. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||