Method Summary |
|
abstract public void | close() Closes this session and stops receiving futher messages
from this
Session . |
final protected synchronized void | onMessageReceived(Message msg) Called when a new message is received from IRC. |
abstract public void | send(String message) Sends a message to this
Session . |
public synchronized Message | waitForNextMessage() Blocks until a message is received. |
abstract protected Object | writeReplace() This object needs to be serializable as it's referenced from conversations,
we serialize monikers so that they connect back to the running Session instance. |