public class FCClientControlSocketRequestData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FCClientControlSocketRequestData.Builder
BUILDER DEFINITION
|
| Constructor and Description |
|---|
FCClientControlSocketRequestData(FCClientControlSocketRequestData.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static FCClientControlSocketRequestData.Builder |
getBuilder() |
LogUtils |
getLogger() |
java.lang.String |
getRemoteHost() |
int |
getRemotePort() |
FCSSLSocketProducerImpl |
getSslSocketProducer() |
protected java.util.function.Supplier<java.lang.String> |
getStickySessionIDSupplier() |
int |
getTimeout() |
boolean |
isSslSocket() |
public FCClientControlSocketRequestData(FCClientControlSocketRequestData.Builder builder)
public java.lang.String getRemoteHost()
public int getRemotePort()
public boolean isSslSocket()
public LogUtils getLogger()
public int getTimeout()
public FCSSLSocketProducerImpl getSslSocketProducer()
protected java.util.function.Supplier<java.lang.String> getStickySessionIDSupplier()
public static FCClientControlSocketRequestData.Builder getBuilder()