Uses of Interface
javax.websocket.server.ServerEndpointConfig

Packages that use ServerEndpointConfig
javax.websocket.server   
 

Uses of ServerEndpointConfig in javax.websocket.server
 

Methods in javax.websocket.server that return ServerEndpointConfig
 ServerEndpointConfig ServerEndpointConfig.Builder.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 ServerEndpointConfig
 Set<ServerEndpointConfig> ServerApplicationConfig.getEndpointConfigs(Set<Class<? extends Endpoint>> endpointClasses)
          Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic endpoints.
 

Methods in javax.websocket.server with parameters of type ServerEndpointConfig
 void ServerContainer.addEndpoint(ServerEndpointConfig serverConfig)
           
 void ServerEndpointConfig.Configurator.modifyHandshake(ServerEndpointConfig sec, HandshakeRequest request, HandshakeResponse response)
          Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
 



Copyright © 2012-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : [email protected]