Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
DestinationRegistry.checkRestfulRequest(String address) |
AbstractHTTPDestination |
DestinationRegistryImpl.checkRestfulRequest(String address) |
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
AbstractHTTPDestination |
DestinationRegistry.getDestinationForPath(String path) |
AbstractHTTPDestination |
DestinationRegistryImpl.getDestinationForPath(String path) |
AbstractHTTPDestination |
DestinationRegistry.getDestinationForPath(String path,
boolean tryDecoding) |
AbstractHTTPDestination |
DestinationRegistryImpl.getDestinationForPath(String path,
boolean tryDecoding) |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractHTTPDestination> |
DestinationRegistry.getDestinations() |
Collection<AbstractHTTPDestination> |
DestinationRegistryImpl.getDestinations() |
Modifier and Type | Method and Description |
---|---|
void |
DestinationRegistry.addDestination(AbstractHTTPDestination destination) |
void |
DestinationRegistryImpl.addDestination(AbstractHTTPDestination destination) |
void |
HttpDestinationConfig.apply(AbstractHTTPDestination destination) |
Modifier and Type | Class and Description |
---|---|
class |
JAXWSHttpSpiDestination |
Modifier and Type | Class and Description |
---|---|
class |
JettyHTTPDestination |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
JettyDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
UndertowHTTPDestination |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
UndertowDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpDestination |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
NettyHttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
ServletDestination |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
ServletDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
ServletController.invokeDestination(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AbstractHTTPDestination d) |
protected void |
ServletController.updateDestination(javax.servlet.http.HttpServletRequest request,
AbstractHTTPDestination d) |
protected void |
ServletController.updateDestination(javax.servlet.http.HttpServletRequest request,
String base,
AbstractHTTPDestination d) |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
WebSocketDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
AtmosphereWebSocketJettyDestination |
class |
AtmosphereWebSocketServletDestination
WebSocket Servlet Destination based on Atmosphere
|
class |
AtmosphereWebSocketUndertowDestination |
Modifier and Type | Class and Description |
---|---|
class |
Jetty9WebSocketDestination |
Modifier and Type | Class and Description |
---|---|
class |
UndertowWebSocketDestination |
Apache CXF