| Package | Description |
|---|---|
| net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
| org.apache.river.jeri.internal.http | |
| org.apache.river.jeri.internal.mux |
| Modifier and Type | Method and Description |
|---|---|
OutboundRequest |
OutboundRequestIterator.next()
Initiates an attempt to communicate the request to the remote
endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
protected ObjectInputStream |
BasicInvocationHandler.createMarshalInputStream(Object proxy,
Method method,
OutboundRequest request,
boolean integrity,
Collection context)
Returns a new
ObjectInputStream instance to use to read
objects from the response input stream obtained by invoking the getResponseInputStream method
on the given request. |
protected ObjectInputStream |
AtomicInvocationHandler.createMarshalInputStream(Object proxy,
Method method,
OutboundRequest request,
boolean integrity,
Collection context)
Returns a new
ObjectInputStream instance to use to read
objects from the response input stream obtained by invoking the getResponseInputStream method
on the given request. |
protected ObjectOutputStream |
BasicInvocationHandler.createMarshalOutputStream(Object proxy,
Method method,
OutboundRequest request,
Collection context)
Returns a new
ObjectOutputStream instance to use to write
objects to the request output stream obtained by invoking the getRequestOutputStream method
on the given request. |
protected ObjectOutputStream |
AtomicInvocationHandler.createMarshalOutputStream(Object proxy,
Method method,
OutboundRequest request,
Collection context)
Returns a new
ObjectOutputStream instance to use to write
objects to the request output stream obtained by invoking the getRequestOutputStream method
on the given request. |
RemoteException |
ObjectEndpoint.executeCall(OutboundRequest call)
Synchronously executes a remote call in progress to the
identified remote object, so that the response can be read.
|
RemoteException |
BasicObjectEndpoint.executeCall(OutboundRequest call)
Synchronously executes a remote call in progress to the
identified remote object, so that the response can be read.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundRequest |
HttpClientConnection.newRequest()
Initiates new request to connection target.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundRequest |
MuxClient.newRequest()
Starts a new request over this connection, returning the
corresponding OutboundRequest object.
|
Copyright © 2016–2018. All rights reserved.