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 org.infinispan.server.core.configuration.ProtocolServerConfiguration
ADMIN_OPERATION_HANDLER, DEFAULT_CACHE_NAME, HOST, IDLE_TIMEOUT, IGNORED_CACHES, IMPLICIT_CONNECTOR, IO_THREADS, ipFilter, NAME, PORT, RECV_BUF_SIZE, SEND_BUF_SIZE, SOCKET_BINDING, ssl, START_TRANSPORT, TCP_KEEPALIVE, TCP_NODELAY, ZERO_CAPACITY_NODE
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
Method Summary
Methods inherited from class org.infinispan.server.core.configuration.ProtocolServerConfiguration
adminOperationsHandler, defaultCacheName, disable, enable, host, idleTimeout, ioThreads, ipFilter, isEnabled, isImplicit, name, port, recvBufSize, sendBufSize, socketBinding, ssl, startTransport, tcpKeepAlive, tcpNoDelay, zeroCapacityNode
Methods inherited from class org.infinispan.commons.configuration.attributes.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:
authentication
in classProtocolServerConfiguration<RespServerConfiguration,
RespAuthenticationConfiguration>
-
encryption
-