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