Class Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl

java.lang.Object
io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
All Implemented Interfaces:
Prototype.Api, NamedService, Http1ClientProtocolConfig, ProtocolConfig
Enclosing class:
Http1ClientProtocolConfig.BuilderBase<BUILDER extends Http1ClientProtocolConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends Http1ClientProtocolConfig>

protected static class Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl extends Object implements Http1ClientProtocolConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • Http1ClientProtocolConfigImpl

      protected Http1ClientProtocolConfigImpl(Http1ClientProtocolConfig.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details

    • name

      public String name()
      Description copied from interface: NamedService
      Name of this implementation, as provided in ConfiguredProvider.create(Config, String).
      Specified by:
      name in interface NamedService
      Returns:
      name of this service
    • defaultKeepAlive

      public boolean defaultKeepAlive()
    • maxHeaderSize

      public int maxHeaderSize()
    • maxStatusLineLength

      public int maxStatusLineLength()
    • validateRequestHeaders

      public boolean validateRequestHeaders()
    • validateResponseHeaders

      public boolean validateResponseHeaders()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • type

      default String type()
      Description copied from interface: NamedService
      Type of this implementation, to distinguish instances of same type, with different NamedService.name(). Use for example ConfiguredProvider.configKey() to define the type.
      Specified by:
      type in interface NamedService
      Returns:
      type of this service