| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RestServerEndpointConfigServer socket endpoint config specialized for REST service
 Allows configuring access to REST groups similar to  RestApiConfig | 
| class  | ServerSocketEndpointConfigEndpoint configuration that defines a listening side (server) | 
| Modifier and Type | Method and Description | 
|---|---|
| EndpointConfig | EndpointConfig. addOutboundPort(int port) | 
| EndpointConfig | EndpointConfig. addOutboundPortDefinition(String portDef) | 
| EndpointConfig | EndpointConfig. setInterfaces(InterfacesConfig interfaces) | 
| EndpointConfig | EndpointConfig. setName(String name) | 
| EndpointConfig | EndpointConfig. setOutboundPortDefinitions(Collection<String> outboundPortDefs) | 
| EndpointConfig | EndpointConfig. setOutboundPorts(Collection<Integer> outboundPorts) | 
| EndpointConfig | EndpointConfig. setProtocolType(com.hazelcast.instance.ProtocolType protocolType) | 
| EndpointConfig | EndpointConfig. setSocketBufferDirect(boolean socketBufferDirect) | 
| EndpointConfig | EndpointConfig. setSocketConnectTimeoutSeconds(int socketConnectTimeoutSeconds) | 
| EndpointConfig | EndpointConfig. setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)Sets the  SocketInterceptorConfig. | 
| EndpointConfig | EndpointConfig. setSocketKeepAlive(boolean socketKeepAlive) | 
| EndpointConfig | ServerSocketEndpointConfig. setSocketLingerSeconds(int socketLingerSeconds) | 
| EndpointConfig | EndpointConfig. setSocketLingerSeconds(int socketLingerSeconds) | 
| EndpointConfig | EndpointConfig. setSocketRcvBufferSizeKb(int socketRcvBufferSizeKb) | 
| EndpointConfig | EndpointConfig. setSocketSendBufferSizeKb(int socketSendBufferSizeKb) | 
| EndpointConfig | EndpointConfig. setSocketTcpNoDelay(boolean socketTcpNoDelay) | 
| EndpointConfig | EndpointConfig. setSSLConfig(SSLConfig sslConfig)Sets the  SSLConfig. | 
| EndpointConfig | EndpointConfig. setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig)Deprecated. 
 since 4.2 | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<com.hazelcast.instance.EndpointQualifier,EndpointConfig> | AdvancedNetworkConfig. getEndpointConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| AdvancedNetworkConfig | AdvancedNetworkConfig. addWanEndpointConfig(EndpointConfig endpointConfig)Adds the given WAN  EndpointConfigto the endpoints configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| AdvancedNetworkConfig | AdvancedNetworkConfig. setEndpointConfigs(Map<com.hazelcast.instance.EndpointQualifier,EndpointConfig> endpointConfigs) | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.