public interface TCPSocketActionFluent<A extends TCPSocketActionFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TCPSocketActionFluent.PortNested<N> |
String getHost()
Boolean hasHost()
A withNewHost(StringBuilder arg1)
A withNewHost(int[] arg1, int arg2, int arg3)
A withNewHost(char[] arg1)
A withNewHost(StringBuffer arg1)
A withNewHost(byte[] arg1, int arg2)
A withNewHost(byte[] arg1)
A withNewHost(char[] arg1, int arg2, int arg3)
A withNewHost(byte[] arg1, int arg2, int arg3)
A withNewHost(byte[] arg1, int arg2, int arg3, int arg4)
@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–2021 Red Hat. All rights reserved.