|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclient.net.commun.AbstractClient
client.net.commun.AbstractNormalClient
client.net.commun.HumpClient
public class HumpClient
Field Summary | |
---|---|
static java.lang.String |
INITIALIZED_STATE
|
Fields inherited from class client.net.commun.AbstractNormalClient |
---|
CONNECTED_STATE, description, DISCONNECTED_STATE, docBuilder, id, INITIALIZING_STATE, passive, state |
Fields inherited from class client.net.commun.AbstractClient |
---|
clientManager, messageReciever, messageSender, messageWaiterThread, name, socket, UNKNOWN_CLIENT_NAME |
Constructor Summary | |
---|---|
HumpClient(ClientManager cm,
java.net.Socket s,
java.io.InputStream is,
InfoProvider inf)
|
Method Summary | |
---|---|
protected java.lang.String |
getMessage(int type)
|
boolean |
isRegistered()
|
void |
run()
|
Methods inherited from class client.net.commun.AbstractNormalClient |
---|
getDescription, getID, getState, isPassive |
Methods inherited from class client.net.commun.AbstractClient |
---|
disconnectSocket, getCommunicationPort, getIPAdress, getName, sendMessage, sendMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INITIALIZED_STATE
Constructor Detail |
---|
public HumpClient(ClientManager cm, java.net.Socket s, java.io.InputStream is, InfoProvider inf) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected java.lang.String getMessage(int type)
getMessage
in class AbstractNormalClient
public boolean isRegistered()
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |