Uses of Interface
com.github.davidmoten.odata.client.HttpService
-
Packages that use HttpService Package Description com.github.davidmoten.odata.client com.github.davidmoten.odata.client.internal -
-
Uses of HttpService in com.github.davidmoten.odata.client
Methods in com.github.davidmoten.odata.client that return HttpService Modifier and Type Method Description HttpServiceTestingService.Builder. build()static HttpServiceHttpService. createDefaultService(Path path, Function<List<RequestHeader>,List<RequestHeader>> requestHeadersModifier, Consumer<HttpURLConnection> consumer)protected HttpServiceTestingService.BuilderBase. createService()HttpServiceContext. service()Constructors in com.github.davidmoten.odata.client with parameters of type HttpService Constructor Description Context(Serializer serializer, HttpService service, List<SchemaInfo> schemas)Context(Serializer serializer, HttpService service, Map<String,Object> properties, List<SchemaInfo> schemas) -
Uses of HttpService in com.github.davidmoten.odata.client.internal
Classes in com.github.davidmoten.odata.client.internal that implement HttpService Modifier and Type Class Description classApacheHttpClientHttpServiceclassDefaultHttpServiceMethods in com.github.davidmoten.odata.client.internal with parameters of type HttpService Modifier and Type Method Description static voidRequestHelper. putChunk(HttpService service, String url, InputStream in, List<RequestHeader> requestHeaders, long startByte, long finishByte, long size, HttpRequestOptions options)static voidRequestHelper. sendChunk(HttpMethod method, HttpService service, String url, InputStream in, List<RequestHeader> requestHeaders, long startByte, long finishByte, long size, HttpRequestOptions options)
-