All Classes and Interfaces
Class
Description
Common base for HTTP Destination implementations.
A convenient class for storing URI and URL representation of an address and avoid useless conversions.
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be
used both with server and client sockets
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.
<!
An interceptor that enforces certificate constraints logic at the TLS layer.
A set of static methods that operate on the generated CertificateConstraintsType.
Java class for connectionType
Container for HTTP cookies used to track
session state.
Use the AuthorizationPolicy type + value to create the authorization header.
Default
HostnameVerifier implementation.Domain types differentiated by Mozilla Public Suffix List.
Translates an AuthenticationException into a 401 response
Supplies Authorization information to an HTTPConduit.
Properties used to configure a client-side HTTP port
This Conduit handles the "http" and "https" transport protocols.
Holds http conduit configs for the HttpConduitFeature
Factory to actually create the HTTPConduit that will be used for the exchange
Programmatically configure a http conduit.
Holds configuration data for a http destination
Programmatically configure a http destination.
Provides programmatic defaults to the different HTTP server engine
factories implementations (that do not share any common interfaces or other
abstractions).
Support class for HTTP server engines: holds common properties and commonly
used methods, shared across all HTTP server engine implementations (Tomcat, Jetty,
Undertow, Netty, ...).
Properties used for configuring a server-side HTTP prort
A session implementation bound to HTTP.
This HttpsURLConnectionFactory implements the HttpURLConnectionFactory
for using the given SSL Policy to configure TLS connections for "https:"
URLs.
This class holds information about the HttpsURLConnection.
This class contains the information about the HTTP Connection that
will be making an HTTP request.
A collection of utilities relating to InetAddresses.
This class provides a static method to create an array of TrustManagers, which disables TLS
trust verification.
The HTTPConduit calls upon this object to establish trust just before a
message within the HTTP Conduit is sent out.
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).
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.transports.http.configuration package.
Convert a "nonProxyHosts" formatted String into a usable regular expression usable in
Pattern.Java class for proxyServerType
Public suffix is a set of DNS names or wildcards concatenated with dots.
Parses the list from publicsuffix.org
and configures a PublicSuffixFilter.
Utility class that can test if DNS names match the content of the Public Suffix List.
org.apache.http.conn.util.PublicSuffixMatcher loader.Interface to be implemented by any Destination that wishes to be notified of the
ServletConfig availability.
Escapes and unescapes
Strings for
Java, Java Script, HTML and XML.This exception is thrown by the JSSETrustDecider when
trust in the TLS cannot be established.
This class is returned from the URLConnectionFactory to give
information that is from the URLConnection that was created by that
factory.