Uses of Class
org.infinispan.rest.operations.mediatypes.Charset
-
Packages that use Charset Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.operations.mediatypes org.infinispan.rest.operations.mediatypes.impl -
-
Uses of Charset in org.infinispan.rest
Methods in org.infinispan.rest with parameters of type Charset Modifier and Type Method Description void
InfinispanResponse. charset(Charset charset)
Adds a charset. -
Uses of Charset in org.infinispan.rest.operations.mediatypes
Fields in org.infinispan.rest.operations.mediatypes declared as Charset Modifier and Type Field Description static Charset
Charset. UTF8
DefaultCharset
- UTF8.Methods in org.infinispan.rest.operations.mediatypes that return Charset Modifier and Type Method Description static Charset
Charset. fromMediaType(String mediaType)
CreatesCharset
based onMediaType
as string.Methods in org.infinispan.rest.operations.mediatypes with parameters of type Charset 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. -
Uses of Charset in org.infinispan.rest.operations.mediatypes.impl
Methods in org.infinispan.rest.operations.mediatypes.impl with parameters of type Charset Modifier and Type Method Description byte[]
BinaryOutputPrinter. print(String cacheName, CacheSet<?> keys, Charset charset)
byte[]
JSONOutputPrinter. print(String cacheName, CacheSet<?> keys, Charset charset)
byte[]
TextOutputPrinter. print(String cacheName, CacheSet<?> keys, Charset charset)
byte[]
XMLOutputPrinter. print(String cacheName, CacheSet<?> keys, Charset charset)
-