Class NettyRestResponse

java.lang.Object
org.infinispan.rest.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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    io.netty.handler.codec.http.HttpResponse
     
    int
     
  • Method Details

    • getResponse

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

      public int getStatus()
    • getEntity

      public Object getEntity()