Uses of Class
org.infinispan.rest.configuration.RestServerConfigurationBuilder
Packages that use RestServerConfigurationBuilder
-
Uses of RestServerConfigurationBuilder in org.infinispan.rest.configuration
Subclasses with type arguments of type RestServerConfigurationBuilder in org.infinispan.rest.configurationModifier and TypeClassDescriptionclass
RestServerConfigurationBuilder.Methods in org.infinispan.rest.configuration that return RestServerConfigurationBuilderModifier and TypeMethodDescriptionRestServerConfigurationBuilder.compressionLevel
(int compressLevel) RestServerConfigurationBuilder.compressionThreshold
(int compressThreshold) RestServerConfigurationBuilder.contextPath
(String contextPath) RestServerConfigurationBuilder.defaultCacheName
(String defaultCacheName) RestServerConfigurationBuilder.extendedHeaders
(ExtendedHeaders extendedHeaders) RestServerConfigurationBuilder.idleTimeout
(int idleTimeout) RestServerConfigurationBuilder.maxContentLength
(String maxContentLength) RestServerConfigurationBuilder.recvBufSize
(int recvBufSize) RestServerConfigurationBuilder.self()
RestServerConfigurationBuilder.sendBufSize
(int sendBufSize) RestServerConfigurationBuilder.staticResources
(Path dir) RestServerConfigurationBuilder.tcpKeepAlive
(boolean tcpKeepAlive) RestServerConfigurationBuilder.tcpNoDelay
(boolean tcpNoDelay)