Class RestServerConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<RestServerConfiguration>
org.infinispan.server.core.configuration.ProtocolServerConfiguration<RestServerConfiguration,RestAuthenticationConfiguration>
org.infinispan.rest.configuration.RestServerConfiguration
- All Implemented Interfaces:
Matchable<RestServerConfiguration>
,Updatable<RestServerConfiguration>
public class RestServerConfiguration
extends ProtocolServerConfiguration<RestServerConfiguration,RestAuthenticationConfiguration>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeDefinition
<Integer> static final AttributeDefinition
<Integer> static final AttributeDefinition
<String> static final AttributeDefinition
<ExtendedHeaders> static final AttributeDefinition
<Integer> Fields inherited from class org.infinispan.server.core.configuration.ProtocolServerConfiguration
ADMIN_OPERATION_HANDLER, authentication, 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
Modifier and TypeMethodDescriptionstatic AttributeSet
cors()
int
int
List
<io.netty.handler.codec.http.cors.CorsConfig> int
toString()
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, update, validateUpdate, write
-
Field Details
-
EXTENDED_HEADERS
-
CONTEXT_PATH
-
MAX_CONTENT_LENGTH
-
COMPRESSION_LEVEL
-
COMPRESSION_THRESHOLD
-
-
Method Details
-
attributeDefinitionSet
-
authentication
- Overrides:
authentication
in classProtocolServerConfiguration<RestServerConfiguration,
RestAuthenticationConfiguration>
-
encryption
-
extendedHeaders
-
staticResources
-
contextPath
-
maxContentLength
public int maxContentLength() -
getCorsRules
-
cors
-
getCompressionLevel
public int getCompressionLevel() -
getCompressionThreshold
public int getCompressionThreshold() -
toString
- Overrides:
toString
in classConfigurationElement<RestServerConfiguration>
-