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 |
withNewPort(int value) |
A |
withNewPort(String value) |
A |
withPort(IntOrString port) |
Copyright © 2019. All rights reserved.