Module io.helidon.webclient.api
Package io.helidon.webclient.api
Class HttpConfigBase.BuilderBase.HttpConfigBaseImpl
java.lang.Object
io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- All Implemented Interfaces:
Prototype.Api
,HttpConfigBase
- Direct Known Subclasses:
HttpClientConfig.BuilderBase.HttpClientConfigImpl
- Enclosing class:
HttpConfigBase.BuilderBase<BUILDER extends HttpConfigBase.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends HttpConfigBase>
protected static class HttpConfigBase.BuilderBase.HttpConfigBaseImpl
extends Object
implements HttpConfigBase
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webclient.api.HttpConfigBase
HttpConfigBase.Builder, HttpConfigBase.BuilderBase<BUILDER extends HttpConfigBase.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends HttpConfigBase> -
Constructor Summary
ModifierConstructorDescriptionprotected
HttpConfigBaseImpl
(HttpConfigBase.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
HttpConfigBaseImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
followRedirects
public boolean followRedirects() -
maxRedirects
public int maxRedirects() -
tls
-
readTimeout
-
connectTimeout
-
keepAlive
public boolean keepAlive() -
proxy
-
properties
-
toString
-
equals
-
hashCode
public int hashCode()
-