Uses of Class
org.apache.cxf.transport.AbstractObservable
-
-
Uses of AbstractObservable in org.apache.cxf.transport
Subclasses of AbstractObservable in org.apache.cxf.transport Modifier and Type Class Description classAbstractConduitAbstract base class factoring out common Conduit logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic.classAbstractDestinationAbstract base class factoring out common Destination logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic.protected classAbstractDestination.AbstractBackChannelConduitBackchannel conduit.classAbstractMultiplexDestination -
Uses of AbstractObservable in org.apache.cxf.transport.http
Subclasses of AbstractObservable in org.apache.cxf.transport.http Modifier and Type Class Description classAbstractHTTPDestinationCommon base for HTTP Destination implementations.classAbstractHTTPDestination.BackChannelConduitBackchannel conduit.classHttpClientHTTPConduitclassHTTPConduitThis Conduit handles the "http" and "https" transport protocols.classURLConnectionHTTPConduit -
Uses of AbstractObservable in org.apache.cxf.transport.http_jaxws_spi
Subclasses of AbstractObservable in org.apache.cxf.transport.http_jaxws_spi Modifier and Type Class Description classJAXWSHttpSpiDestination -
Uses of AbstractObservable in org.apache.cxf.transport.http_jetty
Subclasses of AbstractObservable in org.apache.cxf.transport.http_jetty Modifier and Type Class Description classJettyHTTPDestination -
Uses of AbstractObservable in org.apache.cxf.transport.http_undertow
Subclasses of AbstractObservable in org.apache.cxf.transport.http_undertow Modifier and Type Class Description classUndertowHTTPDestination -
Uses of AbstractObservable in org.apache.cxf.transport.http.asyncclient
Subclasses of AbstractObservable in org.apache.cxf.transport.http.asyncclient Modifier and Type Class Description classAsyncHTTPConduit -
Uses of AbstractObservable in org.apache.cxf.transport.http.asyncclient.hc5
Subclasses of AbstractObservable in org.apache.cxf.transport.http.asyncclient.hc5 Modifier and Type Class Description classAsyncHTTPConduitAsync HTTP Conduit using Apache HttpClient 5 -
Uses of AbstractObservable in org.apache.cxf.transport.http.netty.client
Subclasses of AbstractObservable in org.apache.cxf.transport.http.netty.client Modifier and Type Class Description classNettyHttpConduit -
Uses of AbstractObservable in org.apache.cxf.transport.http.netty.server
Subclasses of AbstractObservable in org.apache.cxf.transport.http.netty.server Modifier and Type Class Description classNettyHttpDestination -
Uses of AbstractObservable in org.apache.cxf.transport.jms
Subclasses of AbstractObservable in org.apache.cxf.transport.jms Modifier and Type Class Description classJMSConduitJMSConduit is instantiated by the JMSTransportFactory which is selected by a client if the transport protocol starts with "jms:".classJMSDestination -
Uses of AbstractObservable in org.apache.cxf.transport.local
Subclasses of AbstractObservable in org.apache.cxf.transport.local Modifier and Type Class Description classLocalConduitclassLocalDestination -
Uses of AbstractObservable in org.apache.cxf.transport.servlet
Subclasses of AbstractObservable in org.apache.cxf.transport.servlet Modifier and Type Class Description classServletDestination -
Uses of AbstractObservable in org.apache.cxf.transport.udp
Subclasses of AbstractObservable in org.apache.cxf.transport.udp Modifier and Type Class Description classUDPConduitclassUDPDestination -
Uses of AbstractObservable in org.apache.cxf.transport.websocket.ahc
Subclasses of AbstractObservable in org.apache.cxf.transport.websocket.ahc Modifier and Type Class Description classAhcWebSocketConduit -
Uses of AbstractObservable in org.apache.cxf.transport.websocket.atmosphere
Subclasses of AbstractObservable in org.apache.cxf.transport.websocket.atmosphere Modifier and Type Class Description classAtmosphereWebSocketJettyDestinationclassAtmosphereWebSocketServletDestinationWebSocket Servlet Destination based on AtmosphereclassAtmosphereWebSocketUndertowDestination -
Uses of AbstractObservable in org.apache.cxf.transport.websocket.jetty10
Subclasses of AbstractObservable in org.apache.cxf.transport.websocket.jetty10 Modifier and Type Class Description classJetty10WebSocketDestination -
Uses of AbstractObservable in org.apache.cxf.transport.websocket.undertow
Subclasses of AbstractObservable in org.apache.cxf.transport.websocket.undertow Modifier and Type Class Description classUndertowWebSocketDestination
-