public class WebSocketReceiver
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
copyright
IBM Copyright
|
Constructor and Description |
---|
WebSocketReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
associateSender(com.ibm.broker.config.proxy.Sender senderObject)
Associates an Sender object with this Receiver.
|
void |
deregisterReceiverListener(com.ibm.broker.config.proxy.ReceiverListener r)
Tells the Receiver to stop notifying the supplied object about all
incoming messages from the broker.
|
void |
registerReceiverListener(com.ibm.broker.config.proxy.ReceiverListener r)
Tells the Receiver to notify the supplied object about all incoming
messages from the broker.
|
void |
run() |
protected static final java.lang.String copyright
public void associateSender(com.ibm.broker.config.proxy.Sender senderObject)
public void deregisterReceiverListener(com.ibm.broker.config.proxy.ReceiverListener r)
public void registerReceiverListener(com.ibm.broker.config.proxy.ReceiverListener r)
public void run()