Package | Description |
---|---|
org.apache.river.jeri.internal.mux |
Modifier and Type | Field and Description |
---|---|
private Session |
MuxOutputStream.session |
private Session |
MuxInputStream.session |
(package private) Session[] |
Mux.sessions |
private Session[] |
Mux.SessionShutdownTask.sessions |
Modifier and Type | Method and Description |
---|---|
private Session |
Mux.getSession(int sessionID) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Mux.addSession(int sessionID,
Session session)
This method is intended to be invoked by subclasses only.
|
Constructor and Description |
---|
MuxInputStream(Mux mux,
Session session,
Object sessionLock) |
MuxOutputStream(Mux mux,
Session session,
Object sessionLock) |
SessionShutdownTask(Session[] sessions,
String message,
Throwable cause) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.