org.otfeed.protocol.connector
Interface IStreamerFactory

All Known Implementing Classes:
MockStreamerFactory, SpyStreamerFactory

public interface IStreamerFactory

Low level synchronous client socket connection interface.


Method Summary
 IStreamer connect(java.lang.String host, int port)
          Creates a connection (synchronously).
 

Method Detail

connect

IStreamer connect(java.lang.String host,
                  int port)
                  throws java.io.IOException
Creates a connection (synchronously).

Throws:
java.io.IOException


Copyright © 2007 Mike Kroutikov. All Rights Reserved.