Interface | Description |
---|---|
ContinuationProviderFactory | |
DestinationRegistry | |
HTTPConduitConfigurer | |
HTTPConduitFactory |
Factory to actually create the HTTPConduit that will be used for the exchange
|
HttpDestinationFactory |
Class | Description |
---|---|
AbstractHTTPDestination |
Common base for HTTP Destination implementations.
|
AbstractHTTPDestination.PrincipalAuthorizationPolicy | |
Address |
A convenient class for storing URI and URL representation of an address and avoid useless conversions.
|
Cookie |
Container for HTTP cookies used to track
session state.
|
Cookies | |
CXFAuthenticator | |
DestinationRegistryImpl | |
Headers | |
HttpAuthenticationFaultHandler |
Translates an AuthenticationException into a 401 response
|
HTTPConduit |
This Conduit handles the "http" and "https" transport protocols.
|
HttpConduitConfig |
Holds http conduit configs for the HttpConduitFeature
|
HttpConduitFeature |
Programmatically configure a http conduit.
|
HttpDestinationConfig |
Holds configuration data for a http destination
|
HttpDestinationFeature |
Programmatically configure a http destination.
|
HttpServletRequestSnapshot | |
HTTPSession |
A session implementation bound to HTTP.
|
HTTPTransportFactory | |
HttpURLConnectionInfo |
This class contains the information about the HTTP Connection that
will be making an HTTP request.
|
HttpUrlUtil | |
HTTPWSDLExtensionLoader | |
MessageTrustDecider |
The HTTPConduit calls upon this object to establish trust just before a
message within the HTTP Conduit is sent out.
|
PatternBuilder |
Convert a "nonProxyHosts" formatted String into a usable regular expression usable in
Pattern . |
ProxyFactory | |
ReferencingAuthenticator | |
Servlet3ContinuationProvider | |
URLConnectionHTTPConduit | |
URLConnectionInfo |
This class is returned from the URLConnectionFactory to give
information that is from the URLConnection that was created by that
factory.
|
Exception | Description |
---|---|
HTTPException | |
UntrustedURLConnectionIOException |
This exception is thrown by the JSSETrustDecider when
trust in the TLS cannot be established.
|
Apache CXF