- onAuthenticate(ImaConnection) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
-
Authenticate a connection.
- onClose(int, String) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
-
Handle the close of a connection.
- onComplete(Object, int, String) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
-
Handle a completion event.
- onConfigUpdate(String, Object, Object) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
-
Handle the update of a configuration item.
- onConnected(int, String) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
-
Handle the completion of a connection and send a connection message to the client.
- onConnection(ImaConnection, String) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
-
When the connection is accepted for this protocol, create a new connection listener
for communication between restmsg clients and IBM MessageSight.
- onData(byte[], int, int) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
-
Handle data from the client.
- onGetMessage(Object, int, ImaMessage) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
-
Handle a message from the server.
- onHttpData(String, String, String, String, byte[]) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
-
Handle data from the client.
- onLivenessCheck() - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
-
Handle a request to check if the connection is alive.
- onMessage(ImaSubscription, ImaMessage) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
-
Handle a message from the server.
- onProtocolCheck(ImaConnection, byte[]) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
-
Check that this connection is for this protocol.