|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Router in org.apache.geronimo.remoting.router |
Classes in org.apache.geronimo.remoting.router that implement Router | |
class |
AbstractInterceptorRouter
|
class |
AbstractRouterRouter
|
class |
InterceptorRegistryRouter
|
class |
JMXRouter
Uses JMX Object names to route the request to a JMX object that implements the JMXTargetMBean interface. |
class |
SubsystemRouter
|
Methods in org.apache.geronimo.remoting.router that return Router | |
protected abstract Router |
AbstractRouterRouter.lookupRouterFrom(URI to)
|
protected Router |
SubsystemRouter.lookupRouterFrom(URI to)
|
Router |
SubsystemRouter.getRouter()
|
Router |
RouterTarget.getRouter()
|
Methods in org.apache.geronimo.remoting.router with parameters of type Router | |
void |
SubsystemRouter.addRoute(String path,
Router router)
|
Uses of Router in org.apache.geronimo.remoting.transport |
Subinterfaces of Router in org.apache.geronimo.remoting.transport | |
interface |
TransportClient
|
Methods in org.apache.geronimo.remoting.transport that return Router | |
Router |
TransportLoader.getRouter()
|
Methods in org.apache.geronimo.remoting.transport with parameters of type Router | |
void |
TransportLoader.setRouter(Router router)
|
void |
TransportServer.bind(URI bindURI,
Router dispatcher)
Configures and otatains any resources needed to start accepting client requests. |
Uses of Router in org.apache.geronimo.remoting.transport.async |
Classes in org.apache.geronimo.remoting.transport.async that implement Router | |
class |
AsyncClient
AsyncClientInvoker uses sockets to remotely connect to the a remote AsyncServerInvoker. |
class |
ChannelPool
a ChannelPool represents a logical connection to a remote uri. |
Methods in org.apache.geronimo.remoting.transport.async that return Router | |
Router |
BackChannelServer.getNextRouter()
|
abstract Router |
AbstractServer.getNextRouter()
|
Methods in org.apache.geronimo.remoting.transport.async with parameters of type Router | |
void |
BackChannelServer.bind(URI bindURI,
Router dispatcher)
|
Constructors in org.apache.geronimo.remoting.transport.async with parameters of type Router | |
ChannelPool(URI uri,
Router dispatcher)
|
Uses of Router in org.apache.geronimo.remoting.transport.async.bio |
Methods in org.apache.geronimo.remoting.transport.async.bio that return Router | |
Router |
BlockingServer.getNextRouter()
|
Methods in org.apache.geronimo.remoting.transport.async.bio with parameters of type Router | |
void |
BlockingServer.bind(URI localURI,
Router dispatcher)
|
Uses of Router in org.apache.geronimo.remoting.transport.async.nio |
Methods in org.apache.geronimo.remoting.transport.async.nio that return Router | |
Router |
NonBlockingServer.getNextRouter()
|
Methods in org.apache.geronimo.remoting.transport.async.nio with parameters of type Router | |
void |
NonBlockingServer.bind(URI localURI,
Router dispatcher)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |