public interface HandlerFluent<T extends HandlerFluent<T>> extends Fluent<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HandlerFluent.ExecNested<N> |
static interface |
HandlerFluent.HttpGetNested<N> |
static interface |
HandlerFluent.TcpSocketNested<N> |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(String key,
Object value) |
HandlerFluent.ExecNested<T> |
editExec() |
HandlerFluent.HttpGetNested<T> |
editHttpGet() |
HandlerFluent.TcpSocketNested<T> |
editTcpSocket() |
Map<String,Object> |
getAdditionalProperties() |
ExecAction |
getExec() |
HTTPGetAction |
getHttpGet() |
TCPSocketAction |
getTcpSocket() |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withExec(ExecAction exec) |
T |
withHttpGet(HTTPGetAction httpGet) |
HandlerFluent.ExecNested<T> |
withNewExec() |
HandlerFluent.ExecNested<T> |
withNewExecLike(ExecAction item) |
HandlerFluent.HttpGetNested<T> |
withNewHttpGet() |
HandlerFluent.HttpGetNested<T> |
withNewHttpGetLike(HTTPGetAction item) |
HandlerFluent.TcpSocketNested<T> |
withNewTcpSocket() |
HandlerFluent.TcpSocketNested<T> |
withNewTcpSocketLike(TCPSocketAction item) |
T |
withTcpSocket(TCPSocketAction tcpSocket) |
ExecAction getExec()
T withExec(ExecAction exec)
HandlerFluent.ExecNested<T> withNewExec()
HandlerFluent.ExecNested<T> withNewExecLike(ExecAction item)
HandlerFluent.ExecNested<T> editExec()
HTTPGetAction getHttpGet()
T withHttpGet(HTTPGetAction httpGet)
HandlerFluent.HttpGetNested<T> withNewHttpGet()
HandlerFluent.HttpGetNested<T> withNewHttpGetLike(HTTPGetAction item)
HandlerFluent.HttpGetNested<T> editHttpGet()
TCPSocketAction getTcpSocket()
T withTcpSocket(TCPSocketAction tcpSocket)
HandlerFluent.TcpSocketNested<T> withNewTcpSocket()
HandlerFluent.TcpSocketNested<T> withNewTcpSocketLike(TCPSocketAction item)
HandlerFluent.TcpSocketNested<T> editTcpSocket()
Copyright © 2011–2015 Red Hat. All rights reserved.