Uses of Package
net.jini.jeri

Packages that use net.jini.jeri
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
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.jeri used by com.sun.jini.phoenix
AbstractILFactory
          An abstract implementation of InvocationLayerFactory that provides a convenient way for subclasses to create proxies and invocation dispatchers for remote objects.
BasicILFactory
          A basic implementation of an InvocationLayerFactory.
BasicInvocationDispatcher
          A basic implementation of the InvocationDispatcher interface, providing preinvocation access control for remote objects exported using BasicJeriExporter.
InvocationDispatcher
          An abstraction used to handle incoming call requests for a remote object.
InvocationLayerFactory
          A factory for creating a compatible proxy and invocation dispatcher for a remote object being exported.
ProxyTrustILFactory
          Invocation layer factory for remote objects exported to use Jini extensible remote invocation (Jini ERI) that produces proxies that additionally implement the ProxyTrust interface.
ServerCapabilities
          Represents the constraint support capabilities of a server-side transport layer implementation.
 

Classes in net.jini.jeri used by net.jini.jeri
AbstractILFactory
          An abstract implementation of InvocationLayerFactory that provides a convenient way for subclasses to create proxies and invocation dispatchers for remote objects.
BasicILFactory
          A basic implementation of an InvocationLayerFactory.
BasicInvocationHandler
          A basic implementation of the InvocationHandler interface.
Endpoint
          Represents a remote communication endpoint to send requests to.
InboundRequest
          Represents a request that is being received and the corresponding response to be sent in reply.
InvocationDispatcher
          An abstraction used to handle incoming call requests for a remote object.
InvocationLayerFactory
          A factory for creating a compatible proxy and invocation dispatcher for a remote object being exported.
InvocationLayerFactory.Instances
          A container for the proxy and invocation dispatcher instances returned by InvocationLayerFactory.createInstances.
ObjectEndpoint
          References a remote object at a remote communication endpoint to send requests to.
OutboundRequest
          Represents a request that is being sent and the corresponding response received in reply.
OutboundRequestIterator
          Produces OutboundRequest instances to use for attempting to send a particular request to a remote communication endpoint.
RequestDispatcher
          A callback object for processing inbound requests.
ServerCapabilities
          Represents the constraint support capabilities of a server-side transport layer implementation.
ServerEndpoint
          Represents one or more communication endpoints on the current (local) host to listen for and receive requests on and a template for producing an Endpoint instance to send requests to those communication endpoints.
ServerEndpoint.ListenContext
          A callback object for passing to ServerEndpoint.enumerateListenEndpoints to receive the enumerated ListenEndpoint instances and to choose an active listen operation for each of them on behalf of the caller of enumerateListenEndpoints.
ServerEndpoint.ListenCookie
          A cookie to identify a listen operation as the return value of the ListenContext.addListenEndpoint method.
ServerEndpoint.ListenEndpoint
          Represents a communication endpoint on the current (local) host to listen for and receive requests on.
ServerEndpoint.ListenHandle
          Represents a listen operation that has been started on a ListenEndpoint.
 

Classes in net.jini.jeri used by net.jini.jeri.connection
OutboundRequestIterator
          Produces OutboundRequest instances to use for attempting to send a particular request to a remote communication endpoint.
RequestDispatcher
          A callback object for processing inbound requests.
 

Classes in net.jini.jeri used by net.jini.jeri.http
Endpoint
          Represents a remote communication endpoint to send requests to.
OutboundRequestIterator
          Produces OutboundRequest instances to use for attempting to send a particular request to a remote communication endpoint.
ServerCapabilities
          Represents the constraint support capabilities of a server-side transport layer implementation.
ServerEndpoint
          Represents one or more communication endpoints on the current (local) host to listen for and receive requests on and a template for producing an Endpoint instance to send requests to those communication endpoints.
ServerEndpoint.ListenContext
          A callback object for passing to ServerEndpoint.enumerateListenEndpoints to receive the enumerated ListenEndpoint instances and to choose an active listen operation for each of them on behalf of the caller of enumerateListenEndpoints.
 

Classes in net.jini.jeri used by net.jini.jeri.kerberos
Endpoint
          Represents a remote communication endpoint to send requests to.
OutboundRequestIterator
          Produces OutboundRequest instances to use for attempting to send a particular request to a remote communication endpoint.
ServerCapabilities
          Represents the constraint support capabilities of a server-side transport layer implementation.
ServerEndpoint
          Represents one or more communication endpoints on the current (local) host to listen for and receive requests on and a template for producing an Endpoint instance to send requests to those communication endpoints.
ServerEndpoint.ListenContext
          A callback object for passing to ServerEndpoint.enumerateListenEndpoints to receive the enumerated ListenEndpoint instances and to choose an active listen operation for each of them on behalf of the caller of enumerateListenEndpoints.
 

Classes in net.jini.jeri used by net.jini.jeri.ssl
Endpoint
          Represents a remote communication endpoint to send requests to.
OutboundRequestIterator
          Produces OutboundRequest instances to use for attempting to send a particular request to a remote communication endpoint.
ServerCapabilities
          Represents the constraint support capabilities of a server-side transport layer implementation.
ServerEndpoint
          Represents one or more communication endpoints on the current (local) host to listen for and receive requests on and a template for producing an Endpoint instance to send requests to those communication endpoints.
ServerEndpoint.ListenContext
          A callback object for passing to ServerEndpoint.enumerateListenEndpoints to receive the enumerated ListenEndpoint instances and to choose an active listen operation for each of them on behalf of the caller of enumerateListenEndpoints.
 

Classes in net.jini.jeri used by net.jini.jeri.tcp
Endpoint
          Represents a remote communication endpoint to send requests to.
OutboundRequestIterator
          Produces OutboundRequest instances to use for attempting to send a particular request to a remote communication endpoint.
ServerCapabilities
          Represents the constraint support capabilities of a server-side transport layer implementation.
ServerEndpoint
          Represents one or more communication endpoints on the current (local) host to listen for and receive requests on and a template for producing an Endpoint instance to send requests to those communication endpoints.
ServerEndpoint.ListenContext
          A callback object for passing to ServerEndpoint.enumerateListenEndpoints to receive the enumerated ListenEndpoint instances and to choose an active listen operation for each of them on behalf of the caller of enumerateListenEndpoints.
 



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