HomeSort by relevance Sort by last modified time
    Searched refs:HttpsServiceConnectionSE (Results 1 - 3 of 3) sorted by null

  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsServiceConnectionSEIgnoringConnectionClose.java 6 class HttpsServiceConnectionSEIgnoringConnectionClose extends HttpsServiceConnectionSE {
HttpsServiceConnectionSE.java 21 * HttpsServiceConnectionSE is a service connection that uses a https url connection and requires explicit setting of
39 public class HttpsServiceConnectionSE implements ServiceConnection {
52 public HttpsServiceConnectionSE(String host, int port, String file,
HttpsTransportSE.java 9 * HttpsTransportSE is a simple transport for https protocal based connections. It creates a #HttpsServiceConnectionSE
35 * Returns the HttpsServiceConnectionSE and creates it if necessary
41 serviceConnection = new HttpsServiceConnectionSE(host, port, file, timeout);

Completed in 155 milliseconds