Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractHTTPDestination - Class in org.apache.cxf.transport.http
Common base for HTTP Destination implementations.
AbstractHTTPDestination(Bus, DestinationRegistry, EndpointInfo, String, boolean) - Constructor for class org.apache.cxf.transport.http.AbstractHTTPDestination
Constructor
AbstractHTTPDestination.BackChannelConduit - Class in org.apache.cxf.transport.http
Backchannel conduit.
AbstractHTTPDestination.PrincipalAuthorizationPolicy - Class in org.apache.cxf.transport.http
 
AbstractHTTPServlet - Class in org.apache.cxf.transport.servlet
 
AbstractHTTPServlet() - Constructor for class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
AbstractSpnegoAuthSupplier - Class in org.apache.cxf.transport.http.auth
 
AbstractSpnegoAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
accept - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the MIME types the client is prepared to handle (e.g., HTML, JPEG, GIF, etc.)
acceptEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the encoding the client is prepared to handle (e.g., gzip)
acceptLanguage - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the language the client desires (e.g., English, French, etc.)
activate() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
ADD_HEADERS_PROPERTY - Static variable in class org.apache.cxf.transport.http.Headers
Each header value is added as a separate HTTP header, example, given A header with 'a' and 'b' values, two A headers will be added as opposed to a single A header with the "a,b" value.
addAuthenticator() - Static method in class org.apache.cxf.transport.http.CXFAuthenticator
 
addDestination(AbstractHTTPDestination) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
addDestination(AbstractHTTPDestination) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
addListener(AbstractApplicationContext) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
addLogHandler(Handler) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
Address - Class in org.apache.cxf.transport.http
A convenient class for storing URI and URL representation of an address and avoid useless conversions.
Address(String) - Constructor for class org.apache.cxf.transport.http.Address
 
Address(String, URI) - Constructor for class org.apache.cxf.transport.http.Address
 
AliasedX509ExtendedKeyManager - Class in org.apache.cxf.transport.https
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client sockets
AliasedX509ExtendedKeyManager(String, X509KeyManager) - Constructor for class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
Construct KeyManager instance
ALL - Enum constant in enum class org.apache.cxf.transport.https.CertConstraints.Combinator
 
allowChunking - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
If true, the client is free to use chunking streams if it wants, but it is not required to use chunking streams.
ANY - Enum constant in enum class org.apache.cxf.transport.https.CertConstraints.Combinator
 
apply(AbstractHTTPDestination) - Method in class org.apache.cxf.transport.http.HttpDestinationConfig
 
apply(HTTPConduit) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
 
