|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerEndpointConfiguration | |
|---|---|
| javax.websocket.server | |
| Uses of ServerEndpointConfiguration in javax.websocket.server |
|---|
| Methods in javax.websocket.server that return ServerEndpointConfiguration | |
|---|---|
ServerEndpointConfiguration |
ServerEndpointConfigurationBuilder.build()
Builds the configuration object using the current attributes that have been set on this builder object. |
| Methods in javax.websocket.server that return types with arguments of type ServerEndpointConfiguration | |
|---|---|
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. |
| Methods in javax.websocket.server with parameters of type ServerEndpointConfiguration | |
|---|---|
void |
ServerEndpointConfigurator.modifyHandshake(ServerEndpointConfiguration sec,
HandshakeRequest request,
HandshakeResponse response)
Called by the container after it has formulated a handshake response resulting from a well-formed handshake request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||