A C D E F G H I K L M N O P R S T U W _ 

A

addHeader(Header) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
addHeader(String, String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
addHeader(Header) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
addHttpResponse(HttpResponse) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
As a consumer of the fake http call, you should never call this method.
addHttpResponseContent(byte[]) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addHttpResponseRule(String, String, HttpResponse) - Static method in class org.robolectric.shadows.FakeHttp
Adds an HTTP response rule.
addHttpResponseRule(String, HttpResponse) - Static method in class org.robolectric.shadows.FakeHttp
Adds an HTTP response rule with a default method of GET.
addHttpResponseRule(String, String) - Static method in class org.robolectric.shadows.FakeHttp
Adds an HTTP response rule.
addHttpResponseRule(RequestMatcher, HttpResponse) - Static method in class org.robolectric.shadows.FakeHttp
Adds an HTTP response rule.
addHttpResponseRule(RequestMatcher, List<? extends HttpResponse>) - Static method in class org.robolectric.shadows.FakeHttp
Adds an HTTP response rule.
addHttpResponseRule(String, String, HttpResponse) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addHttpResponseRule(String, HttpResponse) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addHttpResponseRule(String, String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addHttpResponseRule(RequestMatcher, HttpResponse) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addHttpResponseRule(RequestMatcher, List<? extends HttpResponse>) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
Add a response rule.
addHttpResponseRule(HttpEntityStub.ResponseRule) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addPendingHttpResponse(int, String, Header...) - Static method in class org.robolectric.shadows.FakeHttp
Sets up an HTTP response to be returned by calls to Apache's HttpClient implementers.
addPendingHttpResponse(HttpResponse) - Static method in class org.robolectric.shadows.FakeHttp
Sets up an HTTP response to be returned by calls to Apache's HttpClient implementers.
addPendingHttpResponse(HttpResponseGenerator) - Static method in class org.robolectric.shadows.FakeHttp
Sets up an HTTP response to be returned by calls to Apache's HttpClient implementers.
addPendingHttpResponse(int, String, Header...) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addPendingHttpResponse(HttpResponse) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addPendingHttpResponse(HttpResponseGenerator) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
addPendingHttpResponseWithContentType(int, String, Header) - Static method in class org.robolectric.shadows.FakeHttp
addRequestInfo(HttpRequestInfo) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
This method is not supposed to be consumed by tests.

C

clearHttpResponseRules() - Static method in class org.robolectric.shadows.FakeHttp
 
clearHttpResponseRules() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
clearHttpResponses() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
Call this method if you want to ensure that there's no http responses logged from this point until the next response arrives.
clearPendingHttpResponses() - Static method in class org.robolectric.shadows.FakeHttp
 
clearPendingHttpResponses() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
clearRequestInfos() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
connectionKeepAliveStrategy - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
connectionManager - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
connectionReuseStrategy - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
connManager - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The connection manager.
consumeContent() - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
consumeContent() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 
containsHeader(String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
containsHeader(String) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
createConnectRequest(HttpRoute, HttpContext) - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
Creates the CONNECT request for tunnelling.
createTunnelToProxy(HttpRoute, int, HttpContext) - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
Creates a tunnel to an intermediate proxy.
createTunnelToTarget(HttpRoute, HttpContext) - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
Creates a tunnel to the target server.

D

DefaultRequestDirector - Class in org.robolectric.tester.org.apache.http.impl.client
Default implementation of RequestDirector.
DefaultRequestDirector(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
 
DefaultRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
Determines the route for a request.

E

emulateRequest(HttpHost, HttpRequest, HttpContext, RequestDirector) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
entityContentStreamsHaveBeenClosed() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
establishRoute(HttpRoute, HttpContext) - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
Establishes the target route.
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
 

F

FakeHttp - Class in org.robolectric.shadows
 
FakeHttp() - Constructor for class org.robolectric.shadows.FakeHttp
 
FakeHttpLayer - Class in org.robolectric.tester.org.apache.http
 
FakeHttpLayer() - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
FakeHttpLayer.DefaultRequestMatcher - Class in org.robolectric.tester.org.apache.http
 
FakeHttpLayer.DefaultRequestMatcher(String, String) - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer.DefaultRequestMatcher
 
FakeHttpLayer.RequestMatcherBuilder - Class in org.robolectric.tester.org.apache.http
 
FakeHttpLayer.RequestMatcherBuilder() - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher - Interface in org.robolectric.tester.org.apache.http
 
FakeHttpLayer.RequestMatcherResponseRule - Class in org.robolectric.tester.org.apache.http
 
FakeHttpLayer.RequestMatcherResponseRule(RequestMatcher, HttpResponse) - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherResponseRule
 
FakeHttpLayer.RequestMatcherResponseRule(RequestMatcher, IOException) - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherResponseRule
 
FakeHttpLayer.RequestMatcherResponseRule(RequestMatcher, HttpException) - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherResponseRule
 
FakeHttpLayer.RequestMatcherResponseRule(RequestMatcher, List<? extends HttpResponse>) - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherResponseRule
 
FakeHttpLayer.UriRegexMatcher - Class in org.robolectric.tester.org.apache.http
 
FakeHttpLayer.UriRegexMatcher(String, String) - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer.UriRegexMatcher
 
FakeHttpLayer.UriRequestMatcher - Class in org.robolectric.tester.org.apache.http
 
FakeHttpLayer.UriRequestMatcher(String) - Constructor for class org.robolectric.tester.org.apache.http.FakeHttpLayer.UriRequestMatcher
 

G

getAllHeaders() - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getAllHeaders() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
getConnectionKeepAliveStrategy() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getConnectionManager() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getConnectionReuseStrategy() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getContent() - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
getContent() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 
getContentEncoding() - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
getContentEncoding() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 
getContentLength() - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
getContentLength() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 
getContentType() - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
getContentType() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 
getEntity() - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getEntity() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
getFakeHttpLayer() - Static method in class org.robolectric.shadows.FakeHttp
 
getFirstHeader(String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getFirstHeader(String) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
getHeader(String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
getHeaders(String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getHeaders(String) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
getHostname() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
getHttpContext() - Method in class org.robolectric.tester.org.apache.http.HttpRequestInfo
 
getHttpHost() - Method in class org.robolectric.tester.org.apache.http.HttpRequestInfo
 
getHttpParams() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getHttpProcessor() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getHttpRequest() - Method in class org.robolectric.tester.org.apache.http.HttpRequestInfo
 
getHttpRequestExecutor() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getHttpRequestRetryHandler() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getHttpResponses() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
This method return a list containing all the HTTP responses logged by the fake http layer, be it mocked http responses, be it real http calls (if {code}interceptHttpRequests{/code} is set to false).
getHttpResposeContentList() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
getHttpRoutePlanner() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getLastHeader(String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getLastHeader(String) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
getLastHttpResponse() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
Helper method that returns the latest received response from the server.
getLastSentHttpRequestInfo() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
getLatestSentHttpRequest() - Static method in class org.robolectric.shadows.FakeHttp
 
getLatestSentHttpRequest() - Static method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getLatestSentHttpRequestInfo() - Static method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getLocale() - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getLog() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getMethod() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
getNextSentHttpRequest() - Static method in class org.robolectric.shadows.FakeHttp
Accessor to obtain HTTP requests made during the current test in the order in which they were made.
getNextSentHttpRequestInfo() - Static method in class org.robolectric.shadows.FakeHttp
Accessor to obtain metadata for an HTTP request made during the current test in the order in which they were made.
getNextSentHttpRequestInfo() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
getParam(String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
getParams() - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getParams() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
getPath() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
getProtocolVersion() - Method in class org.robolectric.shadows.StatusLineStub
 
getProtocolVersion() - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getProtocolVersion() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestStatusLine
 
getProvidedPackageNames() - Method in class org.robolectric.httpclient.Shadows
 
getProxyAuthenticationHandler() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getReasonPhrase() - Method in class org.robolectric.shadows.StatusLineStub
 
getReasonPhrase() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestStatusLine
 
getRedirectHandler() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getRequestDirector() - Method in class org.robolectric.tester.org.apache.http.HttpRequestInfo
 
getResponse(HttpRequest) - Method in interface org.robolectric.shadows.HttpResponseGenerator
 
getResponse() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherResponseRule
 
getResponse() - Method in interface org.robolectric.tester.org.apache.http.HttpEntityStub.ResponseRule
 
getSentHttpRequest(int) - Static method in class org.robolectric.shadows.FakeHttp
Accessor to obtain HTTP requests made during the current test in the order in which they were made.
getSentHttpRequest(int) - Static method in class org.robolectric.shadows.ShadowDefaultRequestDirector
Deprecated.
getSentHttpRequestInfo(int) - Static method in class org.robolectric.shadows.FakeHttp
Accessor to obtain metadata for an HTTP request made during the current test in the order in which they were made.
getSentHttpRequestInfo(int) - Static method in class org.robolectric.shadows.ShadowDefaultRequestDirector
Deprecated.
getSentHttpRequestInfo(int) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
getSentHttpRequestInfos() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
getStatusCode() - Method in class org.robolectric.shadows.StatusLineStub
 
getStatusCode() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestStatusLine
 
getStatusLine() - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
getStatusLine() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
getTargetAuthenticationHandler() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
getUserTokenHandler() - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 

H

handleResponse(RoutedRequest, HttpResponse, HttpContext) - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
Analyzes a response to check need for a followup.
hasPendingResponses() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
hasRequestInfos() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
hasRequestMatchingRule(RequestMatcher) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
hasResponseRules() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
header(String, String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
headerIterator() - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
headerIterator(String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
headerIterator() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
headerIterator(String) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
host(String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
HttpEntityStub - Class in org.robolectric.tester.org.apache.http
 
HttpEntityStub() - Constructor for class org.robolectric.tester.org.apache.http.HttpEntityStub
 
HttpEntityStub.ResponseRule - Interface in org.robolectric.tester.org.apache.http
 
httpParams - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
httpProcessor - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
httpProcessor - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The HTTP protocol processor.
httpRequestExecutor - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
HttpRequestInfo - Class in org.robolectric.tester.org.apache.http
 
HttpRequestInfo(HttpRequest, HttpHost, HttpContext, RequestDirector) - Constructor for class org.robolectric.tester.org.apache.http.HttpRequestInfo
 
httpRequestRetryHandler - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
httpRequestWasMade() - Static method in class org.robolectric.shadows.FakeHttp
Accessor to find out if HTTP requests were made during the current test.
httpRequestWasMade(String) - Static method in class org.robolectric.shadows.FakeHttp
 
HttpResponseGenerator - Interface in org.robolectric.shadows
 
HttpResponseStub - Class in org.robolectric.tester.org.apache.http
 
HttpResponseStub() - Constructor for class org.robolectric.tester.org.apache.http.HttpResponseStub
 
httpRoutePlanner - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 

I

interceptHttpRequests(boolean) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
You can disable Robolectric's fake HTTP layer temporarily by calling this method.
interceptResponseContent(boolean) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
isChunked() - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
isInterceptingHttpRequests() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
isInterceptingResponseContent() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
isNoParams() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
isRepeatable() - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
isRepeatable() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 
isStreaming() - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
isStreaming() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 

K

keepAliveStrategy - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The keep-alive duration strategy.

L

log - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
logHttpRequests() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 

M

managedConn - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The currently allocated connection.
matches(HttpRequest) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.DefaultRequestMatcher
 
matches(HttpRequest) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
matches(HttpEntity) - Method in interface org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher
Hint: you can use EntityUtils.toString(actualPostBody) to help you implement your matches method.
matches(HttpRequest) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherResponseRule
 
matches(HttpRequest) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.UriRegexMatcher
 
matches(HttpRequest) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.UriRequestMatcher
 
matches(HttpRequest) - Method in interface org.robolectric.tester.org.apache.http.HttpEntityStub.ResponseRule
 
matches(HttpRequest) - Method in interface org.robolectric.tester.org.apache.http.RequestMatcher
 
method(String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 

N

noParams() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 

O

org.robolectric.httpclient - package org.robolectric.httpclient
 
org.robolectric.shadows - package org.robolectric.shadows
 
org.robolectric.tester.org.apache.http - package org.robolectric.tester.org.apache.http
 
org.robolectric.tester.org.apache.http.impl.client - package org.robolectric.tester.org.apache.http.impl.client
 

P

param(String, String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
params - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The HTTP parameters.
ParamsParser - Class in org.robolectric.tester.org.apache.http
 
ParamsParser() - Constructor for class org.robolectric.tester.org.apache.http.ParamsParser
 
parseParams(HttpRequest) - Static method in class org.robolectric.tester.org.apache.http.ParamsParser
 
path(String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
postBody(FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer.RequestMatcherBuilder
 
proxyAuthenticationHandler - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
proxyAuthHandler - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The proxy authentication handler.
proxyAuthState - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
 

R

redirectHandler - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
redirectHandler - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The redirect handler.
releaseConnection() - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
Returns the connection back to the connection manager and prepares for retrieving a new connection during the next request.
removeHeader(Header) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
removeHeaders(String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
requestExec - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The request executor.
RequestMatcher - Interface in org.robolectric.tester.org.apache.http
 
reset() - Method in class org.robolectric.httpclient.Shadows
 
reset() - Static method in class org.robolectric.shadows.FakeHttp
 
reset() - Static method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
retryHandler - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The request retry handler.
reuseStrategy - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The connection re-use strategy.
rewriteRequestURI(RequestWrapper, HttpRoute) - Method in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
 
routePlanner - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The route planner.

S

setDefaultHttpResponse(int, String) - Static method in class org.robolectric.shadows.FakeHttp
 
setDefaultHttpResponse(HttpResponse) - Static method in class org.robolectric.shadows.FakeHttp
 
setDefaultHttpResponse(HttpResponse) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
setDefaultHttpResponse(int, String) - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
setEntity(HttpEntity) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setHeader(Header) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setHeader(String, String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setHeader(Header) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
setHeaders(Header[]) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setLocale(Locale) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setParams(HttpParams) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setParams(HttpParams) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
setReasonPhrase(String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setResponseBody(String) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse
 
setStatusCode(int) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setStatusLine(StatusLine) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setStatusLine(ProtocolVersion, int) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
setStatusLine(ProtocolVersion, int, String) - Method in class org.robolectric.tester.org.apache.http.HttpResponseStub
 
ShadowDefaultRequestDirector - Class in org.robolectric.shadows
 
ShadowDefaultRequestDirector() - Constructor for class org.robolectric.shadows.ShadowDefaultRequestDirector
 
shadowOf(DefaultRequestDirector) - Static method in class org.robolectric.httpclient.Shadows
 
Shadows - Class in org.robolectric.httpclient
Shadow mapper.
Shadows() - Constructor for class org.robolectric.httpclient.Shadows
 
silence() - Method in class org.robolectric.tester.org.apache.http.FakeHttpLayer
 
StatusLineStub - Class in org.robolectric.shadows
 
StatusLineStub() - Constructor for class org.robolectric.shadows.StatusLineStub
 

T

targetAuthenticationHandler - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
targetAuthHandler - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The target authentication handler.
targetAuthState - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
 
TestHttpResponse - Class in org.robolectric.tester.org.apache.http
 
TestHttpResponse() - Constructor for class org.robolectric.tester.org.apache.http.TestHttpResponse
 
TestHttpResponse(int, String) - Constructor for class org.robolectric.tester.org.apache.http.TestHttpResponse
 
TestHttpResponse(int, String, Header...) - Constructor for class org.robolectric.tester.org.apache.http.TestHttpResponse
 
TestHttpResponse(int, byte[], Header...) - Constructor for class org.robolectric.tester.org.apache.http.TestHttpResponse
 
TestHttpResponse.TestHttpEntity - Class in org.robolectric.tester.org.apache.http
 
TestHttpResponse.TestHttpEntity() - Constructor for class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 
TestHttpResponse.TestStatusLine - Class in org.robolectric.tester.org.apache.http
 
TestHttpResponse.TestStatusLine() - Constructor for class org.robolectric.tester.org.apache.http.TestHttpResponse.TestStatusLine
 
toString() - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestStatusLine
 

U

userTokenHandler - Variable in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
userTokenHandler - Variable in class org.robolectric.tester.org.apache.http.impl.client.DefaultRequestDirector
The user token handler.

W

writeTo(OutputStream) - Method in class org.robolectric.tester.org.apache.http.HttpEntityStub
 
writeTo(OutputStream) - Method in class org.robolectric.tester.org.apache.http.TestHttpResponse.TestHttpEntity
 

_

__constructor__(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
__constructor__(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.robolectric.shadows.ShadowDefaultRequestDirector
 
A C D E F G H I K L M N O P R S T U W _ 

Copyright © 2015. All rights reserved.