Uses of Class
Server.SocketThread

Packages that use SocketThread
Server   
 

Uses of SocketThread in Server
 

Fields in Server declared as SocketThread
private  SocketThread User.socketThread
          The socket this user is attached to.
 

Methods in Server that return SocketThread
 SocketThread User.getSocketThread()
          Returns the SocketThread associated with this user
 

Methods in Server with parameters of type SocketThread
 void User.setSocketThread(SocketThread thread)
          Set the SocketThread associated with this user
 void SessionWrapper.newMessage(SocketThread socketThread, java.lang.String msg)
          Send a new message to all members of this session