Uses of Interface
com.epam.mdp.full.session.client.IStreamChannel

Packages that use IStreamChannel
com.epam.cmemdp.impl.reader   
com.epam.mdp.full.session.client   
 

Uses of IStreamChannel in com.epam.cmemdp.impl.reader
 

Methods in com.epam.cmemdp.impl.reader that return IStreamChannel
 IStreamChannel FASTChannelFactory.createFASTChannel(UDPTransport udpTransport, FIXStreamListener FIXStreamListener, ChannelVersion chanelVersion, com.epam.mdp.full.coders.stream.SeqNumHelper seqNumHelper, TransportType transportType)
          Deprecated.  
 

Uses of IStreamChannel in com.epam.mdp.full.session.client
 

Subinterfaces of IStreamChannel in com.epam.mdp.full.session.client
 interface ITwinStreamChannel
           
 

Classes in com.epam.mdp.full.session.client that implement IStreamChannel
 class StreamChannel
          This class provides the functionality to establish a connection with FAST servers, reading data and transforming them into FIX message.
 class TwinBovespaStreamChannel
          Deprecated. 
 class TwinStreamChannel
          This class provides the functionality to establish a connection with FAST servers, reading data and transforming them into FIX message.
 

Methods in com.epam.mdp.full.session.client that return IStreamChannel
 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 transport, FIXStreamListener listener, 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.
static IStreamChannel ChannelThreadContext.get()
           
 

Methods in com.epam.mdp.full.session.client with parameters of type IStreamChannel
static void ChannelThreadContext.set(IStreamChannel channel)
           
 

Constructors in com.epam.mdp.full.session.client with parameters of type IStreamChannel
DispatcherThread(Transport transport, FIXStreamListener listener, FASTDecoderFactory decoder, com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper, IStreamChannel channel, TransportType transportType)
          Constructor of DispatcherThread for create instance.
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.