Uses of Package
net.jini.io

Packages that use net.jini.io
com.sun.jini.discovery Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols. 
com.sun.jini.discovery.internal   
com.sun.jini.discovery.kerberos Provides an implementation of the net.jini.discovery.kerberos discovery format, specified in the Jini Discovery and Join Specification
com.sun.jini.jeri.internal.http   
com.sun.jini.jeri.internal.mux   
com.sun.jini.lease Some basic utility classes for helping with client-side lease renewal operations. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.proxy   
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. 
net.jini.security.proxytrust Defines a trust verifier to support verification of proxies that use dynamically downloaded code, implementation mechanisms to support the verification of such proxies, and an exporter for remote objects that have such proxies. 
 

Classes in net.jini.io used by com.sun.jini.discovery
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 com.sun.jini.discovery.internal
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 com.sun.jini.discovery.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 com.sun.jini.jeri.internal.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 com.sun.jini.jeri.internal.mux
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 com.sun.jini.lease
MarshalledInstance
          A MarshalledInstance contains an object in serialized form.
 

Classes in net.jini.io used by com.sun.jini.mercury
MarshalledInstance
          A MarshalledInstance contains an object in serialized form.
 

Classes in net.jini.io used by com.sun.jini.norm
MarshalledInstance
          A MarshalledInstance contains an object in serialized form.
 

Classes in net.jini.io used by com.sun.jini.outrigger
MarshalledInstance
          A MarshalledInstance contains an object in serialized form.
 

Classes in net.jini.io used by com.sun.jini.proxy
MarshalledInstance
          A MarshalledInstance contains an object in serialized form.
 

Classes in net.jini.io used by net.jini.io
MarshalInputStream
          An extension of ObjectInputStream that implements the dynamic class loading semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result unmarshalling (using RMIClassLoader).
MarshalOutputStream
          An extension of ObjectOutputStream that implements the dynamic class loading semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result marshalling (using RMIClassLoader).
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.
 

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



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