|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.SLPConfig
public final class SLPConfig
SLPConfig
Method Summary | |
---|---|
int |
getActiveDiscoveryGranularity()
getActiveDiscoveryGranularity |
int |
getActiveDiscoveryInterval()
getActiveDiscoveryInterval |
static InetAddress |
getBroadcastAddress()
getBroadcastAddress |
List<String> |
getConfiguredScopes()
getConfiguredScopes |
int[] |
getDADiscoveryTimeouts()
getDADiscoveryTimeouts |
int[] |
getDatagramTimeouts()
getDatagramTimeouts |
static SLPConfig |
getGlobalCfg()
getGlobalCfg |
List<InetAddress> |
getInterfaces()
getInterfaces |
InetAddress |
getLocalHost()
getLocalHost |
static InetAddress |
getLoopbackV4()
getLoopbackV4 |
static InetAddress |
getLoopbackV6()
getLoopbackV6 |
int |
getMaximumResults()
getMaximumResults |
int |
getMTU()
getMTU |
static InetAddress |
getMulticastAddress()
getMulticastAddress |
int |
getMulticastMaximumWait()
getMulticastMaximumWait |
int |
getMulticastRadius()
getMulticastRadius |
int[] |
getMulticastTimeouts()
getMulticastTimeouts |
int |
getPort()
getPort |
List<InetAddress> |
getPreconfiguredDAs()
getPreconfiguredDAs |
List<String> |
getSAOnlyScopes()
getSAOnlyScopes |
int |
getServerSocketQueueLength()
getServerSocketQueueLength |
static InetAddress |
getSRVLOC_DA_MulticastAddress()
getSRVLOC_DA_MulticastAddress |
static InetAddress |
getSRVLOC_MulticastAddress()
getSRVLOC_MulticastAddress |
int |
getTCPTimeout()
getTCPTimeout |
Level |
getTraceLevel()
getTraceLevel |
boolean |
getTraceMsg()
getTraceMsg |
boolean |
isBroadcastOnly()
isBroadcastOnly |
boolean |
isDA()
isDA |
boolean |
isSA()
isSA |
void |
setPort(int pPort)
setPort |
void |
setTraceLevel(String pLevel)
setTraceLevel |
void |
setUseIPv4(boolean pValue)
setUseIPv4 |
void |
setUseIPv6(boolean pValue)
setUseIPv6 |
boolean |
useIPv4()
useIPv4 |
boolean |
useIPv6()
useIPv6 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InetAddress getBroadcastAddress()
public static SLPConfig getGlobalCfg()
public static InetAddress getLoopbackV4()
public static InetAddress getLoopbackV6()
public static InetAddress getMulticastAddress()
public static InetAddress getSRVLOC_MulticastAddress()
public static InetAddress getSRVLOC_DA_MulticastAddress()
public int getActiveDiscoveryGranularity()
public int getActiveDiscoveryInterval()
public int[] getDADiscoveryTimeouts()
public int[] getDatagramTimeouts()
public List<InetAddress> getInterfaces()
public int getPort()
public void setPort(int pPort)
pPort
- public Level getTraceLevel()
public void setTraceLevel(String pLevel)
pLevel
- public void setUseIPv6(boolean pValue)
pValue
- public boolean useIPv6()
public void setUseIPv4(boolean pValue)
pValue
- public boolean useIPv4()
public InetAddress getLocalHost()
public int getMaximumResults()
public int getMTU()
public int getMulticastMaximumWait()
public int getMulticastRadius()
public int[] getMulticastTimeouts()
public List<InetAddress> getPreconfiguredDAs()
public List<String> getConfiguredScopes()
public List<String> getSAOnlyScopes()
public int getServerSocketQueueLength()
public int getTCPTimeout()
public boolean getTraceMsg()
public boolean isBroadcastOnly()
public boolean isDA()
public boolean isSA()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |