Java io.netty.util DomainNameMappingBuilder fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util DomainNameMappingBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util DomainNameMappingBuilder.

The text is from its open source code.

Constructor

DomainNameMappingBuilder(V defaultValue)
Constructor with default initial capacity of the map holding the mappings

Method

DomainNameMappingBuilderadd(String hostname, V output)
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
DomainNameMappingbuild()
Creates a new instance of immutable DomainNameMapping Attempts to add new mappings to the result object will cause UnsupportedOperationException to be thrown