UriHostOption constructor

UriHostOption(
  1. String value
)

Implementation

UriHostOption(final String value) : super(OptionType.uriHost, value);