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
FieldsModifier and TypeFieldDescriptionstatic final AttributeDefinition<Integer> static final AttributeDefinition<Integer> static final AttributeDefinition<String> static final AttributeDefinition<ExtendedHeaders> Fields inherited from class ProtocolServerConfiguration
ADMIN_OPERATION_HANDLER, authentication, 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
Modifier and TypeMethodDescriptionstatic AttributeSetcors()intintList<io.netty.handler.codec.http.cors.CorsConfig> toString()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, update, validateUpdate, write
-
Field Details
-
EXTENDED_HEADERS
-
CONTEXT_PATH
-
COMPRESSION_LEVEL
-
COMPRESSION_THRESHOLD
-
-
Method Details
-
attributeDefinitionSet
-
authentication
- Overrides:
authenticationin classProtocolServerConfiguration<RestServerConfiguration, RestAuthenticationConfiguration>
-
encryption
-
extendedHeaders
-
staticResources
-
contextPath
-
getCorsRules
-
cors
-
getCompressionLevel
public int getCompressionLevel() -
getCompressionThreshold
public int getCompressionThreshold() -
toString
- Overrides:
toStringin classConfigurationElement<RestServerConfiguration>
-