Uses of Class
javax.websocket.server.ServerEndpointConfigurationBuilder

Packages that use ServerEndpointConfigurationBuilder
javax.websocket.server   
 

Uses of ServerEndpointConfigurationBuilder in javax.websocket.server
 

Methods in javax.websocket.server that return ServerEndpointConfigurationBuilder
static ServerEndpointConfigurationBuilder ServerEndpointConfigurationBuilder.create(Class endpointClass, String path)
          Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom configurator.
 ServerEndpointConfigurationBuilder ServerEndpointConfigurationBuilder.decoders(List<Decoder> decoders)
          Sets the decoders to use in the configuration.
 ServerEndpointConfigurationBuilder ServerEndpointConfigurationBuilder.encoders(List<Encoder> encoders)
          Sets the list of encoders for this builder.
 ServerEndpointConfigurationBuilder ServerEndpointConfigurationBuilder.extensions(List<Extension> extensions)
          Sets the extensions to use in the configuration.
 ServerEndpointConfigurationBuilder ServerEndpointConfigurationBuilder.serverEndpointConfigurator(ServerEndpointConfigurator serverEndpointConfigurator)
          Sets the custom configurator to use on the configuration object built by this builder.
 ServerEndpointConfigurationBuilder ServerEndpointConfigurationBuilder.subprotocols(List<String> subprotocols)
          Sets the subprotocols to use in the configuration.
 



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