Uses of Class
org.apache.cxf.transport.http.AbstractHTTPDestination
-
-
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http that return AbstractHTTPDestination Modifier and Type Method Description AbstractHTTPDestinationDestinationRegistry. checkRestfulRequest(String address)AbstractHTTPDestinationDestinationRegistryImpl. checkRestfulRequest(String address)AbstractHTTPDestinationHttpDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)AbstractHTTPDestinationDestinationRegistry. getDestinationForPath(String path)AbstractHTTPDestinationDestinationRegistry. getDestinationForPath(String path, boolean tryDecoding)AbstractHTTPDestinationDestinationRegistryImpl. getDestinationForPath(String path)AbstractHTTPDestinationDestinationRegistryImpl. getDestinationForPath(String path, boolean tryDecoding)Methods in org.apache.cxf.transport.http that return types with arguments of type AbstractHTTPDestination Modifier and Type Method Description Collection<AbstractHTTPDestination>DestinationRegistry. getDestinations()Collection<AbstractHTTPDestination>DestinationRegistryImpl. getDestinations()Methods in org.apache.cxf.transport.http with parameters of type AbstractHTTPDestination Modifier and Type Method Description voidDestinationRegistry. addDestination(AbstractHTTPDestination destination)voidDestinationRegistryImpl. addDestination(AbstractHTTPDestination destination)voidHttpDestinationConfig. apply(AbstractHTTPDestination destination) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http_jaxws_spi
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http_jaxws_spi Modifier and Type Class Description classJAXWSHttpSpiDestination -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http_jetty
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http_jetty Modifier and Type Class Description classJettyHTTPDestinationMethods in org.apache.cxf.transport.http_jetty that return AbstractHTTPDestination Modifier and Type Method Description AbstractHTTPDestinationJettyDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http_undertow
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http_undertow Modifier and Type Class Description classUndertowHTTPDestinationMethods in org.apache.cxf.transport.http_undertow that return AbstractHTTPDestination Modifier and Type Method Description AbstractHTTPDestinationUndertowDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http.netty.server
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http.netty.server Modifier and Type Class Description classNettyHttpDestinationMethods in org.apache.cxf.transport.http.netty.server that return AbstractHTTPDestination Modifier and Type Method Description AbstractHTTPDestinationNettyHttpDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.servlet
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.servlet Modifier and Type Class Description classServletDestinationMethods in org.apache.cxf.transport.servlet that return AbstractHTTPDestination Modifier and Type Method Description AbstractHTTPDestinationServletDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)Methods in org.apache.cxf.transport.servlet with parameters of type AbstractHTTPDestination Modifier and Type Method Description voidServletController. invokeDestination(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AbstractHTTPDestination d)protected voidServletController. updateDestination(javax.servlet.http.HttpServletRequest request, String base, AbstractHTTPDestination d)protected voidServletController. updateDestination(javax.servlet.http.HttpServletRequest request, AbstractHTTPDestination d) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket
Methods in org.apache.cxf.transport.websocket that return AbstractHTTPDestination Modifier and Type Method Description AbstractHTTPDestinationWebSocketDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.atmosphere
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.atmosphere Modifier and Type Class Description classAtmosphereWebSocketJettyDestinationclassAtmosphereWebSocketServletDestinationWebSocket Servlet Destination based on AtmosphereclassAtmosphereWebSocketUndertowDestination -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.jetty10
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.jetty10 Modifier and Type Class Description classJetty10WebSocketDestination -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.undertow
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.undertow Modifier and Type Class Description classUndertowWebSocketDestination
-