public class HandlerBuilder extends HandlerFluentImpl<HandlerBuilder> implements VisitableBuilder<Handler,HandlerBuilder>
HandlerFluentImpl.ExecNestedImpl<N>, HandlerFluentImpl.HttpGetNestedImpl<N>, HandlerFluentImpl.TcpSocketNestedImpl<N>
HandlerFluent.ExecNested<N>, HandlerFluent.HttpGetNested<N>, HandlerFluent.TcpSocketNested<N>
_visitables, VISIT
Constructor and Description |
---|
HandlerBuilder() |
HandlerBuilder(Boolean validationEnabled) |
HandlerBuilder(Handler instance) |
HandlerBuilder(Handler instance,
Boolean validationEnabled) |
HandlerBuilder(HandlerFluent<?> fluent) |
HandlerBuilder(HandlerFluent<?> fluent,
Boolean validationEnabled) |
HandlerBuilder(HandlerFluent<?> fluent,
Handler instance) |
HandlerBuilder(HandlerFluent<?> fluent,
Handler instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
Handler |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
buildExec, buildHttpGet, buildTcpSocket, editExec, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, getExec, getHttpGet, getTcpSocket, hasExec, hasHttpGet, hasTcpSocket, withExec, withHttpGet, withNewExec, withNewExecLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, withNewTcpSocketLike, withTcpSocket
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public HandlerBuilder()
public HandlerBuilder(Boolean validationEnabled)
public HandlerBuilder(HandlerFluent<?> fluent)
public HandlerBuilder(HandlerFluent<?> fluent, Boolean validationEnabled)
public HandlerBuilder(HandlerFluent<?> fluent, Handler instance)
public HandlerBuilder(HandlerFluent<?> fluent, Handler instance, Boolean validationEnabled)
public HandlerBuilder(Handler instance)
public boolean equals(Object o)
equals
in class HandlerFluentImpl<HandlerBuilder>
public int hashCode()
hashCode
in class HandlerFluentImpl<HandlerBuilder>
Copyright © 2015–2020 Red Hat. All rights reserved.