Uses of Package
net.jini.io

Packages that use net.jini.io
net.jini.io Provides I/O interfaces and utility classes.  
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI).  
net.jini.jeri.connection Provides interfaces and classes for implementing connection-based Jini extensible remote invocation (Jini ERI) transport layer providers.  
net.jini.jeri.http Provides implementations of the Endpoint and ServerEndpoint abstractions that use HTTP messages sent over TCP sockets as the underlying communication mechanism.  
net.jini.jeri.kerberos Provides implementations of Endpoint and ServerEndpoint that use Kerberos as the underlying network security protocol to support security related invocation constraints for remote requests.  
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints.  
net.jini.jeri.tcp Provides implementations of the Endpoint and ServerEndpoint abstractions that use TCP sockets as the underlying communication mechanism.  
 

Classes in net.jini.io used by net.jini.io
ObjectStreamContext
          Provides a collection of context information objects that are associated with an ObjectOutputStream or ObjectInputStream instance that implements this interface.
 

Classes in net.jini.io used by net.jini.jeri
UnsupportedConstraintException
          Typically used as the nested exception of a ConnectIOException if the constraints for a remote call cannot be satisfied.
 

Classes in net.jini.io used by net.jini.jeri.connection
UnsupportedConstraintException
          Typically used as the nested exception of a ConnectIOException if the constraints for a remote call cannot be satisfied.
 

Classes in net.jini.io used by net.jini.jeri.http
UnsupportedConstraintException
          Typically used as the nested exception of a ConnectIOException if the constraints for a remote call cannot be satisfied.
 

Classes in net.jini.io used by net.jini.jeri.kerberos
UnsupportedConstraintException
          Typically used as the nested exception of a ConnectIOException if the constraints for a remote call cannot be satisfied.
 

Classes in net.jini.io used by net.jini.jeri.ssl
UnsupportedConstraintException
          Typically used as the nested exception of a ConnectIOException if the constraints for a remote call cannot be satisfied.
 

Classes in net.jini.io used by net.jini.jeri.tcp
UnsupportedConstraintException
          Typically used as the nested exception of a ConnectIOException if the constraints for a remote call cannot be satisfied.
 



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