|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.multiplexer.StreamIDFactory
public class StreamIDFactory
A basic stream ID factory that produces id's using java.util.Random and a simple hex representation of a random int prefixed by the connection manager name.
Each connection manager has to provide unique stream IDs.
Constructor Summary | |
---|---|
StreamIDFactory()
|
Method Summary | |
---|---|
java.lang.String |
createStreamID()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamIDFactory()
Method Detail |
---|
public java.lang.String createStreamID()
|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |