Searched refs:RequestWrapper (Results 1 – 10 of 10) sorted by relevance
63 template <typename RequestWrapper>65 const RequestWrapper* wrapper);81 template <typename RequestWrapper>84 const RequestWrapper* wrapper) { in TrackUnique()
55 protected final RequestWrapper request;64 public RoutedRequest(final RequestWrapper req, final HttpRoute route) { in RoutedRequest()70 public final RequestWrapper getRequest() { in getRequest()
65 public class RequestWrapper extends AbstractHttpMessage implements HttpUriRequest { class74 public RequestWrapper(final HttpRequest request) throws ProtocolException { in RequestWrapper() method in RequestWrapper
251 private RequestWrapper wrapRequest( in wrapRequest()257 return new RequestWrapper( in wrapRequest()264 final RequestWrapper request, in rewriteRequestURI()297 RequestWrapper origWrapper = wrapRequest(orig); in execute()317 RequestWrapper wrapper = roureq.getRequest(); in execute()925 RequestWrapper request = roureq.getRequest(); in handleResponse()949 RequestWrapper wrapper = new RequestWrapper(redirect); in handleResponse()
59 public class EntityEnclosingRequestWrapper extends RequestWrapper
83 import org.apache.http.impl.client.RequestWrapper;308 private RequestWrapper wrapRequest( in wrapRequest()314 return new RequestWrapper( in wrapRequest()321 final RequestWrapper request, in rewriteRequestURI()354 RequestWrapper origWrapper = wrapRequest(orig); in execute()377 RequestWrapper wrapper = roureq.getRequest(); in execute()956 RequestWrapper request = roureq.getRequest(); in handleResponse()995 RequestWrapper wrapper = new RequestWrapper(redirect); in handleResponse()
40 import org.apache.http.impl.client.RequestWrapper;427 if (request instanceof RequestWrapper) { in toCurl()428 HttpRequest original = ((RequestWrapper) request).getOriginal(); in toCurl()
86 RequestRouter::processRequest(RequestWrapper*, ResponseWrapper*)101 RequestRouter::processRequest(RequestWrapper*, ResponseWrapper*)
332 …aultRequestDirector;->rewriteRequestURI(Lorg/apache/http/impl/client/RequestWrapper;Lorg/apache/ht…333 …stDirector;->wrapRequest(Lorg/apache/http/HttpRequest;)Lorg/apache/http/impl/client/RequestWrapper;342 HPLorg/apache/http/impl/client/RequestWrapper;-><init>(Lorg/apache/http/HttpRequest;)V343 HPLorg/apache/http/impl/client/RequestWrapper;->getExecCount()I344 HPLorg/apache/http/impl/client/RequestWrapper;->getMethod()Ljava/lang/String;345 HPLorg/apache/http/impl/client/RequestWrapper;->getProtocolVersion()Lorg/apache/http/ProtocolVersio…346 HPLorg/apache/http/impl/client/RequestWrapper;->getRequestLine()Lorg/apache/http/RequestLine;347 HPLorg/apache/http/impl/client/RequestWrapper;->getURI()Ljava/net/URI;348 HPLorg/apache/http/impl/client/RequestWrapper;->incrementExecCount()V349 HPLorg/apache/http/impl/client/RequestWrapper;->resetHeaders()V[all …]
2586 …method @Deprecated protected void rewriteRequestURI(org.apache.http.impl.client.RequestWrapper, or…2610 …ss EntityEnclosingRequestWrapper extends org.apache.http.impl.client.RequestWrapper implements org…2624 …@Deprecated public class RequestWrapper extends org.apache.http.message.AbstractHttpMessage implem…2625 …ctor @Deprecated public RequestWrapper(org.apache.http.HttpRequest) throws org.apache.http.Protoco…2643 …ctor @Deprecated public RoutedRequest(org.apache.http.impl.client.RequestWrapper, org.apache.http.…2644 method @Deprecated public final org.apache.http.impl.client.RequestWrapper getRequest();2646 field @Deprecated protected final org.apache.http.impl.client.RequestWrapper request;