|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use 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. |
Uses of Mux in com.sun.jini.jeri.internal.mux |
---|
Subclasses of Mux in com.sun.jini.jeri.internal.mux | |
---|---|
class |
MuxClient
A MuxClient controls the client side of multiplexed connection. |
class |
MuxServer
A MuxServer controls the server side of a multiplexed connection. |
Fields in com.sun.jini.jeri.internal.mux declared as Mux | |
---|---|
private Mux |
Session.mux
|
(package private) Mux |
ConnectionIO.mux
the Mux object associated with this instance |
Constructors in com.sun.jini.jeri.internal.mux with parameters of type Mux | |
---|---|
ConnectionIO(Mux mux)
Constructs a new instance. |
|
Session(Mux mux,
int sessionID,
int role)
|
|
SocketChannelConnectionIO(Mux mux,
SocketChannel channel)
Creates a new SocketChannelConnectionIO for the connection represented by the supplied SocketChannel. |
|
StreamConnectionIO(Mux mux,
OutputStream out,
InputStream in)
Creates a new StreamConnectionIO for the connection represented by the supplied OutputStream and InputStream pair. |
Uses of Mux in net.jini.jeri.connection |
---|
Subclasses of Mux in net.jini.jeri.connection | |
---|---|
private class |
ConnectionManager.OutboundMux
Subclass wrapper around MuxClient for outbound connections. |
private static class |
ServerConnectionManager.InboundMux
Subclass wrapper around MuxServer for inbound connections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |