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

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

Uses of Connection in net.jini.jeri.connection
 

Methods in net.jini.jeri.connection that return Connection
 Connection ConnectionEndpoint.connect(OutboundRequestHandle handle)
          Returns a new connection that can be used to send a request for the specified handle.
 Connection ConnectionEndpoint.connect(OutboundRequestHandle handle, Collection active, Collection idle)
          Returns an existing or new connection that can be used to send a request for the specified handle, or null if a new connection needs to be created in a way that requires synchronous I/O.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.