public interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
IntOrString |
getPort() |
Boolean |
hasHost() |
Boolean |
hasPort() |
A |
withHost(String host) |
A |
withNewHost(String arg1) |
A |
withNewHost(StringBuffer arg1) |
A |
withNewHost(StringBuilder arg1) |
A |
withNewPort(int value) |
A |
withNewPort(String value) |
A |
withPort(IntOrString port) |
String getHost()
Boolean hasHost()
A withNewHost(StringBuilder arg1)
A withNewHost(StringBuffer arg1)
IntOrString getPort()
A withPort(IntOrString port)
Boolean hasPort()
A withNewPort(int value)
Copyright © 2020. All rights reserved.