Uses of Class
org.jboss.remoting.transport.web.WebServerInvoker

Packages that use WebServerInvoker
org.jboss.remoting.transport.coyote   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.http.ssl   
org.jboss.remoting.transport.servlet   
 

Uses of WebServerInvoker in org.jboss.remoting.transport.coyote
 

Subclasses of WebServerInvoker in org.jboss.remoting.transport.coyote
 class CoyoteInvoker
          Some of the code in this class was pulled from org.apache.coyote.tomcat4.CoyoteAdapter and hence will maintain the Apache License (and author credit from original source).
 

Uses of WebServerInvoker in org.jboss.remoting.transport.http
 

Subclasses of WebServerInvoker in org.jboss.remoting.transport.http
 class HTTPServerInvoker
          Deprecated. This class has been replaced by org.jboss.remoting.transport.coyote.CoyoteInvoker, which is used as the default server invoker for the http and https transport on the server side. This class will be removed from remoting distribution in a future release.
 

Uses of WebServerInvoker in org.jboss.remoting.transport.http.ssl
 

Subclasses of WebServerInvoker in org.jboss.remoting.transport.http.ssl
 class HTTPSServerInvoker
          Deprecated. This class has been replaced by org.jboss.remoting.transport.coyote.CoyoteInvoker, which is used as the default server invoker for the http and https transport on the server side. This class will be removed from remoting distribution in a future release.
 

Uses of WebServerInvoker in org.jboss.remoting.transport.servlet
 

Subclasses of WebServerInvoker in org.jboss.remoting.transport.servlet
 class ServletServerInvoker
          The servlet based server invoker that receives the original http request from the ServerInvokerServlet.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.