Uses of Class
org.apache.druid.java.util.http.client.Request
Packages that use Request
Package
Description
-
Uses of Request in org.apache.druid.java.util.http.client
Methods in org.apache.druid.java.util.http.client that return RequestModifier and TypeMethodDescriptionRequest.addHeaderValues(com.google.common.collect.Multimap<String, String> inHeaders) Request.addHeaderValues(String header, Iterable<String> value) Request.copy()Request.setBasicAuthentication(String username, String password) Request.setContent(byte[] bytes) Request.setContent(String contentType, byte[] bytes) Request.setContent(String contentType, byte[] bytes, int offset, int length) Request.setContent(String contentType, org.jboss.netty.buffer.ChannelBuffer content) Request.setContent(org.jboss.netty.buffer.ChannelBuffer content) Methods in org.apache.druid.java.util.http.client with parameters of type RequestModifier and TypeMethodDescription<Intermediate,Final>
com.google.common.util.concurrent.ListenableFuture<Final>AbstractHttpClient.go(Request request, HttpResponseHandler<Intermediate, Final> handler) <Intermediate,Final>
com.google.common.util.concurrent.ListenableFuture<Final>CredentialedHttpClient.go(Request request, HttpResponseHandler<Intermediate, Final> handler, org.joda.time.Duration requestReadTimeout) <Intermediate,Final>
com.google.common.util.concurrent.ListenableFuture<Final>HttpClient.go(Request request, HttpResponseHandler<Intermediate, Final> handler) Submit a request and process the response with the given response handler.<Intermediate,Final>
com.google.common.util.concurrent.ListenableFuture<Final>HttpClient.go(Request request, HttpResponseHandler<Intermediate, Final> handler, org.joda.time.Duration readTimeout) Submit a request and process the response with the given response handler.<Intermediate,Final>
com.google.common.util.concurrent.ListenableFuture<Final>NettyHttpClient.go(Request request, HttpResponseHandler<Intermediate, Final> handler, org.joda.time.Duration requestReadTimeout) -
Uses of Request in org.apache.druid.java.util.http.client.auth
Methods in org.apache.druid.java.util.http.client.auth that return RequestModifier and TypeMethodDescriptionBasicCredentials.addCredentials(Request builder) Credentials.addCredentials(Request builder) Methods in org.apache.druid.java.util.http.client.auth with parameters of type RequestModifier and TypeMethodDescriptionBasicCredentials.addCredentials(Request builder) Credentials.addCredentials(Request builder)