|
||||||||||
| 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 |
OTPooledConnectionFactory.connect(IConnectionStateListener listener)
|
IConnection |
IConnectionFactory.connect(IConnectionStateListener listener)
Deprecated. |
IConnection |
OTConnectionFactory.connect(IConnectionStateListener listener)
Deprecated. |
IConnection |
OTPooledConnectionFactory.connect(OTConnectionSpec spec,
IConnectionStateListener listener)
|
IConnection |
IConnectionFactory.connect(OTConnectionSpec spec,
IConnectionStateListener listener)
Connects to the server. |
IConnection |
OTConnectionFactory.connect(OTConnectionSpec spec,
IConnectionStateListener list)
Starts asynchronous connection process. |
| 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(OTConnectionSpec spec,
IConnectionStateListener listener)
Creates a connection. |
org.otfeed.protocol.connector.ISessionStreamer |
LoginStreamerFactory.connect(OTConnectionSpec spec,
IConnectionStateListener listener)
|
| Constructors in org.otfeed.protocol.connector with parameters of type IConnectionStateListener | |
|---|---|
OTEngine(ISessionStreamerFactory factory,
OTConnectionSpec spec,
IBufferAllocator allocator,
java.util.concurrent.Executor executor,
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 | |||||||||