Module io.helidon.webserver
Package io.helidon.webserver.http1
Class Http1Config.BuilderBase.Http1ConfigImpl
java.lang.Object
io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- All Implemented Interfaces:
Prototype.Api
,NamedService
,Http1Config
,ProtocolConfig
- Enclosing class:
Http1Config.BuilderBase<BUILDER extends Http1Config.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http1Config>
protected static class Http1Config.BuilderBase.Http1ConfigImpl
extends Object
implements Http1Config
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.http1.Http1Config
Http1Config.Builder, Http1Config.BuilderBase<BUILDER extends Http1Config.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http1Config> -
Constructor Summary
ModifierConstructorDescriptionprotected
Http1ConfigImpl
(Http1Config.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
Http1ConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
name
Description copied from interface:NamedService
Name of this implementation, as provided inConfiguredProvider.create(Config, String)
.- Specified by:
name
in interfaceNamedService
- Returns:
- name of this service
-
maxPrologueLength
public int maxPrologueLength() -
maxHeadersSize
public int maxHeadersSize() -
validateRequestHeaders
public boolean validateRequestHeaders() -
validateRequestHostHeader
public boolean validateRequestHostHeader() -
validateResponseHeaders
public boolean validateResponseHeaders() -
validatePath
public boolean validatePath() -
receiveLog
public boolean receiveLog() -
sendLog
public boolean sendLog() -
continueImmediately
public boolean continueImmediately() -
requestedUriDiscovery
-
sendListeners
-
receiveListeners
-
compositeSendListener
-
compositeReceiveListener
-
toString
-
equals
-
hashCode
public int hashCode() -
type
Protocol configuration type.- Specified by:
type
in interfaceNamedService
- Returns:
- type of this configuration
-