public class RestServerConfiguration extends ProtocolServerConfiguration
Modifier and Type | Method and Description |
---|---|
String |
contextPath() |
ExtendedHeaders |
extendedHeaders() |
Set<String> |
getIgnoredCaches()
Deprecated.
Use
ProtocolServerConfiguration.ignoredCaches() instead. |
int |
maxContentLength() |
boolean |
startTransport() |
adminOperationsHandler, defaultCacheName, host, idleTimeout, ignoredCaches, name, port, recvBufSize, sendBufSize, ssl, tcpKeepAlive, tcpNoDelay, toString, workerThreads
public ExtendedHeaders extendedHeaders()
@Deprecated public Set<String> getIgnoredCaches()
ProtocolServerConfiguration.ignoredCaches()
instead.public boolean startTransport()
startTransport
in class ProtocolServerConfiguration
public String contextPath()
public int maxContentLength()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.