Uses of Class
javax.websocket.server.ServerEndpointConfig.Configurator

Packages that use ServerEndpointConfig.Configurator
javax.websocket.server This package contains all the WebSocket APIs used only by server side applications. 
 

Uses of ServerEndpointConfig.Configurator in javax.websocket.server
 

Methods in javax.websocket.server that return ServerEndpointConfig.Configurator
 ServerEndpointConfig.Configurator ServerEndpointConfig.getConfigurator()
          Return the ServerEndpointConfig.Configurator this configuration is using.
 

Methods in javax.websocket.server with parameters of type ServerEndpointConfig.Configurator
 ServerEndpointConfig.Builder ServerEndpointConfig.Builder.configurator(ServerEndpointConfig.Configurator serverEndpointConfigurator)
          Sets the custom configurator to use on the configuration object built by this builder.
 



Copyright © 2012-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : users@websocket-spec.java.net