Index
All Classes and Interfaces|All Packages|Serialized Form
A
- abort() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- abort() - Method in interface net.anwiba.commons.http.IResponse
- abort() - Method in class net.anwiba.commons.http.Response
- Accepted - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- addExceptionFactory(IApplicableHttpResponseExceptionFactory) - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- addExceptionFactory(IApplicableHttpResponseExceptionFactory) - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- addExceptionFactory(IApplicable<String>, IHttpResponseExceptionFactory) - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- addExceptionFactory(IApplicable<String>, IHttpResponseExceptionFactory) - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- addResultProducer(BiFunction<Integer, String, Boolean>, IResultProducer<T>) - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- addResultProducer(BiFunction<Integer, String, Boolean>, IResultProducer<T>) - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- addResultProducer(IApplicable<String>, IResultProducer<T>) - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- addResultProducer(IApplicable<String>, IResultProducer<T>) - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- ALREADY_REPORTED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- authentication(String, String) - Method in class net.anwiba.commons.http.RequestBuilder
- Authentication - Class in net.anwiba.commons.http
- Authentication(String, String) - Constructor for class net.anwiba.commons.http.Authentication
- Authentication(String, String, Authentication.Mode) - Constructor for class net.anwiba.commons.http.Authentication
- Authentication.Mode - Enum Class in net.anwiba.commons.http
B
- BAD_GATEWAY - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- BAD_REQUEST - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- build() - Method in class net.anwiba.commons.http.ConvertingHttpRequestExecutorBuilder
- build() - Method in class net.anwiba.commons.http.HttpClientConfigurationBuilder
- build() - Method in class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- build() - Method in interface net.anwiba.commons.http.IConvertingHttpRequestExecutorBuilder
- build() - Method in interface net.anwiba.commons.http.IHttpRequestExecutorFactoryBuilder
- build() - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- build() - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- build() - Method in class net.anwiba.commons.http.RequestBuilder
C
- cacheControl() - Method in interface net.anwiba.commons.http.IResponse
- cacheControl() - Method in class net.anwiba.commons.http.Response
- cacheTime(ILifeTime) - Method in class net.anwiba.commons.http.RequestBuilder
- CachingHttpRequestExecutor - Class in net.anwiba.commons.http
- CachingHttpRequestExecutor(IResourceCache, Map<HttpRequestCacheKey, Future<CachingHttpRequestExecutor.StaticResponse>>, IResourceReferenceHandler, IHttpRequestExecutor) - Constructor for class net.anwiba.commons.http.CachingHttpRequestExecutor
- CachingHttpRequestExecutor.StaticResponse - Class in net.anwiba.commons.http
- CachingHttpResquestExecutorFactory - Class in net.anwiba.commons.http
- CachingHttpResquestExecutorFactory(IResourceCache, IResourceReferenceHandler, IHttpRequestExecutorFactory) - Constructor for class net.anwiba.commons.http.CachingHttpResquestExecutorFactory
- 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 class net.anwiba.commons.http.apache.InputStreamEntity
- close() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor
- close() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- close() - Method in class net.anwiba.commons.http.CancelableInputStream
- close() - Method in class net.anwiba.commons.http.ConvertingHttpRequestExecutor
- close() - Method in class net.anwiba.commons.http.HttpRequestExecutor
- close() - Method in interface net.anwiba.commons.http.IConvertingHttpRequestExecutor
- close() - Method in interface net.anwiba.commons.http.IHttpClientConfiguration
- close() - Method in interface net.anwiba.commons.http.IHttpRequestExecutor
- close() - Method in interface net.anwiba.commons.http.IObjectRequestExecutor
- close() - Method in interface net.anwiba.commons.http.IResponse
- close() - Method in class net.anwiba.commons.http.Response
- CLOSE - Enum constant in enum class net.anwiba.commons.http.HttpConnectionMode
- CONFLICT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- connectionClose() - Method in class net.anwiba.commons.http.RequestBuilder
- connectionKeepAlive() - Method in class net.anwiba.commons.http.RequestBuilder
- content(byte[]) - Method in class net.anwiba.commons.http.RequestBuilder
- contentCharacterSet(String) - Method in class net.anwiba.commons.http.RequestBuilder
- contentMimeType(String) - Method in class net.anwiba.commons.http.RequestBuilder
- CONTINUE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- convert(IRequest) - Method in class net.anwiba.commons.http.apache.RequestToHttpUriRequestConverter
- ConvertingHttpRequestExecutor - Class in net.anwiba.commons.http
- ConvertingHttpRequestExecutor(IHttpRequestExecutor) - Constructor for class net.anwiba.commons.http.ConvertingHttpRequestExecutor
- ConvertingHttpRequestExecutorBuilder - Class in net.anwiba.commons.http
- ConvertingHttpRequestExecutorBuilder() - Constructor for class net.anwiba.commons.http.ConvertingHttpRequestExecutorBuilder
- create() - Method in class net.anwiba.commons.http.CachingHttpResquestExecutorFactory
- create() - Method in class net.anwiba.commons.http.HttpRequestExecutorFactory
- create() - Method in interface net.anwiba.commons.http.IHttpClientConfigurationFactory
- create() - Method in interface net.anwiba.commons.http.IHttpRequestExecutorFactory
- create() - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilderFactory
- create() - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilderFactory
- create(int, String, String, InputStream) - Method in interface net.anwiba.commons.http.IHttpResponseExceptionFactory
- create(String, IResponse) - Static method in exception net.anwiba.commons.http.HttpResponseException
- create(String, IResponse, byte[]) - Static method in exception net.anwiba.commons.http.HttpResponseException
- create(IHttpClientConfiguration) - Method in class net.anwiba.commons.http.HttpClientFactory
- create(IHttpClientConfiguration) - Method in interface net.anwiba.commons.http.IHttpClientFactory
- create(IHttpClientConfiguration, IRequest) - Method in class net.anwiba.commons.http.apache.HttpContextFactory
- CREATED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
E
- EARLY_HINTS - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- equals(Object) - Method in class net.anwiba.commons.http.HttpRequestCacheKey
- ExceptionProducer - Class in net.anwiba.commons.http
- ExceptionProducer(IApplicableHttpResponseExceptionFactory...) - Constructor for class net.anwiba.commons.http.ExceptionProducer
- execute(ICanceler, String, int, String, String, String, InputStream) - Method in class net.anwiba.commons.http.ExceptionProducer
- execute(ICanceler, String, int, String, String, String, InputStream) - Method in interface net.anwiba.commons.http.IResultProducer
- execute(ICanceler, IRequest) - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor
- execute(ICanceler, IRequest) - Method in class net.anwiba.commons.http.HttpRequestExecutor
- execute(ICanceler, IRequest) - Method in interface net.anwiba.commons.http.IHttpRequestExecutor
- execute(ICanceler, IRequest) - Method in interface net.anwiba.commons.http.IObjectRequestExecutor
- execute(ICanceler, IRequest, IApplicableResultProducer<T>, IApplicableHttpResponseExceptionFactory...) - Method in class net.anwiba.commons.http.ConvertingHttpRequestExecutor
- execute(ICanceler, IRequest, IApplicableResultProducer<T>, IApplicableHttpResponseExceptionFactory...) - Method in interface net.anwiba.commons.http.IConvertingHttpRequestExecutor
- execute(ICanceler, IRequest, IApplicableResultProducer<T>, IResultProducer<IOException>) - Method in class net.anwiba.commons.http.ConvertingHttpRequestExecutor
- execute(ICanceler, IRequest, IApplicableResultProducer<T>, IResultProducer<IOException>) - Method in interface net.anwiba.commons.http.IConvertingHttpRequestExecutor
- execute(ICanceler, IRequest, IResultProducer<T>, IResultProducer<IOException>) - Method in interface net.anwiba.commons.http.IConvertingHttpRequestExecutor
- exist(URI) - Method in class net.anwiba.commons.http.HttpClientConnector
- EXPECTATION_FAILED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- expires() - Method in interface net.anwiba.commons.http.IResponse
- expires() - Method in class net.anwiba.commons.http.Response
F
- FAILED_DEPENDENCY - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- FORBIDDEN - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- FORCED - Enum constant in enum class net.anwiba.commons.http.Authentication.Mode
- forcedAuthentication(String, String) - Method in class net.anwiba.commons.http.RequestBuilder
G
- GATEWAY_TIMEOUT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- get(String) - Static method in class net.anwiba.commons.http.RequestBuilder
- GET - Enum constant in enum class net.anwiba.commons.http.HttpMethodType
- getAuthentication() - Method in interface net.anwiba.commons.http.IHttpProxyConfiguration
- getAuthentication() - Method in interface net.anwiba.commons.http.IRequest
- getAuthentication() - Method in class net.anwiba.commons.http.Request
- getBody() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- getBody() - Method in interface net.anwiba.commons.http.IResponse
- getBody() - Method in class net.anwiba.commons.http.Response
- getCacheTime() - Method in interface net.anwiba.commons.http.IRequest
- getCacheTime() - Method in class net.anwiba.commons.http.Request
- getCode() - Method in enum class net.anwiba.commons.http.StatusCodes
- getConfigMode() - Method in interface net.anwiba.commons.http.IHttpClientConfiguration
- getContent() - Method in class net.anwiba.commons.http.apache.InputStreamEntity
- getContent() - Method in exception net.anwiba.commons.http.HttpResponseException
- getContent() - Method in interface net.anwiba.commons.http.IRequest
- getContent() - Method in class net.anwiba.commons.http.Request
- getContent(IConsumer<InputStream, IOException>) - Method in interface net.anwiba.commons.http.IRequest
- getContent(IConverter<InputStream, T, IOException>) - Method in interface net.anwiba.commons.http.IRequest
- getContentAsString() - Method in exception net.anwiba.commons.http.HttpResponseException
- getContentCharset() - Method in interface net.anwiba.commons.http.IRequest
- getContentCharset() - Method in class net.anwiba.commons.http.Request
- getContentEncoding() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- getContentEncoding() - Method in exception net.anwiba.commons.http.HttpResponseException
- 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() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- getContentLength() - Method in exception net.anwiba.commons.http.HttpResponseException
- 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
- getContentLength(URI) - Method in class net.anwiba.commons.http.HttpClientConnector
- getContentMimeType() - Method in interface net.anwiba.commons.http.IRequest
- getContentMimeType() - Method in class net.anwiba.commons.http.Request
- getContentType() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- getContentType() - Method in exception net.anwiba.commons.http.HttpResponseException
- getContentType() - Method in interface net.anwiba.commons.http.IResponse
- getContentType() - Method in class net.anwiba.commons.http.Response
- getContentType(URI) - Method in class net.anwiba.commons.http.HttpClientConnector
- getHost() - Method in interface net.anwiba.commons.http.IHttpProxyConfiguration
- getHost() - Method in interface net.anwiba.commons.http.IRequest
- getHost() - Method in class net.anwiba.commons.http.Request
- getInputStream() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- 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.IHttpClientConfiguration
- 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
- getMode() - Method in interface net.anwiba.commons.http.IHttpClientConfiguration
- getParameters() - Method in interface net.anwiba.commons.http.IRequest
- getParameters() - Method in class net.anwiba.commons.http.Request
- getPassword() - Method in class net.anwiba.commons.http.Authentication
- getPassword() - Method in interface net.anwiba.commons.http.IAuthentication
- getPhrase() - Method in enum class net.anwiba.commons.http.StatusCodes
- getPhrase(int) - Static method in enum class net.anwiba.commons.http.StatusCodes
- getPort() - Method in interface net.anwiba.commons.http.IHttpProxyConfiguration
- getPort() - Method in interface net.anwiba.commons.http.IRequest
- getPort() - Method in class net.anwiba.commons.http.Request
- getProperties() - Method in interface net.anwiba.commons.http.IRequest
- getProperties() - Method in class net.anwiba.commons.http.Request
- getProxyConfiguration() - Method in interface net.anwiba.commons.http.IHttpClientConfiguration
- getResourceReference() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- getScheme() - Method in interface net.anwiba.commons.http.IHttpProxyConfiguration
- getStatusCode() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- getStatusCode() - Method in exception net.anwiba.commons.http.HttpRequestException
- getStatusCode() - Method in exception net.anwiba.commons.http.HttpResponseException
- getStatusCode() - Method in interface net.anwiba.commons.http.IResponse
- getStatusCode() - Method in class net.anwiba.commons.http.Response
- getStatusText() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- getStatusText() - Method in exception net.anwiba.commons.http.HttpRequestException
- getStatusText() - Method in exception net.anwiba.commons.http.HttpResponseException
- getStatusText() - Method in interface net.anwiba.commons.http.IResponse
- getStatusText() - Method in class net.anwiba.commons.http.Response
- getUri() - Method in class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- getUri() - Method in interface net.anwiba.commons.http.IResponse
- getUri() - 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
- getUrl() - Method in class net.anwiba.commons.http.HttpRequestCacheKey
- getUrl() - Method in exception net.anwiba.commons.http.HttpRequestException
- getUrl() - Method in exception net.anwiba.commons.http.HttpResponseException
- getUserAgent() - Method in interface net.anwiba.commons.http.IHttpClientConfiguration
- getUsername() - Method in class net.anwiba.commons.http.Authentication
- getUsername() - Method in interface net.anwiba.commons.http.IAuthentication
- GONE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
H
- hashCode() - Method in class net.anwiba.commons.http.HttpRequestCacheKey
- header(String, String) - Method in class net.anwiba.commons.http.RequestBuilder
- header(IParameter) - Method in class net.anwiba.commons.http.RequestBuilder
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- HttpClientConfigurationBuilder - Class in net.anwiba.commons.http
- HttpClientConfigurationBuilder() - Constructor for class net.anwiba.commons.http.HttpClientConfigurationBuilder
- HttpClientConfigurationBuilder(IHttpClientConfiguration) - Constructor for class net.anwiba.commons.http.HttpClientConfigurationBuilder
- 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(IHttpRequestExecutorFactory) - Constructor for class net.anwiba.commons.http.HttpClientConnector
- HttpClientFactory - Class in net.anwiba.commons.http
- HttpClientFactory() - Constructor for class net.anwiba.commons.http.HttpClientFactory
- HttpConnectionMode - Enum Class in net.anwiba.commons.http
- HttpContextFactory - Class in net.anwiba.commons.http.apache
- HttpContextFactory() - Constructor for class net.anwiba.commons.http.apache.HttpContextFactory
- HttpMethodType - Enum Class in net.anwiba.commons.http
- HttpRequestCacheKey - Class in net.anwiba.commons.http
- HttpRequestException - Exception in net.anwiba.commons.http
- HttpRequestException(String, String, int, String) - Constructor for exception net.anwiba.commons.http.HttpRequestException
- HttpRequestExecutor - Class in net.anwiba.commons.http
- HttpRequestExecutorFactory - Class in net.anwiba.commons.http
- HttpRequestExecutorFactoryBuilder - Class in net.anwiba.commons.http
- HttpRequestExecutorFactoryBuilder() - Constructor for class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- HttpRequestExecutorFactoryBuilder(IHttpClientConfiguration) - Constructor for class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- HttpResponseException - Exception in net.anwiba.commons.http
- HttpResponseException(String, String, int, String, byte[], String, String) - Constructor for exception net.anwiba.commons.http.HttpResponseException
- HttpResponseException(String, String, int, String, byte[], String, String, Throwable) - Constructor for exception net.anwiba.commons.http.HttpResponseException
I
- I_M_A_TEAPOT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- IApplicableHttpResponseExceptionFactory - Interface in net.anwiba.commons.http
- IApplicableResultProducer<T> - Interface in net.anwiba.commons.http
- IAuthentication - Interface in net.anwiba.commons.http
- IConvertingHttpRequestExecutor - Interface in net.anwiba.commons.http
- IConvertingHttpRequestExecutorBuilder - Interface in net.anwiba.commons.http
- IHttpClientConfiguration - Interface in net.anwiba.commons.http
- IHttpClientConfigurationFactory - Interface in net.anwiba.commons.http
- IHttpClientConnectionManagerProvider - Interface in net.anwiba.commons.http
- IHttpClientFactory - Interface in net.anwiba.commons.http
- IHttpProxyConfiguration - Interface in net.anwiba.commons.http
- IHttpRequestExecutor - Interface in net.anwiba.commons.http
- IHttpRequestExecutorFactory - Interface in net.anwiba.commons.http
- IHttpRequestExecutorFactoryBuilder - Interface in net.anwiba.commons.http
- IHttpResponseExceptionFactory - Interface in net.anwiba.commons.http
- IM_USED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- InputStreamEntity - Class in net.anwiba.commons.http.apache
- InputStreamEntity(IClosure<InputStream, IOException>, long, ContentType, String) - Constructor for class net.anwiba.commons.http.apache.InputStreamEntity
- INSUFFICIENT_STORAGE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- INTERNAL_SERVER_ERROR - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- IObjectRequestExecutor<T> - Interface in net.anwiba.commons.http
- IObjectRequestExecutorBuilder<T> - Interface in net.anwiba.commons.http
- IObjectRequestExecutorBuilderFactory - Interface in net.anwiba.commons.http
- IRequest - Interface in net.anwiba.commons.http
- IResponse - Interface in net.anwiba.commons.http
- IResultProducer<T> - Interface in net.anwiba.commons.http
- isApplicable(int, String) - Method in interface net.anwiba.commons.http.IApplicableResultProducer
- isApplicable(String) - Method in interface net.anwiba.commons.http.IApplicableHttpResponseExceptionFactory
- isClientError(int) - Static method in enum class net.anwiba.commons.http.StatusCodes
- isForces() - Method in class net.anwiba.commons.http.Authentication
- isForces() - Method in interface net.anwiba.commons.http.IAuthentication
- isInformation(int) - Static method in enum class net.anwiba.commons.http.StatusCodes
- isLazy() - Method in class net.anwiba.commons.http.Authentication
- isLazy() - Method in interface net.anwiba.commons.http.IAuthentication
- isNotFound(int) - Static method in enum class net.anwiba.commons.http.StatusCodes
- isOk(int) - Static method in enum class net.anwiba.commons.http.StatusCodes
- isPreemptive() - Method in class net.anwiba.commons.http.Authentication
- isPreemptive() - Method in interface net.anwiba.commons.http.IAuthentication
- isRedirection(int) - Static method in enum class net.anwiba.commons.http.StatusCodes
- isRepeatable() - Method in class net.anwiba.commons.http.apache.InputStreamEntity
- isServerError(int) - Static method in enum class net.anwiba.commons.http.StatusCodes
- isStatusCode2xx() - Method in interface net.anwiba.commons.http.IResponse
- isStreaming() - Method in class net.anwiba.commons.http.apache.InputStreamEntity
- isSuccessful(int) - Static method in enum class net.anwiba.commons.http.StatusCodes
K
- KEEP_ALIVE - Enum constant in enum class net.anwiba.commons.http.HttpConnectionMode
L
- LAZY - Enum constant in enum class net.anwiba.commons.http.Authentication.Mode
- LENGTH_REQUIRED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- LOCKED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- LOOP_DETECTED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
M
- METHOD_NOT_ALLOWED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- MISDIRECTED_REQUEST - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- MOVED_PERMANENTLY - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- MOVED_TEMPORARY - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- MULTI_STATUS - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- Multiple_Choice - Enum constant in enum class net.anwiba.commons.http.StatusCodes
N
- net.anwiba.commons.http - module net.anwiba.commons.http
- net.anwiba.commons.http - package net.anwiba.commons.http
- net.anwiba.commons.http.apache - package net.anwiba.commons.http.apache
- NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- NO_CONTENT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- NOT_ACCEPTABLE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- NOT_EXTENDED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- NOT_FOUND - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- NOT_IMPLEMENTED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- NOT_MODIFIED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
O
- ObjectRequestExecutorBuilder<T> - Class in net.anwiba.commons.http
- ObjectRequestExecutorBuilder() - Constructor for class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- ObjectRequestExecutorBuilderFactory - Class in net.anwiba.commons.http
- ObjectRequestExecutorBuilderFactory() - Constructor for class net.anwiba.commons.http.ObjectRequestExecutorBuilderFactory
- of(IRequest) - Static method in class net.anwiba.commons.http.HttpRequestCacheKey
- OK - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- openInputStream(URI) - Method in class net.anwiba.commons.http.HttpClientConnector
- openInputStream(URI, IAcceptor<String>) - Method in class net.anwiba.commons.http.HttpClientConnector
- openOutputStream(URI) - Method in class net.anwiba.commons.http.HttpClientConnector
P
- PARTIAL_CONTENT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- PAYLOAD_TOO_LARGE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- PAYMENT_REQUIRED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- PERMANENT_REDIRECT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- post(String) - Static method in class net.anwiba.commons.http.RequestBuilder
- POST - Enum constant in enum class net.anwiba.commons.http.HttpMethodType
- pragma() - Method in interface net.anwiba.commons.http.IResponse
- pragma() - Method in class net.anwiba.commons.http.Response
- PRECONDITION_FAILED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- PRECONDITION_REQUIRED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- PREEMPTIVE - Enum constant in enum class net.anwiba.commons.http.Authentication.Mode
- preemptiveAuthentication(String, String) - Method in class net.anwiba.commons.http.RequestBuilder
- PROCESSING - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
Q
- query(Iterable<IParameter>) - Method in class net.anwiba.commons.http.RequestBuilder
- query(String, String) - Method in class net.anwiba.commons.http.RequestBuilder
- query(IParameter) - Method in class net.anwiba.commons.http.RequestBuilder
R
- RANGE_NOT_SATISFIABLE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- read() - Method in class net.anwiba.commons.http.CancelableInputStream
- read(byte[], int, int) - Method in class net.anwiba.commons.http.CancelableInputStream
- Request - Class in net.anwiba.commons.http
- REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- REQUEST_TIMEOUT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- RequestBuilder - Class in net.anwiba.commons.http
- RequestToHttpUriRequestConverter - Class in net.anwiba.commons.http.apache
- RequestToHttpUriRequestConverter(HttpConnectionMode) - Constructor for class net.anwiba.commons.http.apache.RequestToHttpUriRequestConverter
- RESET_CONTENT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- Response - Class in net.anwiba.commons.http
- Response(ICanceler, Closeable, HttpUriRequest, HttpResponse) - Constructor for class net.anwiba.commons.http.Response
S
- SEE_OTHER - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- SERVICE_UNAVAILABLE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- setProxy(String, String, int) - Method in class net.anwiba.commons.http.HttpClientConfigurationBuilder
- setProxy(String, String, int) - Method in class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- setProxy(String, String, int) - Method in interface net.anwiba.commons.http.IHttpRequestExecutorFactoryBuilder
- setProxy(String, String, int, String, String) - Method in class net.anwiba.commons.http.HttpClientConfigurationBuilder
- setProxy(String, String, int, String, String) - Method in class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- setProxy(String, String, int, String, String) - Method in interface net.anwiba.commons.http.IHttpRequestExecutorFactoryBuilder
- setResultProducer(IResultProducer<T>) - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- setResultProducer(IResultProducer<T>) - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- setUserAgent(String) - Method in class net.anwiba.commons.http.HttpClientConfigurationBuilder
- setUserAgent(String) - Method in class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- setUserAgent(String) - Method in interface net.anwiba.commons.http.IHttpRequestExecutorFactoryBuilder
- StaticResponse(IResourceReferenceHandler, IBlock<RuntimeException>, String, IResourceReference, int, String) - Constructor for class net.anwiba.commons.http.CachingHttpRequestExecutor.StaticResponse
- StatusCodes - Enum Class in net.anwiba.commons.http
- SWITCHING_PROTOCOL - Enum constant in enum class net.anwiba.commons.http.StatusCodes
T
- TEMPORARY_REDIRECT - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- TOO_EARLY - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- TOO_MANY_REQUESTS - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- toString() - Method in class net.anwiba.commons.http.Authentication
U
- UNAUTHORIZED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- UNPROCESSABLE_ENTITY - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- UPGRADE_REQUIRED - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- URI_TOO_LONG - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- USE_PROXY - Enum constant in enum class net.anwiba.commons.http.StatusCodes
- useAlwaysANewConnection() - Method in class net.anwiba.commons.http.ConvertingHttpRequestExecutorBuilder
- useAlwaysANewConnection() - Method in class net.anwiba.commons.http.HttpClientConfigurationBuilder
- useAlwaysANewConnection() - Method in class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- useAlwaysANewConnection() - Method in interface net.anwiba.commons.http.IConvertingHttpRequestExecutorBuilder
- useAlwaysANewConnection() - Method in interface net.anwiba.commons.http.IHttpRequestExecutorFactoryBuilder
- useAlwaysANewConnection() - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- useAlwaysANewConnection() - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- useAlwaysTheSameConnection() - Method in class net.anwiba.commons.http.ConvertingHttpRequestExecutorBuilder
- useAlwaysTheSameConnection() - Method in class net.anwiba.commons.http.HttpClientConfigurationBuilder
- useAlwaysTheSameConnection() - Method in class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- useAlwaysTheSameConnection() - Method in interface net.anwiba.commons.http.IConvertingHttpRequestExecutorBuilder
- useAlwaysTheSameConnection() - Method in interface net.anwiba.commons.http.IHttpRequestExecutorFactoryBuilder
- useAlwaysTheSameConnection() - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- useAlwaysTheSameConnection() - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
- usePoolingConnection() - Method in class net.anwiba.commons.http.ConvertingHttpRequestExecutorBuilder
- usePoolingConnection() - Method in class net.anwiba.commons.http.HttpClientConfigurationBuilder
- usePoolingConnection() - Method in class net.anwiba.commons.http.HttpRequestExecutorFactoryBuilder
- usePoolingConnection() - Method in interface net.anwiba.commons.http.IConvertingHttpRequestExecutorBuilder
- usePoolingConnection() - Method in interface net.anwiba.commons.http.IHttpRequestExecutorFactoryBuilder
- usePoolingConnection() - Method in interface net.anwiba.commons.http.IObjectRequestExecutorBuilder
- usePoolingConnection() - Method in class net.anwiba.commons.http.ObjectRequestExecutorBuilder
V
- valueOf(String) - Static method in enum class net.anwiba.commons.http.Authentication.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.anwiba.commons.http.HttpConnectionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.anwiba.commons.http.HttpMethodType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.anwiba.commons.http.StatusCodes
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.anwiba.commons.http.Authentication.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.anwiba.commons.http.HttpConnectionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.anwiba.commons.http.HttpMethodType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.anwiba.commons.http.StatusCodes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIANT_ALSO_NEGOTIATES - Enum constant in enum class net.anwiba.commons.http.StatusCodes
W
- writeTo(OutputStream) - Method in class net.anwiba.commons.http.apache.InputStreamEntity
All Classes and Interfaces|All Packages|Serialized Form