|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConnectionStateListener | |
---|---|
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 | Utility and helper classes for the client API. |
Uses of IConnectionStateListener in org.otfeed |
---|
Methods in org.otfeed with parameters of type IConnectionStateListener | |
---|---|
IConnection |
IConnectionFactory.connect(IConnectionStateListener listener)
Connects to the server. |
IConnection |
OTConnectionFactory.connect(IConnectionStateListener list)
Starts asynchronous connection process. |
IConnection |
OTPooledConnectionFactory.connect(IConnectionStateListener listener)
|
Uses of IConnectionStateListener in org.otfeed.protocol.connector |
---|
Methods in org.otfeed.protocol.connector with parameters of type IConnectionStateListener | |
---|---|
org.otfeed.protocol.connector.ISessionStreamer |
ISessionStreamerFactory.connect(IConnectionStateListener listener)
Creates a connection. |
org.otfeed.protocol.connector.ISessionStreamer |
LoginStreamerFactory.connect(IConnectionStateListener listener)
|
Constructors in org.otfeed.protocol.connector with parameters of type IConnectionStateListener | |
---|---|
OTEngine(ISessionStreamerFactory factory,
IBufferAllocator allocator,
long heartbeatMillis,
IConnectionStateListener listener)
|
Uses of IConnectionStateListener in org.otfeed.support |
---|
Classes in org.otfeed.support that implement IConnectionStateListener | |
---|---|
class |
ConnectionStateListener
A no-op implementation of IConnectionStateListener . |
class |
SimpleConnectionStateListener
Implementation of IConnectionStateListener
that prints events to the PrintWriter . |
Methods in org.otfeed.support that return IConnectionStateListener | |
---|---|
IConnectionStateListener |
CommandRunner.getConnectionStateListener()
Listener that watches connection-level events. |
Methods in org.otfeed.support with parameters of type IConnectionStateListener | |
---|---|
void |
CommandRunner.setConnectionStateListener(IConnectionStateListener val)
Sets connection state listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |