Apache CXF API

Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPDestination

Packages that use JettyHTTPDestination
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.websocket.jetty   
 

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

Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPDestination
protected  JettyHTTPDestination JettyHTTPHandler.jettyHTTPDestination
           
 

Methods in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPDestination
protected  JettyHTTPHandler JettyHTTPDestination.createJettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)
           
 

Constructors in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPDestination
JettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)
           
 

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

Subclasses of JettyHTTPDestination in org.apache.cxf.transport.websocket.jetty
 class JettyWebSocketDestination
           
 

Methods in org.apache.cxf.transport.websocket.jetty with parameters of type JettyHTTPDestination
protected  JettyHTTPHandler JettyWebSocketDestination.createJettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)
           
 


Apache CXF API

Apache CXF