|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.DatagramSocket
java.net.MulticastSocket
com.sun.mfwk.discovery.MfDiscoveryCommon
com.sun.mfwk.discovery.MfDiscoveryActualResponder
Constructor Summary | |
MfDiscoveryActualResponder(java.lang.String multicastGroup,
int multicastPort,
com.sun.mfwk.discovery.MfMcastMessage msgToSend)
|
Method Summary | |
java.net.InetAddress |
getHostAddr()
|
java.lang.String |
getHostName()
|
java.net.InetAddress |
getLocalHostAddr()
|
java.lang.String |
getLocalHostName()
|
int |
getTimeToLive()
Get the time-to-live for multicast packets sent out on this socket. |
void |
setTimeToLive(int ttl)
Set the default time-to-live for multicast packets sent out on this socket. |
void |
startListeningThread()
|
void |
stopListeningThread()
|
Methods inherited from class java.net.MulticastSocket |
getInterface, getLoopbackMode, getNetworkInterface, getTTL, joinGroup, joinGroup, leaveGroup, leaveGroup, send, setInterface, setLoopbackMode, setNetworkInterface, setTTL |
Methods inherited from class java.net.DatagramSocket |
bind, close, connect, connect, disconnect, getBroadcast, getChannel, getInetAddress, getLocalAddress, getLocalPort, getLocalSocketAddress, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoTimeout, getTrafficClass, isBound, isClosed, isConnected, receive, send, setBroadcast, setDatagramSocketImplFactory, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoTimeout, setTrafficClass |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MfDiscoveryActualResponder(java.lang.String multicastGroup, int multicastPort, com.sun.mfwk.discovery.MfMcastMessage msgToSend) throws java.io.IOException
Method Detail |
public void setTimeToLive(int ttl) throws java.io.IOException
java.io.IOException
public int getTimeToLive()
public java.lang.String getLocalHostName()
public java.net.InetAddress getLocalHostAddr()
public java.lang.String getHostName()
public java.net.InetAddress getHostAddr()
public void startListeningThread()
public void stopListeningThread()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |