Uses of Interface
org.otfeed.protocol.connector.IStreamerFactory

Packages that use IStreamerFactory
org.otfeed Main part of the client API to the OpenTick financial data feed service. 
org.otfeed.protocol.connector Contains the implementation classes. 
org.otfeed.support.mock Mock classes and other testing utilities. 
 

Uses of IStreamerFactory in org.otfeed
 

Methods in org.otfeed that return IStreamerFactory
 IStreamerFactory OTConnectionFactory.getStreamerFactory()
          Low-level IO object, responsible for connecting and delivering/receiving raw frames.
 

Methods in org.otfeed with parameters of type IStreamerFactory
 void OTConnectionFactory.setStreamerFactory(IStreamerFactory val)
          Sets streamer factory.
 

Uses of IStreamerFactory in org.otfeed.protocol.connector
 

Methods in org.otfeed.protocol.connector that return IStreamerFactory
 IStreamerFactory LoginStreamerFactory.getStreamerFactory()
           
 

Methods in org.otfeed.protocol.connector with parameters of type IStreamerFactory
 void LoginStreamerFactory.setStreamerFactory(IStreamerFactory val)
           
 

Uses of IStreamerFactory in org.otfeed.support.mock
 

Classes in org.otfeed.support.mock that implement IStreamerFactory
 class MockStreamerFactory
          Mock streaming layer for offline testing.
 class SpyStreamerFactory
          Wrapper around IStreamerFactory to log content of frames to the print stream.
 

Constructors in org.otfeed.support.mock with parameters of type IStreamerFactory
SpyStreamerFactory(IStreamerFactory engine)
          Creates new spy with the empty id string, wrapping an instance of IStreamerFactory.
SpyStreamerFactory(java.lang.String id, IStreamerFactory engine)
          Creates new spy with the given id string, wrapping an instance of IStreamerFactory.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.