JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
E
G
H
I
M
N
O
P
Q
R
U
V
W
B
build()
- Method in class net.anwiba.commons.http.
RequestBuilder
C
CancelableInputStream
- Class in
net.anwiba.commons.http
CancelableInputStream(ICanceler, InputStream)
- Constructor for class net.anwiba.commons.http.
CancelableInputStream
canRead(URI)
- Method in class net.anwiba.commons.http.
HttpClientConnector
canWrite(URI)
- Method in class net.anwiba.commons.http.
HttpClientConnector
close()
- Method in interface net.anwiba.commons.http.
IResponse
close()
- Method in class net.anwiba.commons.http.
Response
content(byte[])
- Method in class net.anwiba.commons.http.
RequestBuilder
contentEncoding(String)
- Method in class net.anwiba.commons.http.
RequestBuilder
ConvertingHttpRequestExecutor
- Class in
net.anwiba.commons.http
ConvertingHttpRequestExecutor(IHttpRequestExecutor)
- Constructor for class net.anwiba.commons.http.
ConvertingHttpRequestExecutor
create()
- Method in class net.anwiba.commons.http.
HttpClientFactory
create()
- Method in class net.anwiba.commons.http.
HttpRequestExcecutorFactory
create()
- Method in interface net.anwiba.commons.http.
IHttpClientFactory
create()
- Method in interface net.anwiba.commons.http.
IHttpRequestExcecutorFactory
create(int, String, String, InputStream)
- Method in interface net.anwiba.commons.http.
IHttpResponseExceptionFactory
createEntity(IRequest)
- Method in class net.anwiba.commons.http.
HttpRequestExecutor
E
ExceptionProducer
- Class in
net.anwiba.commons.http
ExceptionProducer(IHttpResponseExceptionFactory...)
- Constructor for class net.anwiba.commons.http.
ExceptionProducer
execute(ICanceler, IClosure<IRequest, CreationException>, IResultProducer<T>, IHttpResponseExceptionFactory...)
- Method in class net.anwiba.commons.http.
ConvertingHttpRequestExecutor
execute(ICanceler, IClosure<IRequest, CreationException>, IResultProducer<T>, IResultProducer<IOException>)
- Method in class net.anwiba.commons.http.
ConvertingHttpRequestExecutor
execute(InputStream, int, String, String, String)
- Method in class net.anwiba.commons.http.
ExceptionProducer
execute(ICanceler, IRequest)
- Method in class net.anwiba.commons.http.
HttpRequestExecutor
execute(ICanceler, IRequest)
- Method in interface net.anwiba.commons.http.
IHttpRequestExecutor
execute(InputStream, int, String, String, String)
- Method in interface net.anwiba.commons.http.
IResultProducer
exist(URI)
- Method in class net.anwiba.commons.http.
HttpClientConnector
G
get(String)
- Static method in class net.anwiba.commons.http.
RequestBuilder
getBody()
- Method in interface net.anwiba.commons.http.
IResponse
getBody()
- Method in class net.anwiba.commons.http.
Response
getContent()
- Method in class net.anwiba.commons.http.apache.
InputStreamEntity
getContent()
- Method in exception net.anwiba.commons.http.
HttpRequestException
getContent()
- Method in interface net.anwiba.commons.http.
IRequest
getContent()
- Method in class net.anwiba.commons.http.
Request
getContentEncoding()
- Method in exception net.anwiba.commons.http.
HttpRequestException
getContentEncoding()
- Method in interface net.anwiba.commons.http.
IResponse
getContentEncoding()
- Method in class net.anwiba.commons.http.
Response
getContentLength()
- Method in class net.anwiba.commons.http.apache.
InputStreamEntity
getContentLength(URI)
- Method in class net.anwiba.commons.http.
HttpClientConnector
getContentLength()
- Method in interface net.anwiba.commons.http.
IRequest
getContentLength()
- Method in interface net.anwiba.commons.http.
IResponse
getContentLength()
- Method in class net.anwiba.commons.http.
Request
getContentLength()
- Method in class net.anwiba.commons.http.
Response
getContentType()
- Method in exception net.anwiba.commons.http.
HttpRequestException
getContentType()
- Method in interface net.anwiba.commons.http.
IResponse
getContentType()
- Method in class net.anwiba.commons.http.
Response
getEncoding()
- Method in interface net.anwiba.commons.http.
IRequest
getEncoding()
- Method in class net.anwiba.commons.http.
Request
getInputStream()
- Method in interface net.anwiba.commons.http.
IResponse
getInputStream()
- Method in class net.anwiba.commons.http.
Response
getManager()
- Method in class net.anwiba.commons.http.
HttpClientConnectionManagerProvider
getManager()
- Method in interface net.anwiba.commons.http.
IHttpClientConnectionManagerProvider
getMethodType()
- Method in interface net.anwiba.commons.http.
IRequest
getMethodType()
- Method in class net.anwiba.commons.http.
Request
getMimeType()
- Method in interface net.anwiba.commons.http.
IRequest
getMimeType()
- Method in class net.anwiba.commons.http.
Request
getParameters()
- Method in interface net.anwiba.commons.http.
IRequest
getParameters()
- Method in class net.anwiba.commons.http.
Request
getStatusCode()
- Method in exception net.anwiba.commons.http.
HttpRequestException
getStatusCode()
- Method in exception net.anwiba.commons.http.
HttpServerException
getStatusCode()
- Method in interface net.anwiba.commons.http.
IResponse
getStatusCode()
- Method in class net.anwiba.commons.http.
Response
getStatusText()
- Method in exception net.anwiba.commons.http.
HttpRequestException
getStatusText()
- Method in exception net.anwiba.commons.http.
HttpServerException
getStatusText()
- Method in interface net.anwiba.commons.http.
IResponse
getStatusText()
- Method in class net.anwiba.commons.http.
Response
getUriString()
- Method in interface net.anwiba.commons.http.
IRequest
getUriString()
- Method in class net.anwiba.commons.http.
Request
getUserAgent()
- Method in interface net.anwiba.commons.http.
IRequest
getUserAgent()
- Method in class net.anwiba.commons.http.
Request
H
HttpClientConnectionManagerProvider
- Class in
net.anwiba.commons.http
HttpClientConnectionManagerProvider()
- Constructor for class net.anwiba.commons.http.
HttpClientConnectionManagerProvider
HttpClientConnectionManagerProvider(HttpClientConnectionManager)
- Constructor for class net.anwiba.commons.http.
HttpClientConnectionManagerProvider
HttpClientConnector
- Class in
net.anwiba.commons.http
HttpClientConnector(IHttpRequestExcecutorFactory)
- Constructor for class net.anwiba.commons.http.
HttpClientConnector
HttpClientFactory
- Class in
net.anwiba.commons.http
HttpClientFactory(IHttpClientConnectionManagerProvider)
- Constructor for class net.anwiba.commons.http.
HttpClientFactory
HttpMethodType
- Enum in
net.anwiba.commons.http
HttpRequestExcecutorFactory
- Class in
net.anwiba.commons.http
HttpRequestExcecutorFactory(IHttpClientConnectionManagerProvider)
- Constructor for class net.anwiba.commons.http.
HttpRequestExcecutorFactory
HttpRequestException
- Exception in
net.anwiba.commons.http
HttpRequestException(String, int, String, byte[], String, String)
- Constructor for exception net.anwiba.commons.http.
HttpRequestException
HttpRequestException(String, int, String, byte[], String, String, Throwable)
- Constructor for exception net.anwiba.commons.http.
HttpRequestException
HttpRequestExecutor
- Class in
net.anwiba.commons.http
HttpRequestExecutor(IHttpClientFactory)
- Constructor for class net.anwiba.commons.http.
HttpRequestExecutor
HttpServerException
- Exception in
net.anwiba.commons.http
HttpServerException(String, int, String)
- Constructor for exception net.anwiba.commons.http.
HttpServerException
I
IHttpClientConnectionManagerProvider
- Interface in
net.anwiba.commons.http
IHttpClientFactory
- Interface in
net.anwiba.commons.http
IHttpRequestExcecutorFactory
- Interface in
net.anwiba.commons.http
IHttpRequestExecutor
- Interface in
net.anwiba.commons.http
IHttpResponseExceptionFactory
- Interface in
net.anwiba.commons.http
InputStreamEntity
- Class in
net.anwiba.commons.http.apache
InputStreamEntity(IClosure<InputStream, IOException>, long, ContentType)
- Constructor for class net.anwiba.commons.http.apache.
InputStreamEntity
IRequest
- Interface in
net.anwiba.commons.http
IResponse
- Interface in
net.anwiba.commons.http
IResultProducer
<
T
> - Interface in
net.anwiba.commons.http
isApplicable(String)
- Method in interface net.anwiba.commons.http.
IHttpResponseExceptionFactory
isRepeatable()
- Method in class net.anwiba.commons.http.apache.
InputStreamEntity
isStreaming()
- Method in class net.anwiba.commons.http.apache.
InputStreamEntity
M
mimeType(String)
- Method in class net.anwiba.commons.http.
RequestBuilder
N
net.anwiba.commons.http
- package net.anwiba.commons.http
net.anwiba.commons.http.apache
- package net.anwiba.commons.http.apache
O
openInputStream(URI)
- Method in class net.anwiba.commons.http.
HttpClientConnector
openOutputStream(URI)
- Method in class net.anwiba.commons.http.
HttpClientConnector
P
post(String)
- Static method in class net.anwiba.commons.http.
RequestBuilder
Q
query(String, String)
- Method in class net.anwiba.commons.http.
RequestBuilder
query(IParameter)
- Method in class net.anwiba.commons.http.
RequestBuilder
R
read()
- Method in class net.anwiba.commons.http.
CancelableInputStream
Request
- Class in
net.anwiba.commons.http
Request(HttpMethodType, String, IParameters, String, IClosure<InputStream, IOException>, long, String, String)
- Constructor for class net.anwiba.commons.http.
Request
RequestBuilder
- Class in
net.anwiba.commons.http
Response
- Class in
net.anwiba.commons.http
Response(ICanceler, HttpClient, HttpResponse)
- Constructor for class net.anwiba.commons.http.
Response
U
userAgent(String)
- Method in class net.anwiba.commons.http.
RequestBuilder
V
valueOf(String)
- Static method in enum net.anwiba.commons.http.
HttpMethodType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.anwiba.commons.http.
HttpMethodType
Returns an array containing the constants of this enum type, in the order they are declared.
W
writeTo(OutputStream)
- Method in class net.anwiba.commons.http.apache.
InputStreamEntity
B
C
E
G
H
I
M
N
O
P
Q
R
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2007–2017
Andreas W. Bartels
. All rights reserved.