Interface ClusterUnicastTransportFactory

Use the following configuration parameters to provide precise control over the behavior of plugins that implement the ClusterUnicastTransportFactory interface.
bindAddr
Inet address to which PolicyCenter is to bind. This parameter can be useful if there are multiple-NIC hosts. The default fallback for this parameter is the first non-loopback interface found on the host as defined by the NetworkInterface Java API.
bindPort
Port number to which PolicyCenter is to bind. This parameter can be useful for server hosts behind a firewall. The default fallback for this parameter is an ephemeral port, a free port above 1024 that is within a range supplied by the host operating system.
poolQueueCapacity
Thread pool queue capacity. The default is 50.
poolSize
Number of threads in the thread pool that handle inbound requests. The default is 4.