Uses of Class
com.loomcache.common.config.EndpointTlsConfig
Packages that use EndpointTlsConfig
Package
Description
-
Uses of EndpointTlsConfig in com.loomcache.common.config
Methods in com.loomcache.common.config that return EndpointTlsConfigModifier and TypeMethodDescriptionEndpointTlsConfig.Builder.build()static EndpointTlsConfigEndpointTlsConfig.disabled()ClusterConfig.endpointTlsConfig()static EndpointTlsConfigMethods in com.loomcache.common.config with parameters of type EndpointTlsConfigModifier and TypeMethodDescriptionClusterConfig.Builder.endpointTlsConfig(EndpointTlsConfig config) -
Uses of EndpointTlsConfig in com.loomcache.server.config
Methods in com.loomcache.server.config that return EndpointTlsConfigMethods in com.loomcache.server.config with parameters of type EndpointTlsConfig -
Uses of EndpointTlsConfig in com.loomcache.server.network
Constructors in com.loomcache.server.network with parameters of type EndpointTlsConfigModifierConstructorDescriptionTcpServer(int port, String nodeId, int instanceNumber, MessageHandler messageHandler, EndpointTlsConfig endpointTlsConfig, boolean pipelinedExecution, int commandQueueCapacity, int commandExecutorThreads) TcpServer(@Nullable String bindHost, int port, String nodeId, int instanceNumber, MessageHandler messageHandler, EndpointTlsConfig endpointTlsConfig, boolean pipelinedExecution, int commandQueueCapacity, int commandExecutorThreads)