Uses of Interface
javax.net.websocket.ServerEndpointConfiguration

Packages that use ServerEndpointConfiguration
javax.net.websocket   
org.glassfish.tyrus.server   
 

Uses of ServerEndpointConfiguration in javax.net.websocket
 

Classes in javax.net.websocket 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.net.websocket with parameters of type ServerEndpointConfiguration
 void ServerContainer.publishServer(Endpoint endpoint, ServerEndpointConfiguration ilc)
          Publish the given endpoint with the provided configuration information.
 

Uses of ServerEndpointConfiguration in org.glassfish.tyrus.server
 

Classes in org.glassfish.tyrus.server that implement ServerEndpointConfiguration
 class DefaultServerEndpointConfiguration
          Provides the default ServerEndpointConfiguration.
 

Methods in org.glassfish.tyrus.server that return ServerEndpointConfiguration
 ServerEndpointConfiguration ServerConfiguration.EndpointWithConfiguration.getConfiguration()
          Returns the configuration associated with the endpoint returned from ServerConfiguration.EndpointWithConfiguration.getEndpoint().
 

Methods in org.glassfish.tyrus.server with parameters of type ServerEndpointConfiguration
 DefaultServerConfiguration DefaultServerConfiguration.endpoint(Endpoint endpoint, ServerEndpointConfiguration configuration)
          Registers a new programmatic endpoint.
 void TyrusServerContainer.publishServer(Endpoint endpoint, ServerEndpointConfiguration ilc)
           
 

Constructors in org.glassfish.tyrus.server with parameters of type ServerEndpointConfiguration
ServerConfiguration.EndpointWithConfiguration(Endpoint endpoint, ServerEndpointConfiguration configuration)
          Creates a new endpoint-configuration pair.
 



Copyright © 2012. All Rights Reserved.