Uses of Class
com.caucho.server.cluster.ServletService

Packages that use ServletService
com.caucho.env.vote   
com.caucho.protocols.flash   
com.caucho.resin   
com.caucho.server.admin   
com.caucho.server.cluster   
com.caucho.server.fastcgi   
com.caucho.server.hmux   
com.caucho.server.host   
com.caucho.server.http   
com.caucho.server.resin   
com.caucho.server.rewrite   
com.caucho.server.webapp   
 

Uses of ServletService in com.caucho.env.vote
 

Constructors in com.caucho.env.vote with parameters of type ServletService
SingleVoteManager(ServletService server)
           
 

Uses of ServletService in com.caucho.protocols.flash
 

Constructors in com.caucho.protocols.flash with parameters of type ServletService
SocketPolicyRequest(ServletService server, SocketLink connection, Path policy)
           
 

Uses of ServletService in com.caucho.resin
 

Methods in com.caucho.resin with parameters of type ServletService
 void HttpEmbed.bindTo(ServletService server)
          Binds the port to the server
abstract  void PortEmbed.bindTo(ServletService server)
          Binds the port to the server
 

Uses of ServletService in com.caucho.server.admin
 

Methods in com.caucho.server.admin with parameters of type ServletService
 void Management.setServer(ServletService server)
           
 void Management.start(ServletService server)
          Starts the management server
 

Uses of ServletService in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return ServletService
static ServletService ServletService.getCurrent()
          Returns the current server
 ServletService Cluster.getServer()
          Returns the server
 ServletService ServletSystem.getServer()
           
 

Methods in com.caucho.server.cluster with parameters of type ServletService
static ServletSystem ServletSystem.createAndAddService(ServletService server)
           
 

Constructors in com.caucho.server.cluster with parameters of type ServletService
ServletContainerConfig(ServletService servletContainer)
          Creates a new servlet server.
ServletSystem(ServletService server)
           
 

Uses of ServletService in com.caucho.server.fastcgi
 

Constructors in com.caucho.server.fastcgi with parameters of type ServletService
FastCgiRequest(ServletService server, SocketLink conn)
          Creates a new HttpRequest.
 

Uses of ServletService in com.caucho.server.hmux
 

Methods in com.caucho.server.hmux with parameters of type ServletService
abstract  void AbstractClusterRequest.setServer(ServletService server)
           
 

Constructors in com.caucho.server.hmux with parameters of type ServletService
HmuxRequest(ServletService server, SocketLink conn, HmuxProtocol protocol)
           
 

Uses of ServletService in com.caucho.server.host
 

Methods in com.caucho.server.host that return ServletService
 ServletService Host.getServer()
          Returns the owning server.
 ServletService HostContainer.getServer()
          Gets the dispatch server.
 

Constructors in com.caucho.server.host with parameters of type ServletService
HostContainer(ServletService server)
          Creates the webApp with its environment loader.
 

Uses of ServletService in com.caucho.server.http
 

Methods in com.caucho.server.http that return ServletService
 ServletService AbstractCauchoRequest.getServer()
           
 ServletService AbstractHttpRequest.getServer()
           
 ServletService HttpServletRequestImpl.getServer()
           
 ServletService AbstractHttpProtocol.getServletSystem()
          Returns the active server.
 

Constructors in com.caucho.server.http with parameters of type ServletService
AbstractHttpRequest(ServletService server, SocketLink conn)
          Create a new Request.
HttpRequest(ServletService server, SocketLink conn)
          Creates a new HttpRequest.
 

Uses of ServletService in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return ServletService
 ServletService Resin.createServer()
           
protected  ServletService ResinDelegate.createServer()
           
 ServletService Resin.getServer()
          Returns the active server.
 

Uses of ServletService in com.caucho.server.rewrite
 

Constructors in com.caucho.server.rewrite with parameters of type ServletService
RewriteDispatch(ServletService server)
           
 

Uses of ServletService in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return ServletService
 ServletService WebApp.getServer()
          Gets the dispatch server.
protected  ServletService WebAppContainer.getServer()
           
 ServletService WebAppController.getWebManager()
           
 

Constructors in com.caucho.server.webapp with parameters of type ServletService
ErrorPageManager(ServletService server)
          Create error page manager.
ErrorPageManager(ServletService server, Host host, WebApp app)
          Create error page manager.
ErrorPageManager(ServletService server, WebApp webApp)
          Create error page manager.
WebAppContainer(ServletService server, Host host, Path rootDirectory, EnvironmentClassLoader loader, Lifecycle lifecycle)
          Creates the webApp with its environment loader.