| Package | Description |
|---|---|
| org.wildfly.extras.creaper.commands.socketbindings |
| Modifier and Type | Method and Description |
|---|---|
AddSocketBinding.Builder |
AddSocketBinding.Builder.clientMappings(String... clientMappingsToAdd)
Specifies zero or more client mappings for this socket binding.
|
AddSocketBinding.Builder |
AddSocketBinding.Builder.fixedPort(boolean isPortFixed)
Whether the port value should remain fixed even if numeric offsets are applied to the other sockets in the
socket group.
|
AddSocketBinding.Builder |
AddSocketBinding.Builder.interfaceName(String interfaceName)
Name of the interface to which the socket should be bound, or, for multicast sockets, the interface on which
it should listen.
|
AddSocketBinding.Builder |
AddSocketBinding.Builder.multicastAddress(String multicastAddress)
Multicast address on which the socket should receive multicast traffic.
|
AddSocketBinding.Builder |
AddSocketBinding.Builder.multicastPort(Integer multicastPort)
Port on which the socket should receive multicast traffic.
|
AddSocketBinding.Builder |
AddSocketBinding.Builder.port(Integer port)
Number of the port to which the socket should be bound.
|
AddSocketBinding.Builder |
AddSocketBinding.Builder.replaceExisting(boolean replaceExisting)
Specify whether to replace the existing socket binding based on its name.
|
Copyright © 2021. All rights reserved.