|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerEndpointConfiguration
The ServerEndpointConfiguration is a special kind of endpoint configuration object that contains
web socket configuration information specific only to server endpoints. For developers
deploying programmatic endpoints, ServerEndpointConfiguration objects
can be created using a ServerEndpointConfigurationBuilder.
| Method Summary | |
|---|---|
Class<?> |
getEndpointClass()
Returns the Class of the endpoint this configuration is configuring. |
List<Extension> |
getExtensions()
Return the websocket extensions configured. |
String |
getPath()
Return the path for this endpoint configuration. |
ServerEndpointConfigurator |
getServerEndpointConfigurator()
Return the ServerEndpointConfigurator this configuration
is using. |
List<String> |
getSubprotocols()
Return the websocket subprotocols configured. |
| Methods inherited from interface javax.websocket.EndpointConfiguration |
|---|
getDecoders, getEncoders, getUserProperties |
| Method Detail |
|---|
Class<?> getEndpointClass()
String getPath()
List<String> getSubprotocols()
List<Extension> getExtensions()
ServerEndpointConfigurator getServerEndpointConfigurator()
ServerEndpointConfigurator this configuration
is using. If none was set by calling
ServerEndpointConfigurationBuilder#setServerEndpointConfigurator(javax.websocket.server.ServerEndpointConfigurator)
this methods returns the platform default configurator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||