| Package | Description | 
|---|---|
| net.jini.activation | 
 Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation
framework to support activatable objects that are exported using an
 
Exporter to go inactive, to provide invocation
handlers for exporters that want to use dynamic proxies for
activatable remote objects, and to support trust verification of
secure activatable dynamic proxies and secure activation identifiers. | 
| net.jini.jeri | 
 Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI). 
 | 
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActivatableInvocationHandler
An invocation handler for activatable remote objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasicInvocationHandler
A basic implementation of the  
InvocationHandler interface. | 
class  | 
BasicObjectEndpoint
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpEndpoint
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KerberosEndpoint
An  
Endpoint implementation that uses Kerberos as the
 underlying network security protocol to support security related
 invocation constraints its caller specified for the corresponding
 remote request. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpsEndpoint
An implementation of  
Endpoint that uses HTTPS (HTTP over TLS/SSL) to
 support invocation constraints for communication through firewalls. | 
class  | 
SslEndpoint
An implementation of  
Endpoint that uses TLS/SSL to support
 invocation constraints for direct communication over TCP sockets. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TcpEndpoint
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProxyTrustInvocationHandler
Invocation handler for remote objects, supporting proxy trust verification
 by clients using  
ProxyTrustVerifier. |