Searched refs:HttpTransport (Results 1 – 10 of 10) sorted by relevance
68 self.connection = transport.HttpTransport(78 self.connection = transport.HttpTransport(189 transport.HttpTransport(my_service_url))191 transport.HttpTransport(my_other_service_url))
27 public final class HttpTransport implements Transport { class31 public HttpTransport(HttpEngine httpEngine, HttpConnection httpConnection) { in HttpTransport() method in HttpTransport
32 transport.HttpTransport('http://postservice-demo.appspot.com/postservice'))
82 http_transport = transport.HttpTransport(registry_url, protocol=protojson)
46 transport.HttpTransport(TUNES_DB_URL))
217 class HttpTransport(Transport): class232 super(HttpTransport, self).__init__(protocol=protocol)
317 return transport.HttpTransport(service_url, protocol=protocol)
268 bad_transport = transport.HttpTransport('http://localhost:-1/blar')
26 import com.squareup.okhttp.internal.http.HttpTransport;447 : new HttpTransport(httpEngine, httpConnection); in newTransport()
237 reg = registry.RegistryService.Stub(transport.HttpTransport(url))