Interface Netty4HttpResponse

All Known Implementing Classes:
Netty4ChunkedHttpResponse, Netty4FullHttpResponse

public sealed interface Netty4HttpResponse permits Netty4FullHttpResponse, Netty4ChunkedHttpResponse
Super-interface for responses handled by the Netty4 HTTP transport.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getSequence

      int getSequence()
      Returns:
      The sequence number for the request which corresponds with this response, for making sure that we send responses to pipelined requests in the correct order.