Package unlimited.fc.client.engine
Class FCClientControlSocketRequestData
- java.lang.Object
-
- unlimited.fc.client.engine.FCClientControlSocketRequestData
-
public class FCClientControlSocketRequestData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFCClientControlSocketRequestData.BuilderBUILDER DEFINITION
-
Constructor Summary
Constructors Constructor Description FCClientControlSocketRequestData(FCClientControlSocketRequestData.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FCClientControlSocketRequestData.BuildergetBuilder()unlimited.core.util.common.logs.LogUtilsgetLogger()java.lang.StringgetRemoteHost()intgetRemotePort()unlimited.core.util.common.net.ssl.FCSSLSocketProducerImplgetSslSocketProducer()protected java.util.function.Supplier<java.lang.String>getStickySessionIDSupplier()intgetTimeout()booleanisSslSocket()
-
-
-
Constructor Detail
-
FCClientControlSocketRequestData
public FCClientControlSocketRequestData(FCClientControlSocketRequestData.Builder builder)
-
-
Method Detail
-
getRemoteHost
public java.lang.String getRemoteHost()
-
getRemotePort
public int getRemotePort()
-
isSslSocket
public boolean isSslSocket()
-
getLogger
public unlimited.core.util.common.logs.LogUtils getLogger()
-
getTimeout
public int getTimeout()
-
getSslSocketProducer
public unlimited.core.util.common.net.ssl.FCSSLSocketProducerImpl getSslSocketProducer()
-
getStickySessionIDSupplier
protected java.util.function.Supplier<java.lang.String> getStickySessionIDSupplier()
-
getBuilder
public static FCClientControlSocketRequestData.Builder getBuilder()
-
-