public class HandlerFluentImpl<A extends HandlerFluent<A>> extends BaseFluent<A> implements HandlerFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
HandlerFluentImpl.ExecNestedImpl<N> |
class |
HandlerFluentImpl.HttpGetNestedImpl<N> |
class |
HandlerFluentImpl.TcpSocketNestedImpl<N> |
HandlerFluent.ExecNested<N>, HandlerFluent.HttpGetNested<N>, HandlerFluent.TcpSocketNested<N>
_visitables, VISIT
Constructor and Description |
---|
HandlerFluentImpl() |
HandlerFluentImpl(Handler instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public HandlerFluentImpl()
public HandlerFluentImpl(Handler instance)
@Deprecated public ExecAction getExec()
getExec
in interface HandlerFluent<A extends HandlerFluent<A>>
public ExecAction buildExec()
buildExec
in interface HandlerFluent<A extends HandlerFluent<A>>
public A withExec(ExecAction exec)
withExec
in interface HandlerFluent<A extends HandlerFluent<A>>
public Boolean hasExec()
hasExec
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.ExecNested<A> withNewExec()
withNewExec
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.ExecNested<A> withNewExecLike(ExecAction item)
withNewExecLike
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.ExecNested<A> editExec()
editExec
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.ExecNested<A> editOrNewExec()
editOrNewExec
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.ExecNested<A> editOrNewExecLike(ExecAction item)
editOrNewExecLike
in interface HandlerFluent<A extends HandlerFluent<A>>
@Deprecated public HTTPGetAction getHttpGet()
getHttpGet
in interface HandlerFluent<A extends HandlerFluent<A>>
public HTTPGetAction buildHttpGet()
buildHttpGet
in interface HandlerFluent<A extends HandlerFluent<A>>
public A withHttpGet(HTTPGetAction httpGet)
withHttpGet
in interface HandlerFluent<A extends HandlerFluent<A>>
public Boolean hasHttpGet()
hasHttpGet
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.HttpGetNested<A> withNewHttpGet()
withNewHttpGet
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.HttpGetNested<A> withNewHttpGetLike(HTTPGetAction item)
withNewHttpGetLike
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.HttpGetNested<A> editHttpGet()
editHttpGet
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.HttpGetNested<A> editOrNewHttpGet()
editOrNewHttpGet
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.HttpGetNested<A> editOrNewHttpGetLike(HTTPGetAction item)
editOrNewHttpGetLike
in interface HandlerFluent<A extends HandlerFluent<A>>
@Deprecated public TCPSocketAction getTcpSocket()
getTcpSocket
in interface HandlerFluent<A extends HandlerFluent<A>>
public TCPSocketAction buildTcpSocket()
buildTcpSocket
in interface HandlerFluent<A extends HandlerFluent<A>>
public A withTcpSocket(TCPSocketAction tcpSocket)
withTcpSocket
in interface HandlerFluent<A extends HandlerFluent<A>>
public Boolean hasTcpSocket()
hasTcpSocket
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.TcpSocketNested<A> withNewTcpSocket()
withNewTcpSocket
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.TcpSocketNested<A> withNewTcpSocketLike(TCPSocketAction item)
withNewTcpSocketLike
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.TcpSocketNested<A> editTcpSocket()
editTcpSocket
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.TcpSocketNested<A> editOrNewTcpSocket()
editOrNewTcpSocket
in interface HandlerFluent<A extends HandlerFluent<A>>
public HandlerFluent.TcpSocketNested<A> editOrNewTcpSocketLike(TCPSocketAction item)
editOrNewTcpSocketLike
in interface HandlerFluent<A extends HandlerFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.