Example usage for Java io.netty.util DomainNameMappingBuilder fields, constructors, methods, implement or subclass
The text is from its open source code.
DomainNameMappingBuilder(V defaultValue) Constructor with default initial capacity of the map holding the mappings |
DomainNameMappingBuilder | add(String hostname, V output) Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value. |
DomainNameMapping | build() Creates a new instance of immutable DomainNameMapping Attempts to add new mappings to the result object will cause UnsupportedOperationException to be thrown |