|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlhmc.network.ReceiveHostName
public class ReceiveHostName
ReceiveHostName is a threaded class that manages the received packet with the hostname.
Constructor Summary | |
---|---|
ReceiveHostName(java.net.Socket socket,
HostsVector hostsVector)
ReceiveHostName constructor. |
Method Summary | |
---|---|
void |
run()
Executes the ReceiveHostName thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReceiveHostName(java.net.Socket socket, HostsVector hostsVector)
socket
- the socket that recives the packet.hostsVector
- the hostsVector to be filled.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |