Uses of Interface
org.glassfish.tyrus.server.ServerConfiguration

Packages that use ServerConfiguration
org.glassfish.tyrus.server   
 

Uses of ServerConfiguration in org.glassfish.tyrus.server
 

Classes in org.glassfish.tyrus.server that implement ServerConfiguration
 class DefaultServerConfiguration
          Default mutable implementation of ServerConfiguration interface.
 

Methods in org.glassfish.tyrus.server with parameters of type ServerConfiguration
static TyrusServerContainer ServerContainerFactory.create(Class<? extends TyrusContainer> providerClass, String contextPath, int port, ServerConfiguration configuration)
          Creates a new server container based on the supplied container provider.
static TyrusServerContainer ServerContainerFactory.create(String providerClassName, String contextPath, int port, ServerConfiguration configuration)
          Creates a new server container based on the supplied container provider.
 

Constructors in org.glassfish.tyrus.server with parameters of type ServerConfiguration
Server(String hostName, int port, String rootPath, ServerConfiguration configuration)
          Construct new server.
TyrusServerContainer(TyrusServer server, String contextPath, ServerConfiguration configuration)
           
 



Copyright © 2012. All Rights Reserved.