public interface TCPSocketActionFluent<A extends TCPSocketActionFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
TCPSocketActionFluent.PortNested<N> |
Modifier and Type | Method and Description |
---|---|
IntOrString |
buildPort() |
TCPSocketActionFluent.PortNested<A> |
editOrNewPort() |
TCPSocketActionFluent.PortNested<A> |
editOrNewPortLike(IntOrString item) |
TCPSocketActionFluent.PortNested<A> |
editPort() |
String |
getHost() |
IntOrString |
getPort()
Deprecated.
|
Boolean |
hasHost() |
Boolean |
hasPort() |
A |
withHost(String host) |
A |
withNewHost(String arg0)
Deprecated.
|
TCPSocketActionFluent.PortNested<A> |
withNewPort() |
A |
withNewPort(Integer intVal) |
A |
withNewPort(String strVal) |
TCPSocketActionFluent.PortNested<A> |
withNewPortLike(IntOrString item) |
A |
withPort(IntOrString port) |
String getHost()
Boolean hasHost()
@Deprecated A withNewHost(String arg0)
@Deprecated IntOrString getPort()
IntOrString buildPort()
A withPort(IntOrString port)
Boolean hasPort()
TCPSocketActionFluent.PortNested<A> withNewPort()
TCPSocketActionFluent.PortNested<A> withNewPortLike(IntOrString item)
TCPSocketActionFluent.PortNested<A> editPort()
TCPSocketActionFluent.PortNested<A> editOrNewPort()
TCPSocketActionFluent.PortNested<A> editOrNewPortLike(IntOrString item)
Copyright © 2015–2020 Red Hat. All rights reserved.