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

Packages that use InvocationServer
com.caucho.server.cluster   
com.caucho.server.dispatch   
com.caucho.server.http   
 

Uses of InvocationServer in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return InvocationServer
 InvocationServer ServletService.getInvocationServer()
           
 

Uses of InvocationServer in com.caucho.server.dispatch
 

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

Uses of InvocationServer in com.caucho.server.http
 

Methods in com.caucho.server.http that return InvocationServer
 InvocationServer AbstractHttpRequest.getInvocationServer()
          returns the dispatch server.