|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStreamChannel
Method Summary | |
---|---|
void |
connect()
Connect all transports to the servers. |
void |
disconnect()
Disconnect all transports. |
FASTDecoderFactory |
getDecoderFactory()
Returns decoder associate with this channel. |
int |
getPort()
Returns Port of client transport. |
boolean |
isStarted()
Returns true if at least one transport connected. |
void |
resetSeqNum(long newSeqNum)
Resets channel data. |
Method Detail |
---|
boolean isStarted()
true
if at least one transport connected.int getPort()
void connect() throws java.io.IOException
java.io.IOException
- If connect does not establish.void disconnect() throws java.io.IOException
java.io.IOException
- If connect does not closed.FASTDecoderFactory getDecoderFactory()
void resetSeqNum(long newSeqNum)
newSeqNum
- the new seq num
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |