Uses of Class
org.apache.druid.java.util.http.client.Request
-
Packages that use Request Package Description org.apache.druid.java.util.http.client org.apache.druid.java.util.http.client.auth -
-
Uses of Request in org.apache.druid.java.util.http.client
Methods in org.apache.druid.java.util.http.client that return Request Modifier and Type Method Description RequestRequest. addHeader(String header, String value)RequestRequest. addHeaderValues(com.google.common.collect.Multimap<String,String> inHeaders)RequestRequest. addHeaderValues(String header, Iterable<String> value)RequestRequest. copy()RequestRequest. setBasicAuthentication(String username, String password)RequestRequest. setContent(byte[] bytes)RequestRequest. setContent(String contentType, byte[] bytes)RequestRequest. setContent(String contentType, byte[] bytes, int offset, int length)RequestRequest. setContent(String contentType, org.jboss.netty.buffer.ChannelBuffer content)RequestRequest. setContent(org.jboss.netty.buffer.ChannelBuffer content)RequestRequest. setHeader(String header, String value)Methods in org.apache.druid.java.util.http.client with parameters of type Request Modifier and Type Method Description <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 Request Modifier and Type Method Description RequestBasicCredentials. addCredentials(Request builder)RequestCredentials. addCredentials(Request builder)Methods in org.apache.druid.java.util.http.client.auth with parameters of type Request Modifier and Type Method Description RequestBasicCredentials. addCredentials(Request builder)RequestCredentials. addCredentials(Request builder)
-