Uses of Class
org.wildfly.extras.creaper.commands.socketbindings.AddSocketBinding.Builder

Packages that use AddSocketBinding.Builder
org.wildfly.extras.creaper.commands.socketbindings   
 

Uses of AddSocketBinding.Builder in org.wildfly.extras.creaper.commands.socketbindings
 

Methods in org.wildfly.extras.creaper.commands.socketbindings that return AddSocketBinding.Builder
 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 © 2016. All rights reserved.