public interface IFASTChannel
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean isStarted()
true if at least one transport connected.int getPort()
void connect()
throws IOException
IOException - If connect does not establish.void disconnect()
throws IOException
IOException - If connect does not closed.FASTDecoderFactory getDecoderFactory()
void resetSeqNum(long newSeqNum)
newSeqNum - the new seq numCopyright © 2000–2025 EPAM Systems. All rights reserved.