Class Http2Config.BuilderBase.Http2ConfigImpl

java.lang.Object
io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
All Implemented Interfaces:
Prototype.Api, NamedService, Http2Config, ProtocolConfig
Enclosing class:
Http2Config.BuilderBase<BUILDER extends Http2Config.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends Http2Config>

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

    • Http2ConfigImpl

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

    • maxFrameSize

      public int maxFrameSize()
    • maxHeaderListSize

      public long maxHeaderListSize()
    • maxConcurrentStreams

      public long maxConcurrentStreams()
    • initialWindowSize

      public int initialWindowSize()
    • flowControlTimeout

      public Duration flowControlTimeout()
    • sendErrorDetails

      public boolean sendErrorDetails()
    • rapidResetCheckPeriod

      public Duration rapidResetCheckPeriod()
    • maxRapidResets

      public int maxRapidResets()
    • maxEmptyFrames

      public int maxEmptyFrames()
    • validatePath

      public boolean validatePath()
    • requestedUriDiscovery

      public RequestedUriDiscoveryContext requestedUriDiscovery()
    • 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
    • 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()
      Protocol configuration type.
      Specified by:
      type in interface NamedService
      Returns:
      type of this configuration