Uses of Class
org.infinispan.rest.configuration.RestServerConfiguration
-
Packages that use RestServerConfiguration Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.configuration REST Server Configuration APIorg.infinispan.rest.operations REST Server Operations classes. -
-
Uses of RestServerConfiguration in org.infinispan.rest
Fields in org.infinispan.rest declared as RestServerConfiguration Modifier and Type Field Description protected RestServerConfigurationRestRequestHandler. configurationMethods in org.infinispan.rest that return RestServerConfiguration Modifier and Type Method Description RestServerConfigurationInvocationHelper. getConfiguration() -
Uses of RestServerConfiguration in org.infinispan.rest.configuration
Methods in org.infinispan.rest.configuration that return RestServerConfiguration Modifier and Type Method Description RestServerConfigurationRestServerConfigurationBuilder. build()RestServerConfigurationRestServerConfigurationBuilder. build(boolean validate)RestServerConfigurationRestServerConfigurationBuilder. create()Methods in org.infinispan.rest.configuration with parameters of type RestServerConfiguration Modifier and Type Method Description org.infinispan.commons.configuration.Builder<?>RestServerConfigurationBuilder. read(RestServerConfiguration template) -
Uses of RestServerConfiguration in org.infinispan.rest.operations
Methods in org.infinispan.rest.operations with parameters of type RestServerConfiguration Modifier and Type Method Description static booleanCacheOperationsHelper. supportsExtendedHeaders(RestServerConfiguration restServerConfiguration, String extended)
-