Interface | Description |
---|---|
DestinationRegistry | |
HttpDestinationFactory |
Class | Description |
---|---|
AbstractHTTPDestination |
Common base for HTTP Destination implementations.
|
Cookie |
Container for HTTP cookies used to track
session state.
|
Cookies | |
CXFAuthenticator | |
DestinationRegistryImpl | |
Headers | |
HTTPConduit |
This Conduit handles the "http" and "https" transport protocols.
|
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.
|
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 | |
QueryHandlerRegistryImpl | |
Servlet3ContinuationProvider | |
URLConnectionInfo |
This class is returned from the URLConnectionFactory to give
information that is from the URLConnection that was created by that
factory.
|
UrlUtilities |
Functions used to work with URLs in HTTP-related code.
|
Exception | Description |
---|---|
HTTPException | |
UntrustedURLConnectionIOException |
This exception is thrown by the JSSETrustDecider when
trust in the TLS cannot be established.
|
Apache CXF