Package | Description |
---|---|
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
net.jini.jeri.connection |
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
|
org.apache.river.jeri.internal.connection | |
org.apache.river.jeri.internal.http | |
org.apache.river.jeri.internal.mux | |
org.apache.river.jeri.internal.runtime |
Modifier and Type | Method and Description |
---|---|
ServerEndpoint.ListenHandle |
ServerEndpoint.ListenEndpoint.listen(RequestDispatcher requestDispatcher)
Listens for requests received on the communication endpoint
represented by this
ListenEndpoint ,
dispatching them to the supplied
RequestDispatcher in the form of InboundRequest instances. |
Modifier and Type | Method and Description |
---|---|
void |
ServerConnectionManager.handleConnection(ServerConnection conn,
RequestDispatcher dispatcher)
Starts handling requests received on the specified newly
accepted connection, dispatching them to the specified request
dispatcher asynchronously, and returns immediately.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConnManager.handleConnection(ServerConnection conn,
RequestDispatcher dispatcher)
Enqueues a newly accepted server-side connection for asynchronous
processing of inbound requests using the specified request dispatcher,
and then returns immediately.
|
void |
BasicServerConnManager.handleConnection(ServerConnection conn,
RequestDispatcher dispatcher)
Delegates to the
handleConnection method of the contained
ServerConnectionManager . |
Constructor and Description |
---|
HttpServerConnection(Socket sock,
RequestDispatcher dispatcher,
HttpServerManager manager)
Creates new HttpServerConnection on top of given socket.
|
Constructor and Description |
---|
MuxServer(OutputStream out,
InputStream in,
RequestDispatcher requestDispatcher)
Initiates the server side of a multiplexed connection over the
given input/output stream pair.
|
MuxServer(SocketChannel channel,
RequestDispatcher requestDispatcher) |
Modifier and Type | Class and Description |
---|---|
class |
DgcRequestDispatcher |
Copyright © 2016–2018. All rights reserved.