Uses of Class
com.hazelcast.config.ServerSocketEndpointConfig
-
Uses of ServerSocketEndpointConfig in com.hazelcast.config
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 5.5, use RestConfig instead.Modifier and TypeMethodDescriptionServerSocketEndpointConfig.setInterfaces
(InterfacesConfig interfaces) ServerSocketEndpointConfig.setOutboundPortDefinitions
(Collection<String> outboundPortDefs) ServerSocketEndpointConfig.setOutboundPorts
(Collection<Integer> outboundPorts) ServerSocketEndpointConfig.setPort
(int port) Sets the port the Hazelcast member will try to bind on.ServerSocketEndpointConfig.setPortAutoIncrement
(boolean portAutoIncrement) Sets if a Hazelcast member is allowed to find a free port by incrementing the port number when it encounters an occupied port.ServerSocketEndpointConfig.setPortCount
(int portCount) The maximum number of ports allowed to use.ServerSocketEndpointConfig.setProtocolType
(com.hazelcast.instance.ProtocolType protocolType) ServerSocketEndpointConfig.setPublicAddress
(String publicAddress) Overrides the public address of a member.ServerSocketEndpointConfig.setReuseAddress
(boolean reuseAddress) Sets the reuse address.ServerSocketEndpointConfig.setSocketBufferDirect
(boolean socketBufferDirect) ServerSocketEndpointConfig.setSocketConnectTimeoutSeconds
(int socketConnectTimeoutSeconds) ServerSocketEndpointConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) ServerSocketEndpointConfig.setSocketKeepAlive
(boolean socketKeepAlive) ServerSocketEndpointConfig.setSocketKeepCount
(int socketKeepCount) ServerSocketEndpointConfig.setSocketKeepIdleSeconds
(int socketKeepIdleSeconds) ServerSocketEndpointConfig.setSocketKeepIntervalSeconds
(int socketKeepIntervalSeconds) ServerSocketEndpointConfig.setSocketRcvBufferSizeKb
(int socketRcvBufferSizeKb) ServerSocketEndpointConfig.setSocketSendBufferSizeKb
(int socketSendBufferSizeKb) ServerSocketEndpointConfig.setSocketTcpNoDelay
(boolean socketTcpNoDelay) ServerSocketEndpointConfig.setSSLConfig
(SSLConfig sslConfig) ServerSocketEndpointConfig.setSymmetricEncryptionConfig
(SymmetricEncryptionConfig symmetricEncryptionConfig) ServerSocketEndpointConfig.setTpcSocketConfig
(TpcSocketConfig tpcSocketConfig) Modifier and TypeMethodDescriptionAdvancedNetworkConfig.setClientEndpointConfig
(ServerSocketEndpointConfig serverSocketEndpointConfig) Sets the server socket endpoint config forCLIENT
protocol.AdvancedNetworkConfig.setMemberEndpointConfig
(ServerSocketEndpointConfig serverSocketEndpointConfig) Sets the server socket endpoint config forMEMBER
protocol.AdvancedNetworkConfig.setMemcacheEndpointConfig
(ServerSocketEndpointConfig memcacheEndpointConfig) Sets the server socket endpoint config formemcache
protocol.