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.BaseHttpRequestHandler ByteBufContentSource CacheControl A helper class for controlling Cache Control headers.CacheInputStream AnInputStream
that reads from aCacheStream
of byte[] and produces a JSON output.DateUtils Http11RequestHandler Netty REST handler for HTTP/1.1InvocationHelper NettyRestRequest ARestRequest
backed by Netty.NettyRestResponse ARestResponse
backed by Netty.NettyRestResponse.Builder RestChannelInitializer Creates Netty Channels for this server.RestRequestHandler Netty handler for REST requests.RestServer REST Protocol Server. -
Enum Summary Enum Description ResponseWriter -
Exception Summary Exception Description RestResponseException An exception representing non-critical HTTP processing errors which will be translated intoRestResponse
and sent back to the client.