Overload List
| Name | Description | |
|---|---|---|
| createServer(DOF) |
This is a convenience method for creating the server with the implied
Config
.
This is the server only. This server will not source requests to other nodes. For that, see
BuilderUnsecureMulticast
.
The unicastAddress must have been set explicitly with
setUnicastAddress(DOFAddress)
.
| |
| createServer(DOF, DOFAddress) |
This is a convenience method for creating the server with the implied
Config
.
This is the server only. This server will not source requests to other nodes. For that, see
BuilderUnsecureMulticast
.
|
See Also