Package org.infinispan.rest
REST Server bootstrap and Netty bridge classes.
-
Interface Summary Interface Description JSONConstants -
Class Summary Class Description ALPNHandler Handler responsible for TLS/ALPN negotiation.CacheControl A helper class for controlling Cache Control headers.InfinispanCacheAPIRequest Representation of a HTTP request related to Cache API operations.InfinispanCacheResponse InfinispanErrorResponse InfinispanRequest Representation of a HTTP request tailed for Infinispan-specific requests.InfinispanResponse Representation of a HTTP response tailed for Infinispan-specific responses.LifecycleCallbacks Module lifecycle callbacks implementation that enables module specificAdvancedExternalizer
implementations to be registered.RestChannelInitializer Creates Netty Channels for this server.RestRequestHandler Netty REST handler for HTTP/2.0RestServer REST Protocol Server. -
Exception Summary Exception Description RestResponseException An exception representing non-critical HTTP processing errors which will be translated intoInfinispanResponse
and sent back to the client.