Class NettyRestResponse

java.lang.Object
org.infinispan.rest.NettyRestResponse
All Implemented Interfaces:
RestResponse

public class NettyRestResponse extends Object implements RestResponse
A RestResponse backed by Netty.
Since:
10.0
  • Method Details

    • getResponse

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

      public int getStatus()
      Specified by:
      getStatus in interface RestResponse
    • getEntity

      public Object getEntity()
      Specified by:
      getEntity in interface RestResponse