Uses of Class
org.apache.axis2.transport.http.server.SimpleHost

Packages that use SimpleHost
org.apache.axis2.transport.http.server   
 

Uses of SimpleHost in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server with parameters of type SimpleHost
 SimpleHttpServerConnection SimpleConnManager.openConnection(SimpleHost host)
           
 void SimpleConnManager.releaseConnection(SimpleHost host, SimpleHttpServerConnection conn)
           
 

Constructors in org.apache.axis2.transport.http.server with parameters of type SimpleHost
SimpleHost(SimpleHost httphost)