assertMessage(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
assertMessage(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
asyncExecuteTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the amount of time, in milliseconds, that a conduit will try and enqueue the response on the workqueue.
asyncExecuteTimeoutRejection - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies whether the conduit should throw and exception if it fails to enqueue the async response handling onto the workqueue.
AUTH_SERVICE_LIST - Static variable in class org.apache.cxf.transport.servlet.ServletController
 
AUTH_SERVICE_LIST_REALM - Static variable in class org.apache.cxf.transport.servlet.ServletController
 
AUTH_TYPE_BASIC - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
AUTH_TYPE_DIGEST - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
AUTH_TYPE_NEGOTIATE - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
authenticate(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
 
authenticate(String, String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
 
authorizationPolicy - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field holds the password authorization configuration.
authorizationRetransmit() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This method performs a retransmit for authorization information.
authServiceListPageRealm - Variable in class org.apache.cxf.transport.servlet.ServletController
 
authSupplier - Variable in class org.apache.cxf.transport.http.HTTPConduit
Implements the authentication handling when talking to a server.
authTypeIsBasic() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
authTypeIsDigest() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
authTypeIsNegotiate() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
autoRedirect - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies if the consumer will automatically follow a server issued redirection.

B

BaseUrlHelper - Class in org.apache.cxf.transport.servlet
 
browserType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
aka User-Agent Specifies the type of browser is sending the request.
build(String) - Static method in class org.apache.cxf.transport.http.PatternBuilder
Builds a Pattern from the given String argument.
buildAssertion() - Method in class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
buildAssertion() - Method in class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
bus - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
bus - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field holds a reference to the CXF bus associated this conduit.
bus - Variable in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 

C

cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Most commonly used to specify no-cache, however the standard supports a dozen or so caching related directives for requests
cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Most commonly used to specify no-cache, however the standard supports a dozen or so caching related directives for responses.
cachedStream - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This field contains the output stream with which we cache the request.
cachingForRetransmission - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This boolean is true if the request must be cached.
canAssert(QName) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
canAssert(QName) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
certConstraints - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
certConstraints - Variable in class org.apache.cxf.transport.http.HTTPConduit
 
CertConstraints - Class in org.apache.cxf.transport.https
This class represents a set of constraints that can be placed on an X.509 certificate, in the form of a regular expression on a SubjectDN or IssuerDN.
CertConstraints(List<String>, CertConstraints.Combinator, List<String>, CertConstraints.Combinator) - Constructor for class org.apache.cxf.transport.https.CertConstraints
Create a CertificateConstraints from a CertificateConstraintsType specification
CertConstraints.Combinator - Enum Class in org.apache.cxf.transport.https
 
CertConstraintsFeature - Class in org.apache.cxf.transport.https
<!
CertConstraintsFeature() - Constructor for class org.apache.cxf.transport.https.CertConstraintsFeature
 
CertConstraintsFeature.Portable - Class in org.apache.cxf.transport.https
 
CertConstraintsInterceptor - Class in org.apache.cxf.transport.https
An interceptor that enforces certificate constraints logic at the TLS layer.
CertConstraintsJaxBUtils - Class in org.apache.cxf.transport.https
A set of static methods that operate on the generated CertificateConstraintsType.
check() - Method in class org.apache.cxf.transport.http.ReferencingAuthenticator
 
checkContextPath(String, String) - Static method in class org.apache.cxf.transport.http.HttpUrlUtil
 
checkRestfulRequest(String) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
checkRestfulRequest(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
checkXForwardedHeaders(HttpServletRequest) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
chunking - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
If we are going to be chunking, we won't flush till close which causes new chunks, small network packets, etc..
chunkingThreshold - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
If AllowChunking is true, this sets the threshold at which messages start getting chunked.
chunkLength - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the chunk length for a HttpURLConnection.
ClientPolicyCalculator - Class in org.apache.cxf.transport.http.policy.impl
 
ClientPolicyCalculator() - Constructor for class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
 
clientSidePolicy - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field holds the QoS configuration settings for this conduit.
close() - Method in class org.apache.cxf.transport.http.HttpClientHTTPConduit
Close the conduit
close() - Method in class org.apache.cxf.transport.http.HTTPConduit
Close the conduit
close() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
Perform any actions required on stream closure (handle response etc.)
close() - Method in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
Close the conduit
close(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
 
close(Message) - Method in class org.apache.cxf.transport.http.HttpClientHTTPConduit
 
close(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
CLOSE - Enum constant in enum class org.apache.cxf.transports.http.configuration.ConnectionType
 
closeInputStream() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
compatible(HTTPClientPolicy, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
Checks if two HTTPClientPolicy objects are compatible.
compatible(HTTPServerPolicy, HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
Checks if two HTTPServerPolicy objects are compatible.
complete() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider
 
conduitName - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
configure(String, String, HTTPConduit) - Method in interface org.apache.cxf.transport.http.HTTPConduitConfigurer
 
configure(Bus, Object) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
This call uses the Configurer from the bus to configure a bean.
configure(Bus, Object, String, String) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
configureKeyManagersWithCertAlias(TLSParameterBase, KeyManager[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
connection - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
The connection disposition.
connectionFactory - Variable in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
This field holds the connection factory, which primarily is used to factor out SSL specific code from this implementation.
connectionRequestTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the amount of time, in milliseconds, used when requesting a connection from the connection manager(if appliable). 0 is infinite.
connectionTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the amount of time, in milliseconds, that the consumer will attempt to establish a connection before it times out. 0 is infinite.
ConnectionType - Enum Class in org.apache.cxf.transports.http.configuration
Java class for connectionType
contentEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Specifies any additional encoding applied to the response.
contentLocation - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Specifies the URL representing the resource used to satisfy the request(e.g., to inform that default.htm document was used.)
contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the content type of the stream being sent in a post request.
contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Specifies the MIME type used for responses.
contextMatchOnExact() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
contextMatchStrategy - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
ContinuationProviderFactory - Interface in org.apache.cxf.transport.http
 
cookie - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies a cookie to send to the server.
Cookie - Class in org.apache.cxf.transport.http
Container for HTTP cookies used to track session state.
Cookie(String, String) - Constructor for class org.apache.cxf.transport.http.Cookie
Create a new cookie with the supplied name/value pair
cookies - Variable in class org.apache.cxf.transport.http.HTTPConduit
 
Cookies - Class in org.apache.cxf.transport.http
 
Cookies() - Constructor for class org.apache.cxf.transport.http.Cookies
 
copyFromRequest(HttpServletRequest) - Method in class org.apache.cxf.transport.http.Headers
Copy the request headers into the message.
copyToResponse(HttpServletResponse) - Method in class org.apache.cxf.transport.http.Headers
Copy the response headers into the response.
cproviderFactory - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
createCertConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Create a CertConstraints object from a JAXB CertificateConstraintsType
createClient(HTTPClientPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPClientPolicy>
createClientSSLEngine(TLSClientParameters) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
createCnonce() - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
 
createConduit(HTTPTransportFactory, Bus, EndpointInfo, EndpointReferenceType) - Method in interface org.apache.cxf.transport.http.HTTPConduitFactory
 
createConnection(TLSClientParameters, Proxy, URL) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
Create a HttpURLConnection, proxified if necessary.
createContextMatchStrategy(String) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<String>
createContinuationProvider(Message, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.cxf.transport.http.ContinuationProviderFactory
If this factory can support the given req/resp and provide a ContinuationProvider, it should create one and return it.
createDestination(EndpointInfo, Bus, DestinationRegistry) - Method in interface org.apache.cxf.transport.http.HttpDestinationFactory
 
createDestination(EndpointInfo, Bus, DestinationRegistry) - Method in class org.apache.cxf.transport.servlet.ServletDestinationFactory
 
createEndpointInfo(ServiceInfo, BindingInfo, List<?>) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
createExtensor(Bus, WSDLManager, Class<?>, Class<?>) - Method in class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader
 
createFixedParameterOrder(Boolean) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<Boolean>
createHTTPClientPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPClientPolicy
createHTTPServerPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPServerPolicy
createOutputStream(Message, boolean, boolean, int) - Method in class org.apache.cxf.transport.http.HttpClientHTTPConduit
 
createOutputStream(Message, boolean, boolean, int) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
createOutputStream(Message, boolean, boolean, int) - Method in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
 
createPortExtensors(EndpointInfo, Service) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
createProxy(HTTPClientPolicy, URI) - Method in class org.apache.cxf.transport.http.ProxyFactory
This method returns the Proxy server should it be set on the Client Side Policy.
createServer(HTTPServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPServerPolicy>
createServerSSLEngine(TLSServerParameters) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
createServletController(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CustomAuthSupplier - Class in org.apache.cxf.transport.http.auth
Use the AuthorizationPolicy type + value to create the authorization header.
CustomAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.CustomAuthSupplier
 
CXF_ASYNC_CONTEXT - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
CXF_CONTINUATION_MESSAGE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
CXFAuthenticator - Class in org.apache.cxf.transport.http
 
CXFAuthenticator() - Constructor for class org.apache.cxf.transport.http.CXFAuthenticator
 
CXFNonSpringServlet - Class in org.apache.cxf.transport.servlet
 
CXFNonSpringServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFNonSpringServlet(DestinationRegistry) - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFNonSpringServlet(DestinationRegistry, boolean) - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFNonSpringServlet(DestinationRegistry, Bus) - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFServlet - Class in org.apache.cxf.transport.servlet
 
CXFServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFServlet
 

D

deactivate() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
decodeBasicAuthWithIso8859 - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
decorateSubject(Subject) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
decorateWithTLS(TLSClientParameters, HttpURLConnection) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This method assigns the various TLS parameters on the HttpsURLConnection from the TLS Client Parameters.
decoupledEndpoint - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the URL of a decoupled endpoint for the receipt of responses over a separate provider->consumer connection.
DEFAULT_LISTINGS_CLASSIFIER - Static variable in class org.apache.cxf.transport.servlet.ServletController
 
DEFAULT_NAMESPACES - Static variable in class org.apache.cxf.transport.http.HTTPTransportFactory
 
defaultAddress - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field holds the "default" URI for this particular conduit, which is created on demand.
DefaultBasicAuthSupplier - Class in org.apache.cxf.transport.http.auth
 
DefaultBasicAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
DefaultHostnameVerifier - Class in org.apache.cxf.transport.https.httpclient
Default HostnameVerifier implementation.
DefaultHostnameVerifier() - Constructor for class org.apache.cxf.transport.https.httpclient.DefaultHostnameVerifier
 
DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.cxf.transport.https.httpclient.DefaultHostnameVerifier
 
destinationRegistry - Variable in class org.apache.cxf.transport.servlet.ServletController
 
DestinationRegistry - Interface in org.apache.cxf.transport.http
 
DestinationRegistryImpl - Class in org.apache.cxf.transport.http
 
DestinationRegistryImpl() - Constructor for class org.apache.cxf.transport.http.DestinationRegistryImpl
 
destroy() - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
destroy() - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
destroy() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
destroyBus() - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
destroyBus() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
determineConnectionTimeout(Message, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.HTTPConduit
 
determineContentType() - Method in class org.apache.cxf.transport.http.Headers
 
determineReceiveTimeout(Message, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.HTTPConduit
 
DigestAuthSupplier - Class in org.apache.cxf.transport.http.auth
 
DigestAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.DigestAuthSupplier
 
disableAddressUpdates - Variable in class org.apache.cxf.transport.servlet.ServletController
 
DISCARD_ATTRIBUTE - Static variable in class org.apache.cxf.transport.http.Cookie
 
doAuthenticate(String, String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doInitializeProvider(InterceptorProvider, Bus) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
 
DomainType - Enum Class in org.apache.cxf.transport.https.httpclient
Domain types differentiated by Mozilla Public Suffix List.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doProcessResponseCode() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 

E

EMPTY_REQUEST_PROPERTY - Static variable in class org.apache.cxf.transport.http.Headers
 
ENABLE_HTTP2 - Static variable in interface org.apache.cxf.transport.http.HttpServerEngineSupport
 
enabledCipherSuite - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the cipherSuite enabled in the HTTPS URLconnection.
enableWebSocket - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
endpointInfo - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field is used for two reasons.
equals(Object) - Method in class org.apache.cxf.transport.http.Cookie
 
equals(HTTPClientPolicy, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
Determines if two HTTPClientPolicy objects are equal.
equals(HTTPServerPolicy, HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
Determines if two HTTPServerPolicy objects are equal.
ESCAPE_HTML4 - Static variable in class org.apache.cxf.transport.commons_text.StringEscapeUtils
Translator object for escaping HTML version 4.0.
escapeHtml4(String) - Static method in class org.apache.cxf.transport.commons_text.StringEscapeUtils
Escapes the characters in a String using HTML entities.
establishTrust(String, URLConnectionInfo, Message) - Method in class org.apache.cxf.transport.http.MessageTrustDecider
This method is called when a Message is about to be sent out over an HTTPConduit.
extractLocation(Map<String, List<String>>) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method extracts the value of the "Location" Http Response header.

F

filter(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
finalizeConfig() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
finalizeConfig() - Method in class org.apache.cxf.transport.http.HTTPConduit
This call gets called by the HTTPTransportFactory after it causes an injection of the Spring configuration properties of this Conduit.
finalizeServletInit(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
finalizeServletInit(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
findFactory(EndpointInfo, Bus) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
fixedParameterOrder - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
flushHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
flushHeaders(Message, boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
FORCE_HTTP_VERSION - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
forcedBaseAddress - Variable in class org.apache.cxf.transport.servlet.ServletController
 
FormattedServiceListWriter - Class in org.apache.cxf.transport.servlet.servicelist
 
FormattedServiceListWriter(String, String, boolean, Bus) - Constructor for class org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
 
fromEndpointReferenceType - Variable in class org.apache.cxf.transport.http.HTTPConduit
 
fromValue(String) - Static method in enum class org.apache.cxf.transports.http.configuration.ConnectionType
Gets the enum associated to the value passed as parameter.
fromValue(String) - Static method in enum class org.apache.cxf.transports.http.configuration.ProxyServerType
 

G

generateNotFound(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
get(Object) - Method in class org.apache.cxf.transport.http.HTTPSession
 
getAccept() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the MIME types the client is prepared to handle (e.g., HTML, JPEG, GIF, etc.)
getAcceptEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the encoding the client is prepared to handle (e.g., gzip)
getAcceptLanguage() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the language the client desires (e.g., English, French, etc.)
getAddress() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getAddressValue(EndpointInfo) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAddressValue(EndpointInfo, boolean) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAddressWithId(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAsStream(String) - Method in class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
getAsyncExecuteTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the amount of time, in milliseconds, that a conduit will try and enqueue the response on the workqueue.
getAuthorization() - Method in class org.apache.cxf.transport.http.Headers
 
getAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Authorization Policy that was configured or explicitly set for this HTTPConduit.
getAuthorization(AuthorizationPolicy, URI, Message) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.transport.http.auth.CustomAuthSupplier
 
getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
 
getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in interface org.apache.cxf.transport.http.auth.HttpAuthSupplier
The HTTPConduit makes a call to this method to obtain an Authentication token for http authentication.
getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
 
getAuthSupplier() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Auth Supplier that was set/configured for this HTTPConduit.
getAuthType() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
getAuthType() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getBasePath(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBasePath(String) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getBaseURL(HttpServletRequest) - Static method in class org.apache.cxf.transport.servlet.BaseUrlHelper
Returns base URL which includes scheme, host, port, Servlet context and servlet paths
getBaseURL(HttpServletRequest) - Method in class org.apache.cxf.transport.servlet.ServletController
 
getBasicAuthHeader(String, String) - Static method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
getBasicAuthHeader(String, String, boolean) - Static method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
getBeanName() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBeanName() - Method in class org.apache.cxf.transport.http.HTTPConduit
This is part of the Configurable interface which retrieves the configuration from spring injection.
getBrowserType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
aka User-Agent Specifies the type of browser is sending the request.
getBus() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBus() - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
getBus() - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
getCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Most commonly used to specify no-cache, however the standard supports a dozen or so caching related directives for requests
getCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Most commonly used to specify no-cache, however the standard supports a dozen or so caching related directives for responses.
getCertificateChain(String) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
getCertificateConstraints() - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
 
getCertificateConstraints() - Method in class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
 
getCharacterEncoding() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getChunkingThreshold() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
If AllowChunking is true, this sets the threshold at which messages start getting chunked.
getChunkLength() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the chunk length for a HttpURLConnection.
getClient() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method retrieves the Client Side Policy set/configured for this HTTPConduit.
getClient(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getClientAliases(String, Principal[]) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
getClientPolicy() - Method in class org.apache.cxf.transport.http.HttpConduitConfig
 
getCompleteServicePrincipalName(URI) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
getConduit(EndpointInfo, Bus) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
This call creates a new HTTPConduit for the endpoint.
getConduit(EndpointInfo, EndpointReferenceType, Bus) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.
getConduitName() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the name of the conduit, which is based on the endpoint name plus the SC_HTTP_CONDUIT_SUFFIX.
getConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
The connection disposition.
getConnectionRequestTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the amount of time, in milliseconds, used when requesting a connection from the connection manager(if appliable). 0 is infinite.
getConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the amount of time, in milliseconds, that the consumer will attempt to establish a connection before it times out. 0 is infinite.
getContentEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Specifies any additional encoding applied to the response.
getContentLength() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Specifies the URL representing the resource used to satisfy the request(e.g., to inform that default.htm document was used.)
getContentType() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getContentType() - Method in class org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
 
getContentType() - Method in interface org.apache.cxf.transport.servlet.servicelist.ServiceListWriter
 
getContentType() - Method in class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
 
getContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the content type of the stream being sent in a post request.
getContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Specifies the MIME type used for responses.
getContextMatchStrategy() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getContextPath() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getContinuation() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider
getCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies a cookie to send to the server.
getCookies() - Method in class org.apache.cxf.transport.http.HTTPConduit
Allow access to the cookies that the conduit is maintaining
getCookies() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getDataClass() - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
 
getDataClass() - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
 
getDataClassName() - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
 
getDataClassName() - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
 
getDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the URL of a decoupled endpoint for the receipt of responses over a separate provider->consumer connection.
getDefault() - Static method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcherLoader
 
getDefaultProxy() - Method in class org.apache.cxf.transport.http.Address
 
getDefaultTlsServerParameters(Bus, String, int, String, String) - Method in interface org.apache.cxf.transport.http.HTTPServerEngineFactoryParametersProvider
Returns the default TLSServerParameters instance that the HTTP server engine could use if there are no TLSServerParameters provided to by the configuration.
getDestination(EndpointInfo, Bus) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getDestinationForPath(String) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getDestinationForPath(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getDestinationForPath(String, boolean) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getDestinationForPath(String, boolean) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getDestinationRegistryFromBusOrDefault(String) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
getDestinations() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getDestinations() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getDestinationsPaths() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getDestinationsPaths() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getDomainRoot(String) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
Returns registrable part of the domain for the given domain name or null if given domain represents a public suffix.
getDomainRoot(String, DomainType) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
Returns registrable part of the domain for the given domain name or null if given domain represents a public suffix.
getEffectiveAuthPolicy(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
Determines effective auth policy from message, conduit and empty default with priority from first to last
getEnabledCipherSuite() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the cipher suite employed in this HttpsURLConnection.
getExceptionMessage(Throwable) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
getExceptions() - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixList
 
getFullContent() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
getFullHeader() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
getHeader(String) - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getHeaderNames() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getHeaders(String) - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the Internet host and port number of the resource on which the request is being invoked.
getHostnameVerifier(TLSClientParameters) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getHttpDateFormat() - Static method in class org.apache.cxf.transport.http.Headers
 
getHttpRequestMethod() - Method in class org.apache.cxf.transport.http.HttpURLConnectionInfo
This method returns the request method on the represented HttpURLConnection.
getHttpsURLConnectionInfo() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
getId(Map<String, Object>) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getInbuiltBackChannel(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getInputStream() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
getIssuerConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Get a List of Strings that corresponds to the issuer regular expression constraints from a JAXB CertificateConstraintsType
getIssuerConstraintsCombinator(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
getKeepAliveParameters() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
If KeepAlive connections are turned on, this allows sending additional parameters back to the client via the Keep-Alive header.
getKeyManagers() - Method in class org.apache.cxf.transport.https.SSLContextInitParameters
 
getLocalAddr() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocalCertificates() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the certificates that were used to authenticate to the peer.
getLocale() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocales() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocalName() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocalPort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocalPrincipal() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the Princpal that authenticated to the peer.
getLogger() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the registered Logger for this conduit.
getLogger() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getLogicalName() - Method in class org.apache.cxf.transport.http.MessageTrustDecider
This method returns the logical name of this trust decider.
getMaxAge() - Method in class org.apache.cxf.transport.http.Cookie
Get the max-age of this cookie
getMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the maximum amount of retransmits that are allowed for redirects.
getMethod() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
getMethod() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getName() - Method in class org.apache.cxf.transport.http.Cookie
Get the name of this cookie
getNonProxyHosts() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the list of hostnames that will not use the proxy configuration.
getNoOpX509TrustManagers() - Static method in class org.apache.cxf.transport.https.InsecureTrustManager
 
getObject() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
getOtherAttributes() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutputStream() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
getParams() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
getPartialResponse() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
getPasswordAuthentication() - Method in class org.apache.cxf.transport.http.CXFAuthenticator
 
getPasswordAuthentication() - Method in class org.apache.cxf.transport.http.ReferencingAuthenticator
 
getPath() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getPath() - Method in class org.apache.cxf.transport.http.Cookie
Get the path of this cookie
getPathInfo() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getPathTranslated() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getPeerPrincipal() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the Principal that represents the authenticated peer.
getPrincipal() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.PrincipalAuthorizationPolicy
 
getPrivateKey(String) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
getProtocol() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getProxyAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method retrieves the Proxy Authorization Policy for a proxy that is set/configured for this HTTPConduit.
getProxyAuthSupplier() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getProxyServer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the address of proxy server if one is used.
getProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the port number used by the proxy server.
getProxyServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the type of the proxy server.
getQueryString() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRealm() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
Extracts the authorization realm from the "WWW-Authenticate" Http response header.
getRealm() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
 
getReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the amount of time, in milliseconds, that the consumer will wait for a response before it times out. 0 is infinite.
getReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Receive timeout in milliseconds, 0 is infinite
getRedirectURL() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
A URL to which clients are redirected (if the ReplyCode and ReplyDescription are not set, ReplyCode will be set to 302, and ReplyDescription will be set to 'Object Moved').
getReferer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the URL that referred us to this URL.
getRegistry() - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getRemoteAddr() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRemoteHost() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRemotePort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRemoteUser() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRequestedSessionId() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRequestURI() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRequestURL() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getResourceAsStream(String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
getResponseCode() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
getResponseCode() - Method in exception org.apache.cxf.transport.http.HTTPException
 
getResponseMessage() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
getResponseMessage() - Method in exception org.apache.cxf.transport.http.HTTPException
 
getRules() - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixList
 
getScheme() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getServer() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getServerAliases(String, Principal[]) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
getServerCertificates() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the certificates presented by the peer for authentication.
getServerName() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getServerPort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Specifies an optional value for the HTTP ServerType property.
getServiceNameType() - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
getServletConfig() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
getServletInfo() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
getServletPath() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getSession() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getSession() - Method in class org.apache.cxf.transport.http.HTTPSession
 
getSessionCookies() - Method in class org.apache.cxf.transport.http.Cookies
 
getSetProtocolHeaders(Message) - Static method in class org.apache.cxf.transport.http.Headers
While extracting the Message.PROTOCOL_HEADERS property from the Message, this call ensures that the Message.PROTOCOL_HEADERS property is set on the Message.
getSortedDestinations() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getSortedDestinations() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getSSLContext(TLSParameterBase) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSSLContext(TLSParameterBase, boolean) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSSLContextInitParameters(TLSParameterBase) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getStaticResourceContentType(String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
getString() - Method in class org.apache.cxf.transport.http.Address
 
getSubjectConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Get a List of Strings that corresponds to the subject regular expression constraints from a JAXB CertificateConstraintsType
getSubjectConstraintsCombinator(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType
getTlsClientParameters() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the TLS Client Parameters that is set/configured for this HTTPConduit.
getTrimmedPath(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
Remove the transport protocol from the path and make it starts with /
getTrustDecider() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Trust Decider that was set/configured for this HTTPConduit.
getTrustManagers() - Method in class org.apache.cxf.transport.https.SSLContextInitParameters
 
getType() - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixList
 
getURI() - Method in class org.apache.cxf.transport.http.Address
 
getURI() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getURI() - Method in class org.apache.cxf.transport.http.URLConnectionInfo
This field returns the URI associated with the connection in question.
getUriPrefixes() - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getUrl() - Method in exception org.apache.cxf.transport.http.HTTPException
 
getURL() - Method in class org.apache.cxf.transport.http.Address
 
getUserAgent() - Static method in class org.apache.cxf.transport.http.Headers
 
getUserName() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.PrincipalAuthorizationPolicy
 
getUsernamePasswordHandler(String, String) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
getUserPrincipal() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getValue() - Method in class org.apache.cxf.transport.http.Cookie
Get the value of this cookie
getVersion() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
HTTP Version used for the connection.

H

handleFault(Message) - Method in class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
 
handleHeadersTrustCaching() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleHttpRetryException(HttpRetryException) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleMessage(Message) - Method in class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
 
handleMessage(Message) - Method in class org.apache.cxf.transport.https.CertConstraintsInterceptor
 
handleNoOutput() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
handleResponse() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This procedure is called on the close of the output stream so we are ready to handle the response from the connection.
handleResponseAsync() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleResponseInternal() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleResponseOnWorkqueue(boolean, boolean) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleRetransmits() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This procedure handles all retransmits, if any.
hashCode() - Method in class org.apache.cxf.transport.http.Cookie
 
headerMap() - Method in class org.apache.cxf.transport.http.Headers
 
Headers - Class in org.apache.cxf.transport.http
 
Headers() - Constructor for class org.apache.cxf.transport.http.Headers
 
Headers(Message) - Constructor for class org.apache.cxf.transport.http.Headers
 
honorKeepAlive - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
When set to true, the request socket will remain open after the reply is sent to the client, if the client has requested keep-alive and is using at least version 1.1 of HTTP.
host - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the Internet host and port number of the resource on which the request is being invoked.
HTTP - Enum constant in enum class org.apache.cxf.transports.http.configuration.ProxyServerType
 
HTTP_CONFIG - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_CONTEXT - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_CONTEXT_MATCH_STRATEGY - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_HEADERS_LINK - Static variable in class org.apache.cxf.transport.http.Headers
 
HTTP_HEADERS_SETCOOKIE - Static variable in class org.apache.cxf.transport.http.Headers
 
HTTP_REQUEST - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_RESPONSE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_RESPONSE_MESSAGE - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
HTTP_VERSION - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
HttpAuthenticationFaultHandler - Class in org.apache.cxf.transport.http
Translates an AuthenticationException into a 401 response
HttpAuthenticationFaultHandler() - Constructor for class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
 
HttpAuthHeader - Class in org.apache.cxf.transport.http.auth
 
HttpAuthHeader(String) - Constructor for class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
HttpAuthHeader(String, Map<String, String>) - Constructor for class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
HttpAuthHeader(List<String>) - Constructor for class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
HttpAuthSupplier - Interface in org.apache.cxf.transport.http.auth
Supplies Authorization information to an HTTPConduit.
HttpAuthSupplierBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpAuthSupplierBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
 
HTTPClientAssertionBuilder - Class in org.apache.cxf.transport.http.policy
 
HTTPClientAssertionBuilder() - Constructor for class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
HttpClientHTTPConduit - Class in org.apache.cxf.transport.http
 
HttpClientHTTPConduit(Bus, EndpointInfo, EndpointReferenceType) - Constructor for class org.apache.cxf.transport.http.HttpClientHTTPConduit
 
HTTPClientPolicy - Class in org.apache.cxf.transports.http.configuration
Properties used to configure a client-side HTTP port
HTTPClientPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
HTTPConduit - Class in org.apache.cxf.transport.http
This Conduit handles the "http" and "https" transport protocols.
HTTPConduit(Bus, EndpointInfo) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
Constructor
HTTPConduit(Bus, EndpointInfo, EndpointReferenceType) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
Constructor
HTTPConduit.InterposedMessageObserver - Class in org.apache.cxf.transport.http
Used to set appropriate message properties, exchange etc.
HTTPConduit.WrappedOutputStream - Class in org.apache.cxf.transport.http
Wrapper output stream responsible for flushing headers and handling the incoming HTTP-level response (not necessarily the MEP response).
HttpConduitBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpConduitBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
HttpConduitConfig - Class in org.apache.cxf.transport.http
Holds http conduit configs for the HttpConduitFeature
HttpConduitConfig() - Constructor for class org.apache.cxf.transport.http.HttpConduitConfig
 
HTTPConduitConfigurer - Interface in org.apache.cxf.transport.http
 
HTTPConduitFactory - Interface in org.apache.cxf.transport.http
Factory to actually create the HTTPConduit that will be used for the exchange
HttpConduitFeature - Class in org.apache.cxf.transport.http
Programmatically configure a http conduit.
HttpConduitFeature() - Constructor for class org.apache.cxf.transport.http.HttpConduitFeature
 
HttpConduitFeature.Portable - Class in org.apache.cxf.transport.http
 
HttpDestinationBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpDestinationBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
HttpDestinationConfig - Class in org.apache.cxf.transport.http
Holds configuration data for a http destination
HttpDestinationConfig() - Constructor for class org.apache.cxf.transport.http.HttpDestinationConfig
 
HttpDestinationFactory - Interface in org.apache.cxf.transport.http
 
HttpDestinationFeature - Class in org.apache.cxf.transport.http
Programmatically configure a http destination.
HttpDestinationFeature() - Constructor for class org.apache.cxf.transport.http.HttpDestinationFeature
 
HttpDestinationFeature.Portable - Class in org.apache.cxf.transport.http
 
HTTPException - Exception in org.apache.cxf.transport.http
 
HTTPException(int, String, URL) - Constructor for exception org.apache.cxf.transport.http.HTTPException
 
HTTPS_URL_PROTOCOL_ID - Static variable in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This constant holds the URL Protocol Identifier for HTTPS
HTTPServerAssertionBuilder - Class in org.apache.cxf.transport.http.policy
 
HTTPServerAssertionBuilder() - Constructor for class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
HTTPServerEngineFactoryParametersProvider - Interface in org.apache.cxf.transport.http
Provides programmatic defaults to the different HTTP server engine factories implementations (that do not share any common interfaces or other abstractions).
HttpServerEngineSupport - Interface in org.apache.cxf.transport.http
Support class for HTTP server engines: holds common properties and commonly used methods, shared across all HTTP server engine implementations (Tomcat, Jetty, Undertow, Netty, ...).
HTTPServerPolicy - Class in org.apache.cxf.transports.http.configuration
Properties used for configuring a server-side HTTP prort
HTTPServerPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
HttpServletRequestSnapshot - Class in org.apache.cxf.transport.http
 
HttpServletRequestSnapshot(HttpServletRequest) - Constructor for class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
HTTPSession - Class in org.apache.cxf.transport.http
A session implementation bound to HTTP.
HTTPSession(HttpServletRequest) - Constructor for class org.apache.cxf.transport.http.HTTPSession
 
HttpsURLConnectionFactory - Class in org.apache.cxf.transport.https
This HttpsURLConnectionFactory implements the HttpURLConnectionFactory for using the given SSL Policy to configure TLS connections for "https:" URLs.
HttpsURLConnectionFactory() - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This constructor initialized the factory with the configured TLS Client Parameters for the HTTPConduit for which this factory is used.
HttpsURLConnectionInfo - Class in org.apache.cxf.transport.https
This class holds information about the HttpsURLConnection.
HttpsURLConnectionInfo(HttpURLConnection) - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This constructor is used to create the info object representing the this HttpsURLConnection.
HttpsURLConnectionInfo(URI, String, String, Certificate[], Principal, Certificate[], Principal) - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionInfo
 
HTTPTransportFactory - Class in org.apache.cxf.transport.http
 
HTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
 
HTTPTransportFactory(List<String>, DestinationRegistry) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
 
HTTPTransportFactory(DestinationRegistry) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
 
HTTPURL_CONNECTION_METHOD_REFLECTION - Static variable in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
 
HttpURLConnectionInfo - Class in org.apache.cxf.transport.http
This class contains the information about the HTTP Connection that will be making an HTTP request.
HttpURLConnectionInfo(URI, String) - Constructor for class org.apache.cxf.transport.http.HttpURLConnectionInfo
This constructor takes the HttpURLConnection and extracts the httpRequestMethod.
HttpURLConnectionInfo(URL, String) - Constructor for class org.apache.cxf.transport.http.HttpURLConnectionInfo
This constructor takes the HttpURLConnection and extracts the httpRequestMethod.
HttpUrlUtil - Class in org.apache.cxf.transport.http
 
HTTPWSDLExtensionLoader - Class in org.apache.cxf.transport.http
 
HTTPWSDLExtensionLoader(Bus) - Constructor for class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader
 

I

ICANN - Enum constant in enum class org.apache.cxf.transport.https.httpclient.DomainType
 
InetAddressUtils - Class in org.apache.cxf.transport.https.httpclient
A collection of utilities relating to InetAddresses.
init() - Method in class org.apache.cxf.transport.http.spring.NamespaceHandler
 
init(FilterConfig) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
initClassLoader() - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
initialize(Bus) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
 
initialize(Client, Bus) - Method in class org.apache.cxf.transport.http.HttpConduitFeature.Portable
 
initialize(Client, Bus) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
 
initialize(Server, Bus) - Method in class org.apache.cxf.transport.http.HttpDestinationFeature.Portable
 
initialize(Server, Bus) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
 
InsecureTrustManager - Class in org.apache.cxf.transport.https
This class provides a static method to create an array of TrustManagers, which disables TLS trust verification.
INSTANCE - Static variable in class org.apache.cxf.transport.https.CertConstraintsInterceptor
 
InterposedMessageObserver() - Constructor for class org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
 
intersect(HTTPClientPolicy, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
Returns a new HTTPClientPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
intersect(HTTPServerPolicy, HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
Returns a new HTTPServerPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
invoke(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.cxf.transport.servlet.ServletController
 
invoke(ServletConfig, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
invokeComplete(ServletContext, HttpServletRequest, HttpServletResponse, Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
invokeDestination(HttpServletRequest, HttpServletResponse, AbstractHTTPDestination) - Method in class org.apache.cxf.transport.servlet.ServletController
 
isAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
If true, the client is free to use chunking streams if it wants, but it is not required to use chunking streams.
isAsserted(Message, HTTPClientPolicy, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
 
isAsserted(Message, HTTPServerPolicy, HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
 
isAsyncExecuteTimeoutRejection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies whether the conduit should throw and exception if it fails to enqueue the async response handling onto the workqueue.
isAuthServiceListPage - Variable in class org.apache.cxf.transport.servlet.ServletController
 
isAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies if the consumer will automatically follow a server issued redirection.
isChunkingSupported(Message, String) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
isCredDelegationRequired(Message) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
isFixedParameterOrder() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isForceURLConnectionConduit() - Static method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
isHideServiceList - Variable in class org.apache.cxf.transport.servlet.ServletController
 
isHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
When set to true, the request socket will remain open after the reply is sent to the client, if the client has requested keep-alive and is using at least version 1.1 of HTTP.
isHttp2Enabled(Bus) - Method in interface org.apache.cxf.transport.http.HttpServerEngineSupport
Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is true
isHttp2Required(Bus) - Method in interface org.apache.cxf.transport.http.HttpServerEngineSupport
Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is false
isIPv4Address(String) - Static method in class org.apache.cxf.transport.https.httpclient.InetAddressUtils
Checks whether the parameter is a valid IPv4 address
isIPv4MappedIPv64Address(String) - Static method in class org.apache.cxf.transport.https.httpclient.InetAddressUtils
 
isIPv6Address(String) - Static method in class org.apache.cxf.transport.https.httpclient.InetAddressUtils
Checks whether the parameter is a valid IPv6 address (including compressed).
isIPv6HexCompressedAddress(String) - Static method in class org.apache.cxf.transport.https.httpclient.InetAddressUtils
Checks whether the parameter is a valid compressed IPv6 address
isIPv6StdAddress(String) - Static method in class org.apache.cxf.transport.https.httpclient.InetAddressUtils
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
isMultiplexWithAddress() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isNew() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
isOneWay(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isPending() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
isReadyForWrite() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet31Continuation
 
isReadyForWrite() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
isResumed() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
isServlet3 - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isSetAccept() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAcceptEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAcceptLanguage() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAsyncExecuteTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAsyncExecuteTimeoutRejection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetBrowserType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetChunkingThreshold() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetChunkLength() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetConnectionRequestTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetContentEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetKeepAliveParameters() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetNonProxyHosts() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetRedirectURL() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetReferer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetVersion() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
When set to false, exceptions will be thrown when an error is encountered sending a reply from to client.
isSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
When set to false, exceptions will be thrown when an error is encountered receiving a request from the client.
isTimeout() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
isUseCanonicalHostname() - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 

K

KEEP_ALIVE - Enum constant in enum class org.apache.cxf.transports.http.configuration.ConnectionType
 
keepAliveParameters - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
If KeepAlive connections are turned on, this allows sending additional parameters back to the client via the Keep-Alive header.
KEY_HTTP_CONNECTION - Static variable in class org.apache.cxf.transport.http.Headers
This constant is the Message(Map) key for the HttpURLConnection that is used to get the response.
KEY_HTTP_CONNECTION - Static variable in class org.apache.cxf.transport.http.HTTPConduit
This constant is the Message(Map) key for the HttpURLConnection that is used to get the response.
KEY_HTTP_CONNECTION_ADDRESS - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
KNOWN_ELEMENTS - Static variable in class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
KNOWN_ELEMENTS - Static variable in class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
KNOWN_HTTP_VERBS_WITH_NO_CONTENT - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 

L

load(File) - Static method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcherLoader
 
load(URL) - Static method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcherLoader
 
loadBus(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
loadBus(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
localCertificates - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the certificates that were used to authenticate the connection to the peer.
localPrincipal - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the Principal that authenticated to the peer.
LOG - Static variable in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
LOG - Static variable in class org.apache.cxf.transport.http.HTTPConduit
The Logger for this class.
logicalName - Variable in class org.apache.cxf.transport.http.MessageTrustDecider
This field contains the "logical" name of this Message Trust Decider.
logStackTrace(Throwable) - Method in class org.apache.cxf.transport.http.HTTPConduit
 

M

makeTrustDecision() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This call must take place before anything is written to the URLConnection.
mapBeanOrClassElement(Element, BeanDefinitionBuilder, Class<?>) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
This method finds the class or bean associated with the named element and sets the bean property that is associated with the same name as the element.
mapTLSClientParameters(Element, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
Inject the "setTlsClientParameters" method with a TLSClientParametersConfig object initialized with the JAXB generated type unmarshalled from the selected node.
matches(String) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
Tests whether the given domain matches any of entry from the public suffix list.
matches(String, DomainType) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
Tests whether the given domain matches any of entry from the public suffix list.
matches(X509Certificate) - Method in class org.apache.cxf.transport.https.CertConstraints
 
MAX_AGE_ATTRIBUTE - Static variable in class org.apache.cxf.transport.http.Cookie
 
maxRetransmits - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the maximum amount of retransmits that are allowed for redirects.
MessageTrustDecider - Class in org.apache.cxf.transport.http
The HTTPConduit calls upon this object to establish trust just before a message within the HTTP Conduit is sent out.
MessageTrustDecider() - Constructor for class org.apache.cxf.transport.http.MessageTrustDecider
This default constructor sets the "logical" name of the trust decider to be its class name.
MessageTrustDecider(String) - Constructor for class org.apache.cxf.transport.http.MessageTrustDecider
This constructor is used to set the logical name of the trust decider.
MessageTrustDeciderBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
MessageTrustDeciderBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
multiplexWithAddress - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 

N

NamespaceHandler - Class in org.apache.cxf.transport.http.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.transport.http.spring.NamespaceHandler
 
NO_IO_EXCEPTIONS - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
nonProxyHosts - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the list of hostnames that will not use the proxy configuration.
NoOpPolicyInterceptorProvider - Class in org.apache.cxf.transport.http.policy
This no-op PolicyInterceptorProvider prevents the policy enforcement logic making it impossible to assert the HTTPClientPolicy upfront before the HTTPConduit becomes involved (e.g. via a WSPolicyFeature applied to the <jaxws:client> bean).
NoOpPolicyInterceptorProvider() - Constructor for class org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider
 

O

ObjectFactory - Class in org.apache.cxf.transports.http.configuration
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.transports.http.configuration package.
ObjectFactory() - Constructor for class org.apache.cxf.transports.http.configuration.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transports.http.configuration
onApplicationEvent(ContextRefreshedEvent) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
onComplete(AsyncEvent) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
onError(AsyncEvent) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
onFirstWrite() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
Perform any actions required on stream flush (freeze headers, reset output stream ... etc.)
onMessage(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
Called for an incoming message.
onServletConfigAvailable(ServletConfig) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
onServletConfigAvailable(ServletConfig) - Method in interface org.apache.cxf.transport.servlet.ServletConfigAware
 
onStartAsync(AsyncEvent) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
onTimeout(AsyncEvent) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
org.apache.cxf.transport.commons_text - package org.apache.cxf.transport.commons_text
 
org.apache.cxf.transport.http - package org.apache.cxf.transport.http
 
org.apache.cxf.transport.http.auth - package org.apache.cxf.transport.http.auth
 
org.apache.cxf.transport.http.policy - package org.apache.cxf.transport.http.policy
 
org.apache.cxf.transport.http.policy.impl - package org.apache.cxf.transport.http.policy.impl
 
org.apache.cxf.transport.http.spring - package org.apache.cxf.transport.http.spring
 
org.apache.cxf.transport.https - package org.apache.cxf.transport.https
 
org.apache.cxf.transport.https.httpclient - package org.apache.cxf.transport.https.httpclient
 
org.apache.cxf.transport.servlet - package org.apache.cxf.transport.servlet
 
org.apache.cxf.transport.servlet.servicelist - package org.apache.cxf.transport.servlet.servicelist
 
org.apache.cxf.transports.http.configuration - package org.apache.cxf.transports.http.configuration
 
outMessage - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 

P

parse(Reader) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixListParser
Parses the public suffix list format.
parseByType(Reader) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixListParser
Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE).
parseListSequence(String) - Static method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
parseMapSequence(String) - Static method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
path - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
PATH_ATTRIBUTE - Static variable in class org.apache.cxf.transport.http.Cookie
 
PatternBuilder - Class in org.apache.cxf.transport.http
Convert a "nonProxyHosts" formatted String into a usable regular expression usable in Pattern.
peerPrincipal - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the Principal that represents the authenticated peer.
Portable() - Constructor for class org.apache.cxf.transport.http.HttpConduitFeature.Portable
 
Portable() - Constructor for class org.apache.cxf.transport.http.HttpDestinationFeature.Portable
 
Portable() - Constructor for class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
 
prepare(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
prepare(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
Prepare to send an outbound HTTP message over this http conduit to a particular endpoint.
PrincipalAuthorizationPolicy(SecurityContext) - Constructor for class org.apache.cxf.transport.http.AbstractHTTPDestination.PrincipalAuthorizationPolicy
 
PRIVATE - Enum constant in enum class org.apache.cxf.transport.https.httpclient.DomainType
 
PROCESS_FAULT_ON_HTTP_400 - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
processRetransmit() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This function processes any retransmits at the direction of redirections or "unauthorized" responses.
propagateConduit(Exchange, Message) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
propertyListener - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
propertyListener - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
PROTOCOL_HEADERS_CONTENT_TYPE - Static variable in class org.apache.cxf.transport.http.Headers
 
proxyAuthorizationPolicy - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field holds the password authorization configuration for the configured proxy.
proxyAuthSupplier - Variable in class org.apache.cxf.transport.http.HTTPConduit
Implements the proxy authentication handling.
proxyFactory - Variable in class org.apache.cxf.transport.http.HTTPConduit
 
ProxyFactory - Class in org.apache.cxf.transport.http
 
ProxyFactory() - Constructor for class org.apache.cxf.transport.http.ProxyFactory
 
ProxyOutputStream - Class in org.apache.cxf.transport.http
 
ProxyOutputStream() - Constructor for class org.apache.cxf.transport.http.ProxyOutputStream
 
proxyServer - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the address of proxy server if one is used.
proxyServerPort - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the port number used by the proxy server.
proxyServerType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the type of the proxy server.
ProxyServerType - Enum Class in org.apache.cxf.transports.http.configuration
Java class for proxyServerType
PublicSuffixList - Class in org.apache.cxf.transport.https.httpclient
Public suffix is a set of DNS names or wildcards concatenated with dots.
PublicSuffixList(List<String>, List<String>) - Constructor for class org.apache.cxf.transport.https.httpclient.PublicSuffixList
 
PublicSuffixList(DomainType, List<String>, List<String>) - Constructor for class org.apache.cxf.transport.https.httpclient.PublicSuffixList
 
PublicSuffixListParser - Class in org.apache.cxf.transport.https.httpclient
Parses the list from publicsuffix.org and configures a PublicSuffixFilter.
PublicSuffixListParser() - Constructor for class org.apache.cxf.transport.https.httpclient.PublicSuffixListParser
 
PublicSuffixMatcher - Class in org.apache.cxf.transport.https.httpclient
Utility class that can test if DNS names match the content of the Public Suffix List.
PublicSuffixMatcher(Collection<String>, Collection<String>) - Constructor for class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
 
PublicSuffixMatcher(Collection<PublicSuffixList>) - Constructor for class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
 
PublicSuffixMatcher(DomainType, Collection<String>, Collection<String>) - Constructor for class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
 
PublicSuffixMatcherLoader - Class in org.apache.cxf.transport.https.httpclient
org.apache.http.conn.util.PublicSuffixMatcher loader.
put(Object, Object) - Method in class org.apache.cxf.transport.http.HTTPSession
 

R

readFromConnection(HttpURLConnection) - Method in class org.apache.cxf.transport.http.Headers
 
readFromConnection(Map<String, List<String>>) - Method in class org.apache.cxf.transport.http.Headers
 
readFromHeaders(Headers) - Method in class org.apache.cxf.transport.http.Cookies
 
receiveTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the amount of time, in milliseconds, that the consumer will wait for a response before it times out. 0 is infinite.
receiveTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Receive timeout in milliseconds, 0 is infinite
redirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
redirectRetransmit() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
redirectURL - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
A URL to which clients are redirected (if the ReplyCode and ReplyDescription are not set, ReplyCode will be set to 302, and ReplyDescription will be set to 'Object Moved').
redispatch() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
ReferencingAuthenticator - Class in org.apache.cxf.transport.http
 
ReferencingAuthenticator(Authenticator, Authenticator) - Constructor for class org.apache.cxf.transport.http.ReferencingAuthenticator
 
referer - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Specifies the URL that referred us to this URL.
registerServletContextResolver(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
registry - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
registry - Variable in class org.apache.cxf.transport.http.HTTPTransportFactory
 
releaseRegistry() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
removeAuthorizationHeaders() - Method in class org.apache.cxf.transport.http.Headers
 
removeDestination(String) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
removeDestination(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
REQUEST_REDIRECTED - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
requestCookieHeader() - Method in class org.apache.cxf.transport.http.Cookie
Convert a list of cookies into a string suitable for sending as a "Cookie:" header
requiresRequestCaching() - Method in class org.apache.cxf.transport.http.auth.CustomAuthSupplier
 
requiresRequestCaching() - Method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
requiresRequestCaching() - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
If the supplier requires the request to be cached to be resent, return true
requiresRequestCaching() - Method in interface org.apache.cxf.transport.http.auth.HttpAuthSupplier
If the supplier requires the request to be cached to be resent, return true
requiresRequestCaching() - Method in class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
 
reset() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
resolve(String, Class<T>) - Method in class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
response - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
 
RESPONSE_COMMITED - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
RESPONSE_HEADERS_COPIED - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
resume() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
retransmit(String) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
retransmitStream() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
retrieveFromContinuation(HttpServletRequest) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
retrieveFromContinuation(HttpServletRequest) - Method in interface org.apache.cxf.transport.http.ContinuationProviderFactory
If the request already has a message associated with it, return it
retrieveFromServlet3Async(HttpServletRequest) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 

S

serverCertificates - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the certificates the server presented to authenticate.
serverPolicy - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
ServerPolicyCalculator - Class in org.apache.cxf.transport.http.policy.impl
 
ServerPolicyCalculator() - Constructor for class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
 
serverType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Specifies an optional value for the HTTP ServerType property.
serveStaticContent(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
service(ServletRequest, ServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
jakarta.http.servlet.HttpServlet does not let to override the code which deals with unrecognized HTTP verbs such as PATCH (being standardized), WebDav ones, etc.
SERVICE_NOT_AVAILABLE_ON_HTTP_STATUS_CODES - Static variable in class org.apache.cxf.transport.http.HTTPConduit
The HTTP status codes as contextual property (comma-separated integers as String) on the outgoing Message which lead to setting org.apache.cxf.transport.service_not_available for all responses with those status codes.
SERVICE_REDIRECTION - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
serviceListGenerator - Variable in class org.apache.cxf.transport.servlet.ServletController
 
ServiceListGeneratorServlet - Class in org.apache.cxf.transport.servlet.servicelist
 
ServiceListGeneratorServlet(DestinationRegistry, Bus) - Constructor for class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
ServiceListJAASAuthenticator - Class in org.apache.cxf.transport.servlet.servicelist
 
ServiceListJAASAuthenticator() - Constructor for class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
 
serviceListRelativePath - Variable in class org.apache.cxf.transport.servlet.ServletController
 
ServiceListWriter - Interface in org.apache.cxf.transport.servlet.servicelist
 
Servlet31Continuation() - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet31Continuation
 
Servlet3Continuation() - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
Servlet3ContinuationProvider - Class in org.apache.cxf.transport.http
 
Servlet3ContinuationProvider(HttpServletRequest, HttpServletResponse, Message) - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider
 
Servlet3ContinuationProvider.Servlet31Continuation - Class in org.apache.cxf.transport.http
 
Servlet3ContinuationProvider.Servlet3Continuation - Class in org.apache.cxf.transport.http
 
servletConfig - Variable in class org.apache.cxf.transport.servlet.ServletController
 
ServletConfigAware - Interface in org.apache.cxf.transport.servlet
Interface to be implemented by any Destination that wishes to be notified of the ServletConfig availability.
ServletContextResourceResolver - Class in org.apache.cxf.transport.servlet
 
ServletContextResourceResolver(ServletContext) - Constructor for class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
ServletController - Class in org.apache.cxf.transport.servlet
 
ServletController(DestinationRegistry, ServletConfig, HttpServlet) - Constructor for class org.apache.cxf.transport.servlet.ServletController
 
ServletDestination - Class in org.apache.cxf.transport.servlet
 
ServletDestination(Bus, DestinationRegistry, EndpointInfo, String) - Constructor for class org.apache.cxf.transport.servlet.ServletDestination
Constructor, allowing subsititution of configuration.
ServletDestination(Bus, DestinationRegistry, EndpointInfo, String, boolean) - Constructor for class org.apache.cxf.transport.servlet.ServletDestination
 
ServletDestinationFactory - Class in org.apache.cxf.transport.servlet
 
ServletDestinationFactory() - Constructor for class org.apache.cxf.transport.servlet.ServletDestinationFactory
 
SET_EMPTY_REQUEST_CT_PROPERTY - Static variable in class org.apache.cxf.transport.http.Headers
 
SET_HTTP_RESPONSE_MESSAGE - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
SET_REASON_PHRASE_NOT_NULL - Static variable in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
 
setAccept(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the accept property.
setAcceptEncoding(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the acceptEncoding property.
setAcceptLanguage(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the acceptLanguage property.
setActivationNamespaces(Collection<String>) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
This call is used by CXF ExtensionManager to inject the activationNamespaces
setAddress(AbstractDestination, String) - Static method in class org.apache.cxf.transport.servlet.BaseUrlHelper
 
setAllowChunking(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the allowChunking property.
setAsyncExecuteTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the asyncExecuteTimeout property.
setAsyncExecuteTimeoutRejection(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the asyncExecuteTimeoutRejection property.
setAuthenticationType(String) - Method in class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
 
setAuthorization(String) - Method in class org.apache.cxf.transport.http.Headers
 
setAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method is used to set the Authorization Policy for this conduit.
setAuthorizationPolicy(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
 
setAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
 
setAutoRedirect(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the autoRedirect property.
setBaseURLAttribute(HttpServletRequest) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setBrowserType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the browserType property.
setBus(Bus) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
setCacheControl(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cacheControl property.
setCacheControl(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the cacheControl property.
setCertificateConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
 
setCertificateConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
 
setChunkingThreshold(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the chunkingThreshold property.
setChunkLength(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the chunkLength property.
setClient(HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Client Side Policy for this HTTPConduit.
setClientPolicy(HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
 
setConduitConfig(HttpConduitConfig) - Method in class org.apache.cxf.transport.http.HttpConduitFeature.Portable
 
setConduitConfig(HttpConduitConfig) - Method in class org.apache.cxf.transport.http.HttpConduitFeature
 
setConnection(ConnectionType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the connection property.
setConnectionRequestTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the connectionRequestTimeout property.
setConnectionTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the connectionTimeout property.
setContentEncoding(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentEncoding property.
setContentLocation(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentLocation property.
setContentType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the contentType property.
setContentType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentType property.
setContextMatchStrategy(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setCookie(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cookie property.
setCredDelegation(boolean) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
setDecoupledEndpoint(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the decoupledEndpoint property.
setDestinationConfig(HttpDestinationConfig) - Method in class org.apache.cxf.transport.http.HttpDestinationFeature.Portable
 
setDestinationConfig(HttpDestinationConfig) - Method in class org.apache.cxf.transport.http.HttpDestinationFeature
 
setFixedLengthStreamingMode(int) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
setFixedParameterOrder(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setHeadersByAuthorizationPolicy(Message, URI) - Method in class org.apache.cxf.transport.http.HTTPConduit
This call places HTTP Header strings into the headers that are relevant to the Authorization policies that are set on this conduit by configuration.
setHonorKeepAlive(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the honorKeepAlive property.
setHost(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the host property.
setKeepAliveParameters(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the keepAliveParameters property.
setKeyManagers(KeyManager[]) - Method in class org.apache.cxf.transport.https.SSLContextInitParameters
 
setLoginConfig(Configuration) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
setMaxAge(int) - Method in class org.apache.cxf.transport.http.Cookie
Set the max-age of this cookie.
setMaxRetransmits(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the maxRetransmits property.
setMultiplexWithAddress(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setNonProxyHosts(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the nonProxyHosts property.
setObject(Object) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
setPath(String) - Method in class org.apache.cxf.transport.http.Cookie
Set the path of this cookie
setProtocolHeaders() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
setProtocolHeadersInConnection(HttpURLConnection) - Method in class org.apache.cxf.transport.http.Headers
Set content type and protocol headers (Message.PROTOCOL_HEADERS) headers into the URL connection.
setProxyAuthorization(String) - Method in class org.apache.cxf.transport.http.Headers
 
setProxyAuthorization(ProxyAuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Proxy Authorization Policy for a specified proxy.
setProxyAuthorizationPolicy(ProxyAuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
 
setProxyAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setProxyServer(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServer property.
setProxyServerPort(Integer) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServerPort property.
setProxyServerType(ProxyServerType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServerType property.
setRealm(String) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
setRealm(String) - Method in class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
 
setRealm(String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
 
setReceiveTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the receiveTimeout property.
setReceiveTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the receiveTimeout property.
setRedirectURL(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the redirectURL property.
setReferer(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the referer property.
setRegistry(DestinationRegistry) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
setServer(HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setServerPolicy(HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.HttpDestinationConfig
 
setServerType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the serverType property.
setServiceListRelativePath(String) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setServiceListStyleSheet(String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
setServiceNameType(Oid) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
setServicePrincipalName(String) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
setSuppressClientReceiveErrors(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the suppressClientReceiveErrors property.
setSuppressClientSendErrors(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the suppressClientSendErrors property.
setTitle(String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
setTlsClientParameters(TLSClientParameters) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the TLS Client Parameters for this HTTPConduit.
setTlsClientParameters(TLSClientParameters) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
 
setTrustDecider(MessageTrustDecider) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Trust Decider for this HTTP Conduit.
setTrustManagers(TrustManager[]) - Method in class org.apache.cxf.transport.https.SSLContextInitParameters
 
setupConnection(Message, Address, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HttpClientHTTPConduit
 
setupConnection(Message, Address, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setupConnection(Message, Address, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
 
setupContinuation(Message, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setupMessage(Message, ServletConfig, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setupNewConnection(String) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
setupWrappedStream() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
setUseCanonicalHostname(boolean) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
 
setValue(String) - Method in class org.apache.cxf.transport.http.Cookie
Change the value of this cookie
setVersion(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the version property.
setWrappedOutputStream(OutputStream) - Method in class org.apache.cxf.transport.http.ProxyOutputStream
 
shutdown() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
SOCKS - Enum constant in enum class org.apache.cxf.transports.http.configuration.ProxyServerType
 
SpnegoAuthSupplier - Class in org.apache.cxf.transport.http.auth
 
SpnegoAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
 
SSLContextInitParameters - Class in org.apache.cxf.transport.https
 
SSLContextInitParameters() - Constructor for class org.apache.cxf.transport.https.SSLContextInitParameters
 
SSLUtils - Class in org.apache.cxf.transport.https
 
StringEscapeUtils - Class in org.apache.cxf.transport.commons_text
Escapes and unescapes Strings for Java, Java Script, HTML and XML.
StringUtils - Class in org.apache.cxf.transport.http.policy.impl
 
suppressClientReceiveErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
When set to false, exceptions will be thrown when an error is encountered sending a reply from to client.
suppressClientSendErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
When set to false, exceptions will be thrown when an error is encountered receiving a request from the client.
suspend(long) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 

T

theURI - Variable in class org.apache.cxf.transport.http.URLConnectionInfo
The URL the connection is associated with.
thresholdNotReached() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
tlsClientParameters - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field holds the configuration TLS configuration which is programmatically configured.
toHttpDate(Date) - Static method in class org.apache.cxf.transport.http.Headers
 
toHttpLanguage(Locale) - Static method in class org.apache.cxf.transport.http.Headers
 
toString(HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
 
toString(HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
 
TRANSPORT_ID - Static variable in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
trustDecider - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field contains the MessageTrustDecider.

U

UnformattedServiceListWriter - Class in org.apache.cxf.transport.servlet.servicelist
 
UnformattedServiceListWriter(boolean, Bus) - Constructor for class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
 
UNKNOWN - Enum constant in enum class org.apache.cxf.transport.https.httpclient.DomainType
 
unsetAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetAsyncExecuteTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetAsyncExecuteTimeoutRejection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetChunkingThreshold() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetChunkLength() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetConnectionRequestTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetVersion() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
UntrustedURLConnectionIOException - Exception in org.apache.cxf.transport.http
This exception is thrown by the JSSETrustDecider when trust in the TLS cannot be established.
UntrustedURLConnectionIOException(String) - Constructor for exception org.apache.cxf.transport.http.UntrustedURLConnectionIOException
This exception should mention a good reason of why this JSSE established connection is untrusted.
updateCookiesBeforeRetransmit() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
updateDestination(HttpServletRequest, String, AbstractHTTPDestination) - Method in class org.apache.cxf.transport.servlet.ServletController
 
updateDestination(HttpServletRequest, AbstractHTTPDestination) - Method in class org.apache.cxf.transport.servlet.ServletController
 
updateMessageForSuspend() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet31Continuation
 
updateMessageForSuspend() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
updateResponseHeaders(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
url - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
URLConnectionHTTPConduit - Class in org.apache.cxf.transport.http
 
URLConnectionHTTPConduit(Bus, EndpointInfo, EndpointReferenceType) - Constructor for class org.apache.cxf.transport.http.URLConnectionHTTPConduit
 
URLConnectionInfo - Class in org.apache.cxf.transport.http
This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
URLConnectionInfo(URI) - Constructor for class org.apache.cxf.transport.http.URLConnectionInfo
 
URLConnectionInfo(URL) - Constructor for class org.apache.cxf.transport.http.URLConnectionInfo
 
USER_AGENT - Static variable in class org.apache.cxf.transport.http.Headers
 
usingProxy() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 

V

value() - Method in enum class org.apache.cxf.transports.http.configuration.ConnectionType
Gets the value associated to the enum constant.
value() - Method in enum class org.apache.cxf.transports.http.configuration.ProxyServerType
 
valueOf(String) - Static method in enum class org.apache.cxf.transport.https.CertConstraints.Combinator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.cxf.transport.https.httpclient.DomainType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.cxf.transports.http.configuration.ConnectionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.cxf.transports.http.configuration.ProxyServerType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.cxf.transport.https.CertConstraints.Combinator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.cxf.transport.https.httpclient.DomainType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.cxf.transports.http.configuration.ConnectionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.cxf.transports.http.configuration.ProxyServerType
Returns an array containing the constants of this enum class, in the order they are declared.
verify(String, X509Certificate) - Method in class org.apache.cxf.transport.https.httpclient.DefaultHostnameVerifier
 
verify(String, SSLSession) - Method in class org.apache.cxf.transport.https.httpclient.DefaultHostnameVerifier
 
version - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
HTTP Version used for the connection.

W

WrappedOutputStream(Message, boolean, boolean, int, String, URI) - Constructor for class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
WrappedOutputStream(HTTPConduit.WrappedOutputStream) - Constructor for class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
writeServiceList(PrintWriter, String, AbstractDestination[], AbstractDestination[]) - Method in class org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
 
writeServiceList(PrintWriter, String, AbstractDestination[], AbstractDestination[]) - Method in interface org.apache.cxf.transport.servlet.servicelist.ServiceListWriter
 
writeServiceList(PrintWriter, String, AbstractDestination[], AbstractDestination[]) - Method in class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
 
writeSessionCookies(Map<String, Cookie>) - Method in class org.apache.cxf.transport.http.Headers
Write cookie header from given session cookies
writeToMessageHeaders(Message) - Method in class org.apache.cxf.transport.http.Cookies
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form