Apache CXF API

Uses of Interface
org.apache.cxf.transport.Assertor

Packages that use Assertor
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.client   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.servlet   
org.apache.cxf.transport.websocket.ahc   
org.apache.cxf.transport.websocket.atmosphere   
org.apache.cxf.transport.websocket.jetty   
org.apache.cxf.ws.policy   
 

Uses of Assertor in org.apache.cxf.transport.http
 

Classes in org.apache.cxf.transport.http that implement Assertor
 class AbstractHTTPDestination
          Common base for HTTP Destination implementations.
 class HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
 class URLConnectionHTTPConduit
           
 

Uses of Assertor in org.apache.cxf.transport.http_jetty
 

Classes in org.apache.cxf.transport.http_jetty that implement Assertor
 class JettyHTTPDestination
           
 

Uses of Assertor in org.apache.cxf.transport.http.asyncclient
 

Classes in org.apache.cxf.transport.http.asyncclient that implement Assertor
 class AsyncHTTPConduit
           
 

Uses of Assertor in org.apache.cxf.transport.http.netty.client
 

Classes in org.apache.cxf.transport.http.netty.client that implement Assertor
 class NettyHttpConduit
           
 

Uses of Assertor in org.apache.cxf.transport.http.netty.server
 

Classes in org.apache.cxf.transport.http.netty.server that implement Assertor
 class NettyHttpDestination
           
 

Uses of Assertor in org.apache.cxf.transport.servlet
 

Classes in org.apache.cxf.transport.servlet that implement Assertor
 class ServletDestination
           
 

Uses of Assertor in org.apache.cxf.transport.websocket.ahc
 

Classes in org.apache.cxf.transport.websocket.ahc that implement Assertor
 class AhcWebSocketConduit
           
 

Uses of Assertor in org.apache.cxf.transport.websocket.atmosphere
 

Classes in org.apache.cxf.transport.websocket.atmosphere that implement Assertor
 class AtmosphereWebSocketServletDestination
           
 

Uses of Assertor in org.apache.cxf.transport.websocket.jetty
 

Classes in org.apache.cxf.transport.websocket.jetty that implement Assertor
 class JettyWebSocketDestination
           
 class JettyWebSocketServletDestination
           
 

Uses of Assertor in org.apache.cxf.ws.policy
 

Methods in org.apache.cxf.ws.policy that return Assertor
 Assertor PolicyUtils.WrappedAssertor.getWrappedAssertor()
           
 

Constructors in org.apache.cxf.ws.policy with parameters of type Assertor
PolicyUtils.WrappedAssertor(Assertor o)
           
 


Apache CXF API

Apache CXF