Uses of Interface
org.apache.cxf.transport.Observable
-
-
Uses of Observable in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement Observable Modifier and Type Class Description classCorbaConduitclassCorbaDestinationclassCorbaServerConduit -
Uses of Observable in org.apache.cxf.transport
Subinterfaces of Observable in org.apache.cxf.transport Modifier and Type Interface Description interfaceConduitA pipe between peers that channels transport-level messages.interfaceDestinationA Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.interfaceMultiplexDestinationA MultiplexDestination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers for multiple targets identified by a unique id.Classes in org.apache.cxf.transport that implement Observable 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.classAbstractMultiplexDestinationclassAbstractObservable -
Uses of Observable in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement Observable 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 Observable in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement Observable Modifier and Type Class Description classJAXWSHttpSpiDestination -
Uses of Observable in org.apache.cxf.transport.http_jetty
Classes in org.apache.cxf.transport.http_jetty that implement Observable Modifier and Type Class Description classJettyHTTPDestination -
Uses of Observable in org.apache.cxf.transport.http_undertow
Classes in org.apache.cxf.transport.http_undertow that implement Observable Modifier and Type Class Description classUndertowHTTPDestination -
Uses of Observable in org.apache.cxf.transport.http.asyncclient
Classes in org.apache.cxf.transport.http.asyncclient that implement Observable Modifier and Type Class Description classAsyncHTTPConduit -
Uses of Observable in org.apache.cxf.transport.http.asyncclient.hc5
Classes in org.apache.cxf.transport.http.asyncclient.hc5 that implement Observable Modifier and Type Class Description classAsyncHTTPConduitAsync HTTP Conduit using Apache HttpClient 5 -
Uses of Observable in org.apache.cxf.transport.http.netty.client
Classes in org.apache.cxf.transport.http.netty.client that implement Observable Modifier and Type Class Description classNettyHttpConduit -
Uses of Observable in org.apache.cxf.transport.http.netty.server
Classes in org.apache.cxf.transport.http.netty.server that implement Observable Modifier and Type Class Description classNettyHttpDestination -
Uses of Observable in org.apache.cxf.transport.jms
Classes in org.apache.cxf.transport.jms that implement Observable 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 Observable in org.apache.cxf.transport.local
Classes in org.apache.cxf.transport.local that implement Observable Modifier and Type Class Description classLocalConduitclassLocalDestination -
Uses of Observable in org.apache.cxf.transport.servlet
Classes in org.apache.cxf.transport.servlet that implement Observable Modifier and Type Class Description classServletDestination -
Uses of Observable in org.apache.cxf.transport.udp
Classes in org.apache.cxf.transport.udp that implement Observable Modifier and Type Class Description classUDPConduitclassUDPDestination -
Uses of Observable in org.apache.cxf.transport.websocket.ahc
Classes in org.apache.cxf.transport.websocket.ahc that implement Observable Modifier and Type Class Description classAhcWebSocketConduit -
Uses of Observable in org.apache.cxf.transport.websocket.atmosphere
Classes in org.apache.cxf.transport.websocket.atmosphere that implement Observable Modifier and Type Class Description classAtmosphereWebSocketJettyDestinationclassAtmosphereWebSocketServletDestinationWebSocket Servlet Destination based on AtmosphereclassAtmosphereWebSocketUndertowDestination -
Uses of Observable in org.apache.cxf.transport.websocket.jetty10
Classes in org.apache.cxf.transport.websocket.jetty10 that implement Observable Modifier and Type Class Description classJetty10WebSocketDestination -
Uses of Observable in org.apache.cxf.transport.websocket.undertow
Classes in org.apache.cxf.transport.websocket.undertow that implement Observable Modifier and Type Class Description classUndertowWebSocketDestination
-