Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPHandler
-
Packages that use JettyHTTPHandler Package Description org.apache.cxf.transport.http_jetty org.apache.cxf.transport.websocket.atmosphere org.apache.cxf.transport.websocket.jetty10 -
-
Uses of JettyHTTPHandler in org.apache.cxf.transport.http_jetty
Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPHandler Modifier and Type Field Description protected JettyHTTPHandlerJettyHTTPDestination. handlerMethods in org.apache.cxf.transport.http_jetty that return JettyHTTPHandler Modifier and Type Method Description protected JettyHTTPHandlerJettyHTTPDestination. createJettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)Methods in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPHandler Modifier and Type Method Description voidJettyHTTPServerEngine. addServant(URL url, JettyHTTPHandler handler)Register a servant.voidServerEngine. addServant(URL url, JettyHTTPHandler handler)Register a servant. -
Uses of JettyHTTPHandler in org.apache.cxf.transport.websocket.atmosphere
Methods in org.apache.cxf.transport.websocket.atmosphere that return JettyHTTPHandler Modifier and Type Method Description protected JettyHTTPHandlerAtmosphereWebSocketJettyDestination. createJettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact) -
Uses of JettyHTTPHandler in org.apache.cxf.transport.websocket.jetty10
Methods in org.apache.cxf.transport.websocket.jetty10 that return JettyHTTPHandler Modifier and Type Method Description protected JettyHTTPHandlerJetty10WebSocketDestination. createJettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)
-