Package org.infinispan.rest
package org.infinispan.rest
REST Server bootstrap and Netty bridge classes.
- Public API
-
ClassDescriptionHandler responsible for TLS/ALPN negotiation.A helper class for controlling Cache Control headers.An
InputStream
that reads from aCacheStream
of byte[] and produces a JSON output.AnInputStream
that reads from aCacheStream
of byte[] and produces a JSON output.Handles Cross Origin Resource Sharing (CORS) requests.ARestRequest
backed by Netty.ARestResponse
backed by Netty.Creates Netty Channels for this server.Netty handler for REST requests.An exception representing non-critical HTTP processing errors which will be translated intoRestResponse
and sent back to the client.REST Protocol Server.