Apache CXF API

Uses of Package
org.apache.cxf.transport.http

Packages that use org.apache.cxf.transport.http
org.apache.cxf.jaxrs.client   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.client   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.continuations   
org.apache.cxf.transport.https   
org.apache.cxf.transport.servlet   
org.apache.cxf.transport.servlet.servicelist   
org.apache.cxf.transport.websocket   
org.apache.cxf.transport.websocket.ahc   
org.apache.cxf.transport.websocket.atmosphere   
org.apache.cxf.transport.websocket.jetty   
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.jaxrs.client
HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
ContinuationProviderFactory
           
Cookie
          Container for HTTP cookies used to track session state.
Cookies
           
DestinationRegistry
           
Headers
           
HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
HTTPConduit.WrappedOutputStream
          Wrapper output stream responsible for flushing headers and handling the incoming HTTP-level response (not necessarily the MEP response).
HTTPConduitFactory
          Factory to actually create the HTTPConduit that will be used for the exchange
HTTPTransportFactory
           
MessageTrustDecider
          The HTTPConduit calls upon this object to establish trust just before a message within the HTTP Conduit is sent out.
ProxyFactory
           
UntrustedURLConnectionIOException
          This exception is thrown by the JSSETrustDecider when trust in the TLS cannot be established.
URLConnectionInfo
          This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http.asyncclient
HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
HTTPConduit.WrappedOutputStream
          Wrapper output stream responsible for flushing headers and handling the incoming HTTP-level response (not necessarily the MEP response).
HTTPConduitFactory
          Factory to actually create the HTTPConduit that will be used for the exchange
HTTPTransportFactory
           
URLConnectionHTTPConduit
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http.netty.client
HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
HTTPConduit.WrappedOutputStream
          Wrapper output stream responsible for flushing headers and handling the incoming HTTP-level response (not necessarily the MEP response).
HTTPConduitFactory
          Factory to actually create the HTTPConduit that will be used for the exchange
HTTPTransportFactory
           
URLConnectionHTTPConduit
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http.netty.server
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
DestinationRegistry
           
HttpDestinationFactory
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http_jetty
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
DestinationRegistry
           
HttpDestinationFactory
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http_jetty.continuations
ContinuationProviderFactory
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.https
HttpURLConnectionInfo
          This class contains the information about the HTTP Connection that will be making an HTTP request.
URLConnectionInfo
          This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.servlet
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
DestinationRegistry
           
HttpDestinationFactory
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.servlet.servicelist
DestinationRegistry
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.websocket
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
DestinationRegistry
           
HttpDestinationFactory
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.websocket.ahc
HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
HTTPConduit.WrappedOutputStream
          Wrapper output stream responsible for flushing headers and handling the incoming HTTP-level response (not necessarily the MEP response).
URLConnectionHTTPConduit
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.websocket.atmosphere
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
DestinationRegistry
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.websocket.jetty
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
DestinationRegistry
           
 


Apache CXF API

Apache CXF