| Package | Description |
|---|---|
| net.jini.jeri.connection |
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
|
| org.apache.river.jeri.internal.mux |
| Class and Description |
|---|
| Mux
Mux is the abstract superclass of both client-side and server-side
multiplexed connections.
|
| MuxClient
A MuxClient controls the client side of multiplexed connection.
|
| MuxServer
A MuxServer controls the server side of a multiplexed connection.
|
| Class and Description |
|---|
| ConnectionIO
ConnectionIO is an abstraction over a bi-directional byte stream
connection that provides the following features:
- methods for sending sequences of bytes over the connection atomically
(with respect to other threads) and asynchronously, with the option of
receiving a notification when a given sequence has been written (i.e.
|
| IOFuture
An IOFuture represents an I/O operation that may or may not have
completed yet.
|
| Mux
Mux is the abstract superclass of both client-side and server-side
multiplexed connections.
|
| MuxInputStream
Output stream returned by OutboundRequests and InboundRequests for
a session of a multiplexed connection.
|
| MuxOutputStream
Output stream returned by OutboundRequests and InboundRequests for
a session of a multiplexed connection.
|
| ProtocolException
ProtocolException is thrown inside the implementation of this package
to signal that a protocol violation has occurred at various levels.
|
| Session
A Session represents a single session of a multiplexed connection,
for either client-side and server-side perspective.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.