Class RespServerConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<RespServerConfiguration>
org.infinispan.server.core.configuration.ProtocolServerConfiguration<RespServerConfiguration, RespAuthenticationConfiguration>
org.infinispan.server.resp.configuration.RespServerConfiguration
- All Implemented Interfaces:
Matchable<RespServerConfiguration>, Updatable<RespServerConfiguration>
public class RespServerConfiguration
extends ProtocolServerConfiguration<RespServerConfiguration, RespAuthenticationConfiguration>
RespServerConfiguration.
- Since:
- 14.0
- Author:
- William Burns
-
Field Summary
FieldsFields inherited from class ProtocolServerConfiguration
ADMIN_OPERATION_HANDLER, DEFAULT_CACHE_NAME, HOST, IDLE_TIMEOUT, IGNORED_CACHES, IMPLICIT_CONNECTOR, IO_THREADS, ipFilter, MAX_CONTENT_LENGTH, NAME, PORT, RECV_BUF_SIZE, SEND_BUF_SIZE, SOCKET_BINDING, ssl, START_TRANSPORT, TCP_KEEPALIVE, TCP_NODELAY, ZERO_CAPACITY_NODEFields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Method Summary
Methods inherited from class ProtocolServerConfiguration
adminOperationsHandler, defaultCacheName, disable, enable, host, idleTimeout, ioThreads, ipFilter, isEnabled, isImplicit, maxContentLength, maxContentLengthBytes, name, port, recvBufSize, sendBufSize, socketBinding, ssl, startTransport, tcpKeepAlive, tcpNoDelay, zeroCapacityNodeMethods inherited from class ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
Field Details
-
DEFAULT_RESP_PORT
public static final int DEFAULT_RESP_PORT- See Also:
-
DEFAULT_RESP_CACHE
- See Also:
-
-
Method Details
-
attributeDefinitionSet
-
authentication
- Overrides:
authenticationin classProtocolServerConfiguration<RespServerConfiguration, RespAuthenticationConfiguration>
-
encryption
-