Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPHandler
-
Packages that use JettyHTTPHandler Package Description org.apache.cxf.transport.http_jetty -
-
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.
-