Uses of Interface
org.ksoap2.transport.ServiceConnection

Packages that use ServiceConnection
org.ksoap2.transport   
 

Uses of ServiceConnection in org.ksoap2.transport
 

Classes in org.ksoap2.transport that implement ServiceConnection
 class ServiceConnectionMidp
           
 

Fields in org.ksoap2.transport declared as ServiceConnection
(package private)  ServiceConnection HttpTransport.connection
           
 

Methods in org.ksoap2.transport that return ServiceConnection
protected  ServiceConnection HttpTransportBasicAuth.getServiceConnection()
           
protected  ServiceConnection HttpTransport.getServiceConnection()
           
 

Methods in org.ksoap2.transport with parameters of type ServiceConnection
protected  void HttpTransportBasicAuth.addBasicAuthentication(ServiceConnection midpConnection)