Uses of Class
com.caucho.server.dispatch.DispatchServer

Packages that use DispatchServer
com.caucho.protocols.flash   
com.caucho.server.cluster   
com.caucho.server.connection   
com.caucho.server.dispatch   
com.caucho.server.hmux   
com.caucho.server.host   
com.caucho.server.http   
com.caucho.server.port   
com.caucho.server.webapp   
 

Uses of DispatchServer in com.caucho.protocols.flash
 

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

Uses of DispatchServer in com.caucho.server.cluster
 

Subclasses of DispatchServer in com.caucho.server.cluster
 class ProServer
           
 class Server
           
 

Uses of DispatchServer in com.caucho.server.connection
 

Fields in com.caucho.server.connection declared as DispatchServer
protected  DispatchServer AbstractHttpRequest._server
           
 

Methods in com.caucho.server.connection that return DispatchServer
 DispatchServer AbstractHttpRequest.getDispatchServer()
          returns the dispatch server.
 

Constructors in com.caucho.server.connection with parameters of type DispatchServer
AbstractHttpRequest(DispatchServer server, Connection conn)
          Create a new Request.
 

Uses of DispatchServer in com.caucho.server.dispatch
 

Methods in com.caucho.server.dispatch with parameters of type DispatchServer
 void ServerListener.closeEvent(DispatchServer server)
           
 

Uses of DispatchServer in com.caucho.server.hmux
 

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

Uses of DispatchServer in com.caucho.server.host
 

Methods in com.caucho.server.host that return DispatchServer
 DispatchServer HostContainer.getDispatchServer()
          Gets the dispatch server.
 

Methods in com.caucho.server.host with parameters of type DispatchServer
 void HostContainer.setDispatchServer(DispatchServer server)
          Sets the dispatch server.
 

Uses of DispatchServer in com.caucho.server.http
 

Constructors in com.caucho.server.http with parameters of type DispatchServer
HttpRequest(DispatchServer server, Connection conn)
          Creates a new HttpRequest.
 

Uses of DispatchServer in com.caucho.server.port
 

Subclasses of DispatchServer in com.caucho.server.port
 class ProtocolDispatchServer
           
 

Methods in com.caucho.server.port that return DispatchServer
 DispatchServer Protocol.getServer()
          Gets the server.
 

Methods in com.caucho.server.port with parameters of type DispatchServer
 void Protocol.setServer(DispatchServer server)
          Sets the server.
 

Uses of DispatchServer in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return DispatchServer
 DispatchServer WebApp.getDispatchServer()
          Gets the dispatch server.
 DispatchServer WebAppContainer.getDispatchServer()
          Gets the dispatch server.
 

Methods in com.caucho.server.webapp with parameters of type DispatchServer
 void WebAppContainer.setDispatchServer(DispatchServer server)
          Sets the dispatch server.