public class RestServerConfiguration extends ProtocolServerConfiguration
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Integer> |
COMPRESSION_LEVEL |
static AttributeDefinition<java.lang.String> |
CONTEXT_PATH |
static AttributeDefinition<java.util.List<io.netty.handler.codec.http.cors.CorsConfig>> |
CORS_RULES |
static AttributeDefinition<ExtendedHeaders> |
EXTENDED_HEADERS |
static AttributeDefinition<java.lang.Integer> |
MAX_CONTENT_LENGTH |
ADMIN_OPERATION_HANDLER, attributes, DEFAULT_CACHE_NAME, HOST, IDLE_TIMEOUT, IGNORED_CACHES, IO_THREADS, NAME, PORT, RECV_BUF_SIZE, SEND_BUF_SIZE, ssl, START_TRANSPORT, TCP_KEEPALIVE, TCP_NODELAY, WORKER_THREADS| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
java.lang.String |
contextPath() |
ExtendedHeaders |
extendedHeaders() |
int |
getCompressionLevel() |
java.util.List<io.netty.handler.codec.http.cors.CorsConfig> |
getCorsRules() |
java.util.Set<java.lang.String> |
getIgnoredCaches()
Deprecated.
Use
ProtocolServerConfiguration.ignoredCaches() instead. |
int |
maxContentLength() |
java.lang.String |
toString() |
adminOperationsHandler, attributes, defaultCacheName, host, idleTimeout, ignoredCaches, ioThreads, name, port, recvBufSize, sendBufSize, ssl, startTransport, tcpKeepAlive, tcpNoDelay, workerThreadspublic static final AttributeDefinition<ExtendedHeaders> EXTENDED_HEADERS
public static final AttributeDefinition<java.lang.String> CONTEXT_PATH
public static final AttributeDefinition<java.lang.Integer> MAX_CONTENT_LENGTH
public static final AttributeDefinition<java.util.List<io.netty.handler.codec.http.cors.CorsConfig>> CORS_RULES
public static final AttributeDefinition<java.lang.Integer> COMPRESSION_LEVEL
public static AttributeSet attributeDefinitionSet()
public ExtendedHeaders extendedHeaders()
@Deprecated public java.util.Set<java.lang.String> getIgnoredCaches()
ProtocolServerConfiguration.ignoredCaches() instead.public java.lang.String contextPath()
public int maxContentLength()
public java.util.List<io.netty.handler.codec.http.cors.CorsConfig> getCorsRules()
public int getCompressionLevel()
public java.lang.String toString()
toString in class ProtocolServerConfiguration