|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.landiscovery.multicast.ServiceDiscoveryParams
public class ServiceDiscoveryParams
The Class ServiceDiscoveryParams.
Field Summary | |
---|---|
static int |
BROWSER_QUERY_INTERVAL
The Constant BROWSER_QUERY_INTERVAL. |
static int |
BROWSER_SOCKET_TIMEOUT
The Constant BROWSER_SOCKET_TIMEOUT. |
static int |
RESPONDER_SOCKET_TIMEOUT
The Constant RESPONDER_SOCKET_TIMEOUT. |
Constructor Summary | |
---|---|
ServiceDiscoveryParams()
Instantiates a new service discovery params. |
Method Summary | |
---|---|
int |
getDatagramLength()
Gets the datagram length. |
java.net.InetAddress |
getMulticastGroup()
Gets the multicast group. |
int |
getMulticastPort()
Gets the multicast port. |
void |
setDatagramLength(int datagramLength)
Sets the datagram length. |
void |
setMulticastGroup(java.net.InetAddress multicastGroup)
Sets the multicast group. |
void |
setMulticastPort(int multicastPort)
Sets the multicast port. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BROWSER_QUERY_INTERVAL
public static final int BROWSER_SOCKET_TIMEOUT
public static final int RESPONDER_SOCKET_TIMEOUT
Constructor Detail |
---|
public ServiceDiscoveryParams() throws java.net.UnknownHostException
java.net.UnknownHostException
- the unknown host exceptionMethod Detail |
---|
public int getDatagramLength()
public java.net.InetAddress getMulticastGroup()
public int getMulticastPort()
public void setDatagramLength(int datagramLength)
datagramLength
- the new datagram lengthpublic void setMulticastGroup(java.net.InetAddress multicastGroup)
multicastGroup
- the new multicast grouppublic void setMulticastPort(int multicastPort)
multicastPort
- the new multicast port
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |