|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.IP.demux_cache
demux_cache: class internal to IP, used for rapid demultiplexing of protocol numbers to protocol session instances. Two dynamic arrays are maintained: a list of protocol numbers and a list of protocol sessions. These lists are unordered, but the most recently requested protocol number may always be found in slot 0.
| Constructor Summary | |
IP.demux_cache()
|
|
| Method Summary | |
ProtocolSession |
demux(int pnum)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IP.demux_cache()
| Method Detail |
public final ProtocolSession demux(int pnum)
throws ProtocolException
ProtocolException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||