public interface V1HandlerFluent<A extends V1HandlerFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1HandlerFluent.ExecNested<N> |
static interface |
V1HandlerFluent.HttpGetNested<N> |
static interface |
V1HandlerFluent.TcpSocketNested<N> |
@Deprecated V1ExecAction getExec()
V1ExecAction buildExec()
A withExec(V1ExecAction exec)
Boolean hasExec()
V1HandlerFluent.ExecNested<A> withNewExec()
V1HandlerFluent.ExecNested<A> withNewExecLike(V1ExecAction item)
V1HandlerFluent.ExecNested<A> editExec()
V1HandlerFluent.ExecNested<A> editOrNewExec()
V1HandlerFluent.ExecNested<A> editOrNewExecLike(V1ExecAction item)
@Deprecated V1HTTPGetAction getHttpGet()
V1HTTPGetAction buildHttpGet()
A withHttpGet(V1HTTPGetAction httpGet)
Boolean hasHttpGet()
V1HandlerFluent.HttpGetNested<A> withNewHttpGet()
V1HandlerFluent.HttpGetNested<A> withNewHttpGetLike(V1HTTPGetAction item)
V1HandlerFluent.HttpGetNested<A> editHttpGet()
V1HandlerFluent.HttpGetNested<A> editOrNewHttpGet()
V1HandlerFluent.HttpGetNested<A> editOrNewHttpGetLike(V1HTTPGetAction item)
@Deprecated V1TCPSocketAction getTcpSocket()
V1TCPSocketAction buildTcpSocket()
A withTcpSocket(V1TCPSocketAction tcpSocket)
Boolean hasTcpSocket()
V1HandlerFluent.TcpSocketNested<A> withNewTcpSocket()
V1HandlerFluent.TcpSocketNested<A> withNewTcpSocketLike(V1TCPSocketAction item)
V1HandlerFluent.TcpSocketNested<A> editTcpSocket()
V1HandlerFluent.TcpSocketNested<A> editOrNewTcpSocket()
V1HandlerFluent.TcpSocketNested<A> editOrNewTcpSocketLike(V1TCPSocketAction item)
Copyright © 2019. All rights reserved.