Package | Description |
---|---|
net.jini.jeri.connection |
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
|
Modifier and Type | Method and Description |
---|---|
InboundRequestHandle |
ServerConnection.processRequestData(InputStream in,
OutputStream out)
Reads from the specified input stream any per-request data required by
this connection for an inbound request, writes any required response
data to the specified output stream, and returns a handle for the
request.
|
Modifier and Type | Method and Description |
---|---|
InvocationConstraints |
ServerConnection.checkConstraints(InboundRequestHandle handle,
InvocationConstraints constraints)
Implements
InboundRequest.checkConstraints for a request with the
specified handle. |
void |
ServerConnection.checkPermissions(InboundRequestHandle handle)
Implements
InboundRequest.checkPermissions for a request with the
specified handle. |
void |
ServerConnection.populateContext(InboundRequestHandle handle,
Collection context)
Populates the supplied collection with context information
representing a request with the specified handle.
|
Copyright © 2016–2018. All rights reserved.