Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPDestination
-
Packages that use JettyHTTPDestination Package Description org.apache.cxf.transport.http_jetty org.apache.cxf.transport.websocket.atmosphere org.apache.cxf.transport.websocket.jetty10 -
-
Uses of JettyHTTPDestination in org.apache.cxf.transport.http_jetty
Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPDestination Modifier and Type Field Description protected JettyHTTPDestinationJettyHTTPHandler. jettyHTTPDestinationMethods in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPDestination Modifier and Type Method Description protected JettyHTTPHandlerJettyHTTPDestination. createJettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)Constructors in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPDestination Constructor Description JettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact) -
Uses of JettyHTTPDestination in org.apache.cxf.transport.websocket.atmosphere
Subclasses of JettyHTTPDestination in org.apache.cxf.transport.websocket.atmosphere Modifier and Type Class Description classAtmosphereWebSocketJettyDestinationMethods in org.apache.cxf.transport.websocket.atmosphere with parameters of type JettyHTTPDestination Modifier and Type Method Description protected JettyHTTPHandlerAtmosphereWebSocketJettyDestination. createJettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact) -
Uses of JettyHTTPDestination in org.apache.cxf.transport.websocket.jetty10
Subclasses of JettyHTTPDestination in org.apache.cxf.transport.websocket.jetty10 Modifier and Type Class Description classJetty10WebSocketDestinationMethods in org.apache.cxf.transport.websocket.jetty10 with parameters of type JettyHTTPDestination Modifier and Type Method Description protected JettyHTTPHandlerJetty10WebSocketDestination. createJettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)
-