SecureDaemonProxy.setDefaultNetworkAndService()
Method
Declaration
SecureDaemonProxysetDefaultNetworkAndService
(
java.lang.String networkSpecification,
int servicePort)
throws ConfigurationException
Purpose
Set the default network and service pair of the secure daemon.
Remarks
When a client transport does not specify particular network and service parameters, it automatically communicates over this default network and service. For example, when the client program supplies null values for either of these parameters, the secure daemon supplies this pair as a default.
This method returns the SecureDaemonProxy object, so programs can conveniently chain additional method calls to the return value.
Parameter |
Description |
|
Use this network as the default. |
|
Use this UDP service as the default. |
See Also
SecureDaemonProxy.getDefaultNetworkAndService()
For the corresponding browser pages, see Default Network and Service in
For background information, see Network and Service Authorization in