Uses of Class
org.infinispan.rest.operations.exceptions.ServerInternalException
-
Packages that use ServerInternalException Package Description org.infinispan.rest.operations REST Server Operations classes.org.infinispan.rest.operations.mediatypes -
-
Uses of ServerInternalException in org.infinispan.rest.operations
Methods in org.infinispan.rest.operations that throw ServerInternalException Modifier and Type Method Description InfinispanResponse
StaticContent. serveBannerFile(InfinispanRequest request)
InfinispanResponse
StaticContent. serveHtmlFile(InfinispanRequest request)
-
Uses of ServerInternalException in org.infinispan.rest.operations.mediatypes
Methods in org.infinispan.rest.operations.mediatypes that throw ServerInternalException Modifier and Type Method Description byte[]
OutputPrinter. print(String cacheName, CacheSet<?> cacheSet, Charset charset)
Converts all values in the cache to a desired output format.
-