Uses of Interface
net.jini.jeri.connection.InboundRequestHandle

Packages that use InboundRequestHandle
net.jini.jeri.connection Provides interfaces and classes for implementing connection-based Jini extensible remote invocation (Jini ERI) transport layer providers. 
 

Uses of InboundRequestHandle in net.jini.jeri.connection
 

Methods in net.jini.jeri.connection that return InboundRequestHandle
 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.
 

Methods in net.jini.jeri.connection with parameters of type InboundRequestHandle
 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 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.