public interface FastChannelReader
Modifier and Type | Method and Description |
---|---|
void |
connect(Connection primary,
Connection secondary,
String channelID,
FastChannelReaderListener listener,
com.epam.fast.full.coders.stream.SequenceObserver sequenceObserver,
TransportType transportType) |
void |
connect(Connection connectionParam,
String channelID,
FastChannelReaderListener listener,
com.epam.fast.full.coders.stream.SequenceObserver sequenceObserver,
TransportType transportType)
Deprecated.
|
void |
disconnect(Connection connectionParam,
String channelID)
Disconnects channel.
|
FASTDecoderFactory |
getDecoderFactory() |
void |
setNetworkInterfaceA(String networkInterface) |
void |
setNetworkInterfaceB(String networkInterface) |
void |
stop()
Stops channel reader.
|
@Deprecated void connect(Connection connectionParam, String channelID, FastChannelReaderListener listener, com.epam.fast.full.coders.stream.SequenceObserver sequenceObserver, TransportType transportType)
connectionParam
- the connection parameterschannelID
- the channel IDlistener
- the channel listenervoid connect(Connection primary, Connection secondary, String channelID, FastChannelReaderListener listener, com.epam.fast.full.coders.stream.SequenceObserver sequenceObserver, TransportType transportType)
void disconnect(Connection connectionParam, String channelID)
connectionParam
- the connection parametersvoid stop()
void setNetworkInterfaceA(String networkInterface)
void setNetworkInterfaceB(String networkInterface)
FASTDecoderFactory getDecoderFactory() throws IOException
IOException
Copyright © 2000–2025 EPAM Systems. All rights reserved.