|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.ubik.net.mplex.ObjectStreamSelector
public class ObjectStreamSelector
Implements the logic to select a stream of serialized Java objects.
| Constructor Summary | |
|---|---|
ObjectStreamSelector()
Creates a new ObjectStreamSelector instance. |
|
| Method Summary | |
|---|---|
boolean |
selectStream(byte[] header)
Selects or not a stream by analyzing the header of the stream passed in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectStreamSelector()
| Method Detail |
|---|
public boolean selectStream(byte[] header)
selectStream in interface StreamSelectorheader - The first 64 bytes of the stream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||