Uses of Interface
javax.net.websocket.ServerConfiguration

Packages that use ServerConfiguration
javax.net.websocket   
org.glassfish.tyrus.platform   
 

Uses of ServerConfiguration in javax.net.websocket
 

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

Uses of ServerConfiguration in org.glassfish.tyrus.platform
 

Methods in org.glassfish.tyrus.platform with parameters of type ServerConfiguration
 void ServerContainerImpl.publishServer(Endpoint endpoint, ServerConfiguration ilc)
          Publish the given endpoint with the provided configuration information.
 



Copyright © 2012. All Rights Reserved.