Package | Description |
---|---|
com.sun.jini.discovery.internal | |
com.sun.jini.jeri.internal.connection | |
net.jini.jeri.connection |
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
|
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. |
Class and Description |
---|
ConnectionEndpoint
Represents a remote communication endpoint to establish connections
to.
|
InboundRequestHandle
Associates information with a request that is being received on a
ServerConnection . |
OutboundRequestHandle
Associates information with a request that is being sent to a
ConnectionEndpoint . |
ServerConnection
Represents an established server-side connection.
|
Class and Description |
---|
ConnectionEndpoint
Represents a remote communication endpoint to establish connections
to.
|
OutboundRequestHandle
Associates information with a request that is being sent to a
ConnectionEndpoint . |
ServerConnection
Represents an established server-side connection.
|
ServerConnectionManager
Provides server-side connection management using the Jini
extensible remote invocation (Jini ERI) multiplexing protocol
to frame and multiplex requests and responses over connections.
|
Class and Description |
---|
Connection
Represents an established client-side connection.
|
ConnectionEndpoint
Represents a remote communication endpoint to establish connections
to.
|
ConnectionManager.OutboundMux
Subclass wrapper around MuxClient for outbound connections.
|
InboundRequestHandle
Associates information with a request that is being received on a
ServerConnection . |
OutboundRequestHandle
Associates information with a request that is being sent to a
ConnectionEndpoint . |
ServerConnection
Represents an established server-side connection.
|
Class and Description |
---|
Connection
Represents an established client-side connection.
|
ConnectionEndpoint
Represents a remote communication endpoint to establish connections
to.
|
InboundRequestHandle
Associates information with a request that is being received on a
ServerConnection . |
OutboundRequestHandle
Associates information with a request that is being sent to a
ConnectionEndpoint . |
ServerConnection
Represents an established server-side connection.
|
Class and Description |
---|
Connection
Represents an established client-side connection.
|
ConnectionEndpoint
Represents a remote communication endpoint to establish connections
to.
|
InboundRequestHandle
Associates information with a request that is being received on a
ServerConnection . |
OutboundRequestHandle
Associates information with a request that is being sent to a
ConnectionEndpoint . |
ServerConnection
Represents an established server-side connection.
|
Class and Description |
---|
Connection
Represents an established client-side connection.
|
ConnectionEndpoint
Represents a remote communication endpoint to establish connections
to.
|
ConnectionManager
Provides client-side connection management using the Jini
extensible remote invocation (Jini ERI) multiplexing protocol
to frame and multiplex requests and responses over connections.
|
InboundRequestHandle
Associates information with a request that is being received on a
ServerConnection . |
OutboundRequestHandle
Associates information with a request that is being sent to a
ConnectionEndpoint . |
ServerConnection
Represents an established server-side connection.
|
ServerConnectionManager
Provides server-side connection management using the Jini
extensible remote invocation (Jini ERI) multiplexing protocol
to frame and multiplex requests and responses over connections.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.