Class NettyRestResponse

  • All Implemented Interfaces:
    org.infinispan.rest.framework.RestResponse

    public class NettyRestResponse
    extends Object
    implements org.infinispan.rest.framework.RestResponse
    A RestResponse backed by Netty.
    Since:
    10.0
    • Method Detail

      • getResponse

        public io.netty.handler.codec.http.HttpResponse getResponse()
      • getStatus

        public int getStatus()
      • getEntity

        public Object getEntity()