Uses of Class
com.hazelcast.config.RestServerEndpointConfig
Packages that use RestServerEndpointConfig
-
Uses of RestServerEndpointConfig in com.hazelcast.config
Methods in com.hazelcast.config that return RestServerEndpointConfigModifier and TypeMethodDescriptionRestServerEndpointConfig.addOutboundPort
(int port) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.addOutboundPortDefinition
(String portDef) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.disableAllGroups()
Deprecated, for removal: This API element is subject to removal in a future version.Disables all REST endpoint groups.RestServerEndpointConfig.disableGroups
(RestEndpointGroup... endpointGroups) Deprecated, for removal: This API element is subject to removal in a future version.Disables provided REST endpoint groups.RestServerEndpointConfig.enableAllGroups()
Deprecated, for removal: This API element is subject to removal in a future version.Enables all REST endpoint groups.RestServerEndpointConfig.enableGroups
(RestEndpointGroup... endpointGroups) Deprecated, for removal: This API element is subject to removal in a future version.Enables provided REST endpoint groups.AdvancedNetworkConfig.getRestEndpointConfig()
RestServerEndpointConfig.setEnabledGroups
(Collection<RestEndpointGroup> groups) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setInterfaces
(InterfacesConfig interfaces) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setOutboundPortDefinitions
(Collection<String> outboundPortDefs) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setOutboundPorts
(Collection<Integer> outboundPorts) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setPort
(int port) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setPortAutoIncrement
(boolean portAutoIncrement) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setPublicAddress
(String publicAddress) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setReuseAddress
(boolean reuseAddress) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketBufferDirect
(boolean socketBufferDirect) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketConnectTimeoutSeconds
(int socketConnectTimeoutSeconds) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketKeepAlive
(boolean socketKeepAlive) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketKeepCount
(int socketKeepCount) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketKeepIdleSeconds
(int socketKeepIdleSeconds) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketKeepIntervalSeconds
(int socketKeepIntervalSeconds) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketLingerSeconds
(int socketLingerSeconds) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketRcvBufferSizeKb
(int socketRcvBufferSizeKb) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketSendBufferSizeKb
(int socketSendBufferSizeKb) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSocketTcpNoDelay
(boolean socketTcpNoDelay) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSSLConfig
(SSLConfig sslConfig) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setSymmetricEncryptionConfig
(SymmetricEncryptionConfig symmetricEncryptionConfig) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setTpcSocketConfig
(TpcSocketConfig tpcSocketConfig) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hazelcast.config with parameters of type RestServerEndpointConfigModifier and TypeMethodDescriptionAdvancedNetworkConfig.setRestEndpointConfig
(RestServerEndpointConfig restServerEndpointConfig) Deprecated, for removal: This API element is subject to removal in a future version.since 5.5, use RestConfig instead.