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

C

close() - Method in class com.stephengware.java.mss.Connection
Disconnects this Connection from the server.
com.stephengware.java.mss - package com.stephengware.java.mss
The Multi-Socket Server or mss package provides an easy way to manage asynchronous input from many different sockets by placing all network events into a queue so that they can be handled one at a time on a single thread.
ConnectEvent - Class in com.stephengware.java.mss
Indicates that the server has accepted a new socket.
connection - Variable in class com.stephengware.java.mss.ConnectEvent
The new connection.
Connection - Class in com.stephengware.java.mss
Represents an individual connection to the server.
Connection(EventQueue, Socket, Reader, Writer) - Constructor for class com.stephengware.java.mss.Connection
Creates a new Connection using the specified reader and writer.
Connection(EventQueue, Socket) - Constructor for class com.stephengware.java.mss.Connection
Creates a new Connection using an InputStreamReader to read from the socket and an OutputStreamWriter to write to the socket.
connection - Variable in class com.stephengware.java.mss.DisconnectEvent
 
connection - Variable in class com.stephengware.java.mss.InputEvent
 
createNewConnection(Socket) - Method in class com.stephengware.java.mss.EventQueue
This method creates a new Connection object for each socket that connects.
createNewConnection(Socket) - Method in class com.stephengware.java.mss.MultiSocketServer
This method creates a new Connection object for each socket that connects.
C D E I M O P R S T V W