Uses of Interface
javax.websocket.server.ServerEndpointConfiguration

Packages that use ServerEndpointConfiguration
javax.websocket.server   
 

Uses of ServerEndpointConfiguration in javax.websocket.server
 

Classes in javax.websocket.server that implement ServerEndpointConfiguration
 class DefaultServerConfiguration
          The DefaultServerConfiguration is a concrete class that embodies all the configuration parameters for an endpoint that is to be published as a server endpoint.
 

Methods in javax.websocket.server that return types with arguments of type ServerEndpointConfiguration
 Set<Class<? extends ServerEndpointConfiguration>> ServerApplicationConfiguration.getEndpointConfigurationClasses(Set<Class<? extends ServerEndpointConfiguration>> scanned)
          Return a set of ServerEndpointConfiguration classes that the server container must deploy.
 

Method parameters in javax.websocket.server with type arguments of type ServerEndpointConfiguration
 Set<Class<? extends ServerEndpointConfiguration>> ServerApplicationConfiguration.getEndpointConfigurationClasses(Set<Class<? extends ServerEndpointConfiguration>> scanned)
          Return a set of ServerEndpointConfiguration classes that the server container must deploy.
 




Copyright © 2012-2013 Oracle and/or its affiliates. All rights reserved.