C D E I M O P R S T V W 

S

SERVER_START_EVENT - Static variable in class com.stephengware.java.mss.Event
This event is always returned first by EventQueue.pop().
SERVER_STOP_EVENT - Static variable in class com.stephengware.java.mss.Event
This event is always returned last by EventQueue.pop().
socket - Variable in class com.stephengware.java.mss.Connection
The socket from which this Connection reads and to which this connection writes.
start() - Method in class com.stephengware.java.mss.EventQueue
When this method is called, the EventQueue begins listening on the specified port for new connections and begins filling with events.
start() - Method in class com.stephengware.java.mss.MultiSocketServer
When this method is called the server will begin listening for connections on the specified port and calling the appropriate onX() methods.
stop() - Method in class com.stephengware.java.mss.EventQueue
When this method is called, the EventQueue will stop listening for new connections and close all currently active connections.
stop() - Method in class com.stephengware.java.mss.MultiSocketServer
When this method is called the server stops accepting new connections and closes all active connections.
C D E I M O P R S T V W