|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InboundRequest | |
net.jini.jeri | Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). |
Uses of InboundRequest in net.jini.jeri |
Methods in net.jini.jeri with parameters of type InboundRequest | |
void |
BasicInvocationDispatcher.dispatch(Remote impl,
InboundRequest request,
Collection context)
Dispatches the specified inbound request to the specified remote object. |
protected ObjectInputStream |
BasicInvocationDispatcher.createMarshalInputStream(Object impl,
InboundRequest request,
boolean integrity,
Collection context)
Returns a new marshal input stream to use to read objects from the request input stream obtained by invoking the getRequestInputStream method
on the given request .
|
protected ObjectOutputStream |
BasicInvocationDispatcher.createMarshalOutputStream(Object impl,
Method method,
InboundRequest request,
Collection context)
Returns a new marshal output stream to use to write objects to the response output stream obtained by invoking the getResponseOutputStream
method on the given request .
|
void |
InvocationDispatcher.dispatch(Remote impl,
InboundRequest request,
Collection context)
Dispatches the invocation represented by an InboundRequest
to the specified remote object.
|
void |
RequestDispatcher.dispatch(InboundRequest request)
Processes an inbound request. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |