Uses of Class
com.hazelcast.config.ServerSocketEndpointConfig
Packages that use ServerSocketEndpointConfig
-
Uses of ServerSocketEndpointConfig in com.hazelcast.config
Subclasses of ServerSocketEndpointConfig in com.hazelcast.configModifier and TypeClassDescriptionclass
Server socket endpoint config specialized for REST service Allows configuring access to REST groups similar toRestApiConfig
Methods in com.hazelcast.config that return ServerSocketEndpointConfigModifier 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) Methods in com.hazelcast.config with parameters of type ServerSocketEndpointConfigModifier 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.