public class ReactorChannelEventTypes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANNEL_DOWN
ReactorChannel has failed (e.g.
|
static int |
CHANNEL_DOWN_RECONNECTING
ReactorChannel has failed and connection recovery has started.
|
static int |
CHANNEL_OPENED
Channel was opened by the application and can be used (occurs when watchlist is enabled and only appears
in the channelOpenCallback).
|
static int |
CHANNEL_READY
Channel has sent and received all messages expected for setting up the session.
|
static int |
CHANNEL_UP
Channel has successfully initialized and can be dispatched.
|
static int |
FD_CHANGE
The SelectableChannel representing this channel has changed.
|
static int |
INIT
Channel event initialization value.
|
static int |
WARNING
An event has occurred that did not result in channel failure, but may require attention by the application.
|
| Constructor and Description |
|---|
ReactorChannelEventTypes() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int type)
Returns a String representation of the specified ReactorChannelEventTypes
type.
|
public static final int INIT
public static final int CHANNEL_UP
Reactor.connect(ReactorConnectOptions, ReactorRole, ReactorErrorInfo)
or Reactor.accept(com.thomsonreuters.upa.transport.Server, ReactorAcceptOptions, ReactorRole, ReactorErrorInfo),
they will now be sent.public static final int CHANNEL_DOWN
ReactorChannel.close(ReactorErrorInfo)
to clean up the channel.public static final int CHANNEL_DOWN_RECONNECTING
public static final int CHANNEL_READY
public static final int WARNING
public static final int FD_CHANGE
public static final int CHANNEL_OPENED
Copyright @ 2019 Thomson Reuters. All Rights Reserved.