Package org.infinispan.rest
REST Server bootstrap and Netty bridge classes.
- Public API
-
Interface Summary Interface Description JSONConstants -
Class Summary Class Description ALPNHandler Handler responsible for TLS/ALPN negotiation.BaseHttpRequestHandler ByteBufContentSource CacheControl A helper class for controlling Cache Control headers.CacheEntryInputStream AnInputStreamthat reads from aCacheStreamof byte[] and produces a JSON output.CacheKeyInputStream AnInputStreamthat reads from aCacheStreamof byte[] and produces a JSON output.CorsHandler Handles Cross Origin Resource Sharing (CORS) requests.DateUtils InvocationHelper NettyRestRequest ARestRequestbacked by Netty.NettyRestResponse ARestResponsebacked by Netty.NettyRestResponse.Builder RestChannelInitializer Creates Netty Channels for this server.RestRequestHandler Netty handler for REST requests.RestServer REST Protocol Server.ServerRestBlockHoundIntegration -
Enum Summary Enum Description RequestHeader ResponseHeader ResponseWriter -
Exception Summary Exception Description RestResponseException An exception representing non-critical HTTP processing errors which will be translated intoRestResponseand sent back to the client.