Class HttpClientBuilder.ChannelOptionSetting<T>

java.lang.Object
com.mastfrog.netty.http.client.HttpClientBuilder.ChannelOptionSetting<T>
Type Parameters:
T - A type
Enclosing class:
HttpClientBuilder

protected static final class HttpClientBuilder.ChannelOptionSetting<T> extends Object
Encapsulates a setting that can be set on the Netty Bootstrap; not really an API class, but exposed so that the HttpClient constructor can be invoked directly if someone wants to (using HttpClientBuilder is much easier).
  • Method Details

    • option

      public io.netty.channel.ChannelOption<T> option()
    • value

      public T value()