|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sun.jini.jeri.internal.mux | |
---|---|
com.sun.jini.jeri.internal.mux | |
net.jini.jeri.connection | Provides interfaces and classes for implementing connection-based Jini extensible remote invocation (Jini ERI) transport layer providers. |
Classes in com.sun.jini.jeri.internal.mux used by com.sun.jini.jeri.internal.mux | |
---|---|
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. |
|
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. |
Classes in com.sun.jini.jeri.internal.mux used by net.jini.jeri.connection | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |