|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelVersion | |
---|---|
com.epam.cmemdp.impl.reader | |
com.epam.mdp.full.session.client |
Uses of ChannelVersion in com.epam.cmemdp.impl.reader |
---|
Methods in com.epam.cmemdp.impl.reader with parameters of type ChannelVersion | |
---|---|
IStreamChannel |
FASTChannelFactory.createFASTChannel(UDPTransport udpTransport,
FIXStreamListener FIXStreamListener,
ChannelVersion chanelVersion,
com.epam.mdp.full.coders.stream.SeqNumHelper seqNumHelper,
TransportType transportType)
Deprecated. |
FASTDecoderFactory |
FASTChannelFactory.getDecoderFactory(ChannelVersion chanelVersion)
Deprecated. |
Uses of ChannelVersion in com.epam.mdp.full.session.client |
---|
Methods in com.epam.mdp.full.session.client that return ChannelVersion | |
---|---|
static ChannelVersion |
ChannelVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChannelVersion[] |
ChannelVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.epam.mdp.full.session.client with parameters of type ChannelVersion | |
---|---|
IStreamChannel |
StreamClientFactory.createFASTChannel(Transport transport,
FIXStreamListener listener,
ChannelVersion chanelVersion,
com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType)
Creates the instance of FastChannel . |
IStreamChannel |
StreamClientFactory.createFASTChannel(Transport primaryTransport,
Transport backupTransport,
FIXStreamListener listener,
ChannelVersion chanelVersion,
com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType)
Creates the instance of FastChannel . |
FASTDecoderFactory |
StreamClientFactory.getDecoderFactory(ChannelVersion chanelVersion)
|
Constructors in com.epam.mdp.full.session.client with parameters of type ChannelVersion | |
---|---|
StreamChannel(Transport transport,
FIXStreamListener listener,
TemplateContainer templateContainer,
ChannelVersion chanelVersion,
TransportType transportType)
Deprecated. |
|
TwinBovespaStreamChannel(Transport primaryTransport,
Transport backupTransport,
FIXStreamListener listener,
TemplateContainer templateContainer,
ChannelVersion chanelVersion)
Deprecated. Creates the FastChannel with specified version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |