|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectt3.remotehrd.server.Client
public class Client
Represents, at the server end, a client connected to the server.
Field Summary | |
---|---|
int |
clientId
|
Method Summary | |
---|---|
void |
close()
Ensures that no more messages are sent to this client and closes the client's socket. |
void |
errorWithThisClient(java.lang.Throwable e)
Reports a specified exception to do with this client, and closes the client without stopping the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int clientId
Method Detail |
---|
public void errorWithThisClient(java.lang.Throwable e)
e
- public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |