|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.opennms.netmgt.dhcpd.Client.UnicastListener
The remote DHCP server we sent the request to has the option of either unicasting the response directly back to us or broadcasting the response to port 68 on the local subnet. The Receiver class handles the broadcast scenario and this class will take care of the unicast scenario.
Field Summary | |
(package private) Client |
m_client
Client where any received responses will be forwarded. |
(package private) java.net.DatagramSocket |
m_incomingUdp
Udp connection over which unicast DHCP response will be received. |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
Client.UnicastListener(java.net.DatagramSocket incoming,
Client client)
Constructor |
Method Summary | |
void |
run()
Does the work of the thread. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.net.DatagramSocket m_incomingUdp
Client m_client
Constructor Detail |
public Client.UnicastListener(java.net.DatagramSocket incoming, Client client)
incoming
- UDP socket over which the DHCP request was sentclient
- The client to which any unicasted responses are to be
forwardedMethod Detail |
public void run()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |