Skip navigation links
A B C D G H I L M N P R S V W 

A

AdaptrisMessageEntity - Class in com.adaptris.core.http.apache
A streamed, repeatable entity that obtains its content from the associated InterlokMessage.getInputStream().
AdaptrisMessageEntity(AdaptrisMessage, ContentTypeProvider) - Constructor for class com.adaptris.core.http.apache.AdaptrisMessageEntity
 
addHandler(RequestHeaderProvider<HttpRequestBase>) - Method in class com.adaptris.core.http.apache.CompositeRequestHeaders
 
addHandler(ResponseHeaderHandler<HttpResponse>) - Method in class com.adaptris.core.http.apache.CompositeResponseHeaderHandler
 
addHeaders(AdaptrisMessage, HttpRequestBase) - Method in class com.adaptris.core.http.apache.CompositeRequestHeaders
 
addHeaders(AdaptrisMessage, HttpRequestBase) - Method in class com.adaptris.core.http.apache.ConfiguredRequestHeaders
 
addHeaders(AdaptrisMessage, HttpRequestBase) - Method in class com.adaptris.core.http.apache.MetadataRequestHeaders
 
addHeaders(AdaptrisMessage, HttpRequestBase) - Method in class com.adaptris.core.http.apache.NoOpRequestHeaders
 
ApacheHttpProducer - Class in com.adaptris.core.http.apache
Producer implementation that uses the Apache HTTP Client as the underlying transport.
ApacheHttpProducer() - Constructor for class com.adaptris.core.http.apache.ApacheHttpProducer
 
ApacheHttpProducer(ProduceDestination) - Constructor for class com.adaptris.core.http.apache.ApacheHttpProducer
 
ApacheRequestAuthenticator - Interface in com.adaptris.core.http.apache
ApacheRequestAuthenticator is an interface designed to facilitate HTTP Authentication in various ways.
authenticator() - Method in class com.adaptris.core.http.apache.HttpProducer
 

B

BranchingHttpRequestService - Class in com.adaptris.core.http.apache
Branch support for HTTP via interrogation of the HTTP status.
BranchingHttpRequestService() - Constructor for class com.adaptris.core.http.apache.BranchingHttpRequestService
 
BranchingHttpRequestService(String) - Constructor for class com.adaptris.core.http.apache.BranchingHttpRequestService
 
buildProducer(AdaptrisMessage) - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 

C

close() - Method in class com.adaptris.core.http.apache.ConfiguredAuthorizationHeader
 
close() - Method in class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
 
close() - Method in class com.adaptris.core.http.apache.HttpProducer
 
close() - Method in class com.adaptris.core.http.apache.MetadataAuthorizationHeader
 
closeService() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
com.adaptris.core.http.apache - package com.adaptris.core.http.apache
Implementation of the core RequestReplyProducerImp that uses the Apache HTTP Client as the underlying transport.
CompositeRequestHeaders - Class in com.adaptris.core.http.apache
Implementation of RequestHeaderProvider that uses its own configured handlers to add headers.
CompositeRequestHeaders() - Constructor for class com.adaptris.core.http.apache.CompositeRequestHeaders
 
CompositeResponseHeaderHandler - Class in com.adaptris.core.http.apache
Implementation of ResponseHeaderHandler that uses nested handlers to extract headers from a HttpResponse.
CompositeResponseHeaderHandler() - Constructor for class com.adaptris.core.http.apache.CompositeResponseHeaderHandler
 
CompositeResponseHeaderHandler(ResponseHeaderHandler<HttpResponse>...) - Constructor for class com.adaptris.core.http.apache.CompositeResponseHeaderHandler
 
configure(HttpRequestBase) - Method in interface com.adaptris.core.http.apache.ApacheRequestAuthenticator
Perform whatever actions are required to the HttpRequestBase.
configure(HttpRequestBase) - Method in class com.adaptris.core.http.apache.ConfiguredAuthorizationHeader
 
configure(HttpRequestBase) - Method in class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
 
configure(HttpRequestBase) - Method in class com.adaptris.core.http.apache.MetadataAuthorizationHeader
 
ConfiguredAuthorizationHeader - Class in com.adaptris.core.http.apache
Build an HttpConstants.AUTHORIZATION header from static data.
ConfiguredAuthorizationHeader() - Constructor for class com.adaptris.core.http.apache.ConfiguredAuthorizationHeader
 
ConfiguredAuthorizationHeader(String) - Constructor for class com.adaptris.core.http.apache.ConfiguredAuthorizationHeader
 
ConfiguredRequestHeaders - Class in com.adaptris.core.http.apache
Implementation of RequestHeaderProvider that applies static configured values as headers.
ConfiguredRequestHeaders() - Constructor for class com.adaptris.core.http.apache.ConfiguredRequestHeaders
 
contentEncoding(HttpEntity) - Method in class com.adaptris.core.http.apache.ResponseHandlerFactoryImpl
 
copyHeaders(AdaptrisMessage, AdaptrisMessage) - Method in class com.adaptris.core.http.apache.HttpProducer
 
create(String) - Method in enum com.adaptris.core.http.apache.HttpProducer.HttpMethod
 
createResponseHandler(HttpProducer) - Method in class com.adaptris.core.http.apache.MetadataResponseHandlerFactory
 
createResponseHandler(HttpProducer) - Method in class com.adaptris.core.http.apache.PayloadResponseHandlerFactory
 
createResponseHandler(HttpProducer) - Method in interface com.adaptris.core.http.apache.ResponseHandlerFactory
 
CustomApacheHttpProducer - Class in com.adaptris.core.http.apache
Apache HTTP client producer with customised TLS/SSL settings.
CustomApacheHttpProducer() - Constructor for class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
CustomApacheHttpProducer(ProduceDestination) - Constructor for class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
CustomApacheHttpProducer.HostnameVerification - Enum in com.adaptris.core.http.apache
 
customise(HttpClientBuilder) - Method in class com.adaptris.core.http.apache.ApacheHttpProducer
 
customise(HttpClientBuilder) - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
customiseTimeouts(HttpClientBuilder, long) - Method in class com.adaptris.core.http.apache.ApacheHttpProducer
 

D

DEFAULT_TIMEOUT - Static variable in class com.adaptris.core.http.apache.HttpProducer
 
defaultTimeout() - Method in class com.adaptris.core.http.apache.HttpProducer
 
DiscardResponseHeaders - Class in com.adaptris.core.http.apache
ResponseHeaderHandler implementation that discards the headers from the HTTP response.
DiscardResponseHeaders() - Constructor for class com.adaptris.core.http.apache.DiscardResponseHeaders
 
doRequest(AdaptrisMessage, ProduceDestination, long) - Method in class com.adaptris.core.http.apache.ApacheHttpProducer
 
doService(AdaptrisMessage) - Method in class com.adaptris.core.http.apache.BranchingHttpRequestService
 
doService(AdaptrisMessage) - Method in class com.adaptris.core.http.apache.HttpRequestService
 
DynamicBasicAuthorizationHeader - Class in com.adaptris.core.http.apache
Build a HttpConstants.AUTHORIZATION (Basic only) from configuration (or metadata).
DynamicBasicAuthorizationHeader() - Constructor for class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
 
DynamicBasicAuthorizationHeader(String, String) - Constructor for class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
 

G

generateKey(String) - Method in class com.adaptris.core.http.apache.ResponseHeadersAsMetadata
 
getAllowRedirect() - Method in class com.adaptris.core.http.apache.HttpProducer
Get the handle redirection flag.
getAuthenticator() - Method in class com.adaptris.core.http.apache.HttpProducer
 
getAuthenticator() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
getCipherSuites() - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
getConnectTimeout() - Method in class com.adaptris.core.http.apache.HttpProducer
 
getContent() - Method in class com.adaptris.core.http.apache.AdaptrisMessageEntity
 
getContentLength() - Method in class com.adaptris.core.http.apache.AdaptrisMessageEntity
 
getContentType() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
getContentTypeProvider() - Method in class com.adaptris.core.http.apache.HttpProducer
 
getDefaultServiceId() - Method in class com.adaptris.core.http.apache.BranchingHttpRequestService
 
getFilter() - Method in class com.adaptris.core.http.apache.MetadataRequestHeaders
 
getHandlers() - Method in class com.adaptris.core.http.apache.CompositeResponseHeaderHandler
 
getHeaders() - Method in class com.adaptris.core.http.apache.ConfiguredRequestHeaders
 
getHeaderValue() - Method in class com.adaptris.core.http.apache.ConfiguredAuthorizationHeader
 
getHostnameVerification() - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
getHttpProxy() - Method in class com.adaptris.core.http.apache.ApacheHttpProducer
 
getHttpProxy() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
getIgnoreServerResponseCode() - Method in class com.adaptris.core.http.apache.HttpProducer
Get the currently configured flag for ignoring server response code.
getKeystore() - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
getMetadataKey() - Method in class com.adaptris.core.http.apache.MetadataAuthorizationHeader
 
getMetadataKey() - Method in class com.adaptris.core.http.apache.MetadataResponseHandlerFactory
 
getMetadataPrefix() - Method in class com.adaptris.core.http.apache.ResponseHeadersAsMetadata
 
getMethod() - Method in class com.adaptris.core.http.apache.HttpProducer
Deprecated.
since 3.0.6; use HttpProducer.getMethodProvider() instead.
getMethod(AdaptrisMessage) - Method in class com.adaptris.core.http.apache.HttpProducer
 
getMethod() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
getMethodProvider() - Method in class com.adaptris.core.http.apache.HttpProducer
 
getPassword() - Method in class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
 
getPassword() - Method in class com.adaptris.core.http.apache.HttpProducer
Deprecated.
getPrivateKeyPassword() - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
getProviders() - Method in class com.adaptris.core.http.apache.CompositeRequestHeaders
 
getReadTimeout() - Method in class com.adaptris.core.http.apache.HttpProducer
 
getRequestHeaderProvider() - Method in class com.adaptris.core.http.apache.HttpProducer
 
getRequestHeaderProvider() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
getResponseHandlerFactory() - Method in class com.adaptris.core.http.apache.ApacheHttpProducer
 
getResponseHeaderHandler() - Method in class com.adaptris.core.http.apache.HttpProducer
 
getResponseHeaderHandler() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
getStatusMatches() - Method in class com.adaptris.core.http.apache.BranchingHttpRequestService
 
getTlsVersions() - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
getTrustSelfSigned() - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
getTruststore() - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
getUrl() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
getUsername() - Method in class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
 
getUserName() - Method in class com.adaptris.core.http.apache.HttpProducer
Get the username.
getVerifier() - Method in enum com.adaptris.core.http.apache.CustomApacheHttpProducer.HostnameVerification
 

H

handle(HttpResponse, AdaptrisMessage) - Method in class com.adaptris.core.http.apache.CompositeResponseHeaderHandler
 
handle(HttpResponse, AdaptrisMessage) - Method in class com.adaptris.core.http.apache.DiscardResponseHeaders
 
handle(HttpResponse, AdaptrisMessage) - Method in class com.adaptris.core.http.apache.ResponseHeadersAsMetadata
 
handle(HttpResponse, AdaptrisMessage) - Method in class com.adaptris.core.http.apache.ResponseHeadersAsObjectMetadata
 
HttpProducer - Class in com.adaptris.core.http.apache
Abstract base class for all Apache HTTP producer classes.
HttpProducer() - Constructor for class com.adaptris.core.http.apache.HttpProducer
 
HttpProducer.HttpMethod - Enum in com.adaptris.core.http.apache
Maps various methods supported by the Apache Http client.
HttpRequestService - Class in com.adaptris.core.http.apache
Direct HTTP support as a service rather wrapped via StandaloneProducer or StandaloneRequestor.
HttpRequestService() - Constructor for class com.adaptris.core.http.apache.HttpRequestService
 
HttpRequestService(String) - Constructor for class com.adaptris.core.http.apache.HttpRequestService
 
HttpRequestServiceImpl - Class in com.adaptris.core.http.apache
Direct HTTP support as a service rather than wrapped via StandaloneProducer or StandaloneRequestor.
HttpRequestServiceImpl() - Constructor for class com.adaptris.core.http.apache.HttpRequestServiceImpl
 

I

init() - Method in class com.adaptris.core.http.apache.HttpProducer
 
initService() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
isBranching() - Method in class com.adaptris.core.http.apache.BranchingHttpRequestService
 
isRepeatable() - Method in class com.adaptris.core.http.apache.AdaptrisMessageEntity
 
isStreaming() - Method in class com.adaptris.core.http.apache.AdaptrisMessageEntity
 

L

log - Variable in class com.adaptris.core.http.apache.ResponseHandlerFactoryImpl
 
log - Variable in class com.adaptris.core.http.apache.ResponseHeadersAsMetadata
 
logAndThrow(int, HttpEntity) - Method in class com.adaptris.core.http.apache.ResponseHandlerFactoryImpl
 

M

MetadataAuthorizationHeader - Class in com.adaptris.core.http.apache
Build an HttpConstants.AUTHORIZATION header from metadata.
MetadataAuthorizationHeader() - Constructor for class com.adaptris.core.http.apache.MetadataAuthorizationHeader
 
MetadataAuthorizationHeader(String) - Constructor for class com.adaptris.core.http.apache.MetadataAuthorizationHeader
 
MetadataContentTypeProvider - Class in com.adaptris.core.http.apache
Deprecated.
since 3.0.6 use MetadataContentTypeProvider instead.
MetadataContentTypeProvider() - Constructor for class com.adaptris.core.http.apache.MetadataContentTypeProvider
Deprecated.
 
MetadataContentTypeProvider(String) - Constructor for class com.adaptris.core.http.apache.MetadataContentTypeProvider
Deprecated.
 
MetadataRequestHeaders - Class in com.adaptris.core.http.apache
Implementation of RequestHeaderProvider that applies AdaptrisMessage metadata as headers using a MetadataFilter.
MetadataRequestHeaders() - Constructor for class com.adaptris.core.http.apache.MetadataRequestHeaders
 
MetadataRequestHeaders(MetadataFilter) - Constructor for class com.adaptris.core.http.apache.MetadataRequestHeaders
 
MetadataResponseHandlerFactory - Class in com.adaptris.core.http.apache
Implementation ResponseHandlerFactory that writes the response to the named metadata key.
MetadataResponseHandlerFactory() - Constructor for class com.adaptris.core.http.apache.MetadataResponseHandlerFactory
 
MetadataResponseHandlerFactory(String) - Constructor for class com.adaptris.core.http.apache.MetadataResponseHandlerFactory
 

N

NoOpRequestHeaders - Class in com.adaptris.core.http.apache
Implementation of RequestHeaderProvider that adds no additional headers
NoOpRequestHeaders() - Constructor for class com.adaptris.core.http.apache.NoOpRequestHeaders
 
notNull(Object[]) - Static method in class com.adaptris.core.http.apache.ResponseHeadersAsMetadata
 

P

PayloadResponseHandlerFactory - Class in com.adaptris.core.http.apache
Implementation ResponseHandlerFactory that writes the response to the AdaptrisMessage payload.
PayloadResponseHandlerFactory() - Constructor for class com.adaptris.core.http.apache.PayloadResponseHandlerFactory
 
prepare() - Method in class com.adaptris.core.http.apache.BranchingHttpRequestService
 
prepare() - Method in class com.adaptris.core.http.apache.HttpProducer
 
prepare() - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
produce(AdaptrisMessage, ProduceDestination) - Method in class com.adaptris.core.http.apache.HttpProducer
 

R

ResponseHandlerFactory - Interface in com.adaptris.core.http.apache
Factory for creating a ResponseHandler for use with the HttpClient.execute(HttpUriRequest, ResponseHandler) method.
ResponseHandlerFactoryImpl - Class in com.adaptris.core.http.apache
 
ResponseHandlerFactoryImpl() - Constructor for class com.adaptris.core.http.apache.ResponseHandlerFactoryImpl
 
ResponseHeadersAsMetadata - Class in com.adaptris.core.http.apache
Concrete implementation of ResponseHeaderHandler which adds all the HTTP headers from the response as metadata to the AdaptrisMessage.
ResponseHeadersAsMetadata() - Constructor for class com.adaptris.core.http.apache.ResponseHeadersAsMetadata
 
ResponseHeadersAsMetadata(String) - Constructor for class com.adaptris.core.http.apache.ResponseHeadersAsMetadata
 
ResponseHeadersAsObjectMetadata - Class in com.adaptris.core.http.apache
Concrete implementation of ResponseHeaderHandler which adds all the HTTP headers from the response as object metadata to the AdaptrisMessage.
ResponseHeadersAsObjectMetadata() - Constructor for class com.adaptris.core.http.apache.ResponseHeadersAsObjectMetadata
 
ResponseHeadersAsObjectMetadata(String) - Constructor for class com.adaptris.core.http.apache.ResponseHeadersAsObjectMetadata
 

S

setAllowRedirect(Boolean) - Method in class com.adaptris.core.http.apache.HttpProducer
Specify whether to automatically handle redirection.
setAuthenticator(HttpAuthenticator) - Method in class com.adaptris.core.http.apache.HttpProducer
Set the authentication method to use for the HTTP request
setAuthenticator(HttpAuthenticator) - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
setCipherSuites(String) - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
Set the cipher suites to support.
setConnectTimeout(TimeInterval) - Method in class com.adaptris.core.http.apache.HttpProducer
Set the connect timeout.
setContentType(String) - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
setContentTypeProvider(ContentTypeProvider) - Method in class com.adaptris.core.http.apache.HttpProducer
Specify the Content-Type header associated with the HTTP operation.
setDefaultServiceId(String) - Method in class com.adaptris.core.http.apache.BranchingHttpRequestService
 
setFilter(MetadataFilter) - Method in class com.adaptris.core.http.apache.MetadataRequestHeaders
 
setHandlers(List<ResponseHeaderHandler<HttpResponse>>) - Method in class com.adaptris.core.http.apache.CompositeResponseHeaderHandler
 
setHeaders(KeyValuePairSet) - Method in class com.adaptris.core.http.apache.ConfiguredRequestHeaders
 
setHeaderValue(String) - Method in class com.adaptris.core.http.apache.ConfiguredAuthorizationHeader
The value for the authorization header
setHostnameVerification(CustomApacheHttpProducer.HostnameVerification) - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
setHttpProxy(String) - Method in class com.adaptris.core.http.apache.ApacheHttpProducer
Explicitly configure a proxy server.
setHttpProxy(String) - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
Explicitly configure a proxy server.
setIgnoreServerResponseCode(Boolean) - Method in class com.adaptris.core.http.apache.HttpProducer
Set whether to ignore the server response code.
setKeystore(ConfiguredKeystore) - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
Set the keystore to be used.
setMetadataKey(String) - Method in class com.adaptris.core.http.apache.MetadataAuthorizationHeader
The metadata key to retrieve the value for the Authorization header from
setMetadataKey(String) - Method in class com.adaptris.core.http.apache.MetadataResponseHandlerFactory
 
setMetadataPrefix(String) - Method in class com.adaptris.core.http.apache.ResponseHeadersAsMetadata
 
setMethod(HttpProducer.HttpMethod) - Method in class com.adaptris.core.http.apache.HttpProducer
Deprecated.
setMethod(String) - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
setMethodProvider(RequestMethodProvider) - Method in class com.adaptris.core.http.apache.HttpProducer
 
setPassword(String) - Method in class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
 
setPassword(String) - Method in class com.adaptris.core.http.apache.HttpProducer
Deprecated.
setPrivateKeyPassword(PrivateKeyPasswordProvider) - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
 
setProviders(List<RequestHeaderProvider<HttpRequestBase>>) - Method in class com.adaptris.core.http.apache.CompositeRequestHeaders
 
setReadTimeout(TimeInterval) - Method in class com.adaptris.core.http.apache.HttpProducer
Set the read timeout.
setRequestHeaderProvider(RequestHeaderProvider<HttpRequestBase>) - Method in class com.adaptris.core.http.apache.HttpProducer
Specify how we want to generate the initial set of HTTP Headers.
setRequestHeaderProvider(RequestHeaderProvider<HttpRequestBase>) - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
Specify how we want to generate the initial set of HTTP Headers.
setResponseHandlerFactory(ResponseHandlerFactory) - Method in class com.adaptris.core.http.apache.ApacheHttpProducer
Set how to handle the response.
setResponseHeaderHandler(ResponseHeaderHandler<HttpResponse>) - Method in class com.adaptris.core.http.apache.HttpProducer
Specify how we handle headers from the HTTP response.
setResponseHeaderHandler(ResponseHeaderHandler<HttpResponse>) - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
Specify how we handle headers from the HTTP response.
setStatusMatches(List<StatusEvaluator>) - Method in class com.adaptris.core.http.apache.BranchingHttpRequestService
 
setTlsVersions(String) - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
Set the list of tls versions that will be supported (comma separated)
setTrustSelfSigned(Boolean) - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
Do we trust self-signed certificates or not.
setTruststore(ConfiguredKeystore) - Method in class com.adaptris.core.http.apache.CustomApacheHttpProducer
Set the trustore to be used.
setup(String, AdaptrisMessage, ResourceTargetMatcher) - Method in class com.adaptris.core.http.apache.ConfiguredAuthorizationHeader
 
setup(String, AdaptrisMessage, ResourceTargetMatcher) - Method in class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
 
setup(String, AdaptrisMessage, ResourceTargetMatcher) - Method in class com.adaptris.core.http.apache.MetadataAuthorizationHeader
 
setUrl(String) - Method in class com.adaptris.core.http.apache.HttpRequestServiceImpl
 
setUsername(String) - Method in class com.adaptris.core.http.apache.DynamicBasicAuthorizationHeader
Set the username
setUserName(String) - Method in class com.adaptris.core.http.apache.HttpProducer
 
start() - Method in class com.adaptris.core.http.apache.HttpProducer
 
StaticContentTypeProvider - Class in com.adaptris.core.http.apache
Deprecated.
since 3.0.6 use ConfiguredContentTypeProvider instead.
StaticContentTypeProvider() - Constructor for class com.adaptris.core.http.apache.StaticContentTypeProvider
Deprecated.
 
stop() - Method in class com.adaptris.core.http.apache.HttpProducer
 

V

valueOf(String) - Static method in enum com.adaptris.core.http.apache.CustomApacheHttpProducer.HostnameVerification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adaptris.core.http.apache.HttpProducer.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.adaptris.core.http.apache.CustomApacheHttpProducer.HostnameVerification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adaptris.core.http.apache.HttpProducer.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

withHeaders(KeyValuePair...) - Method in class com.adaptris.core.http.apache.ConfiguredRequestHeaders
 
writeTo(OutputStream) - Method in class com.adaptris.core.http.apache.AdaptrisMessageEntity
 
A B C D G H I L M N P R S V W 
Skip navigation links

Copyright Adaptris