Interface HttpTransportListener<HEADER extends HttpMetadata,MESSAGE extends HttpInputMessage>

All Known Subinterfaces:
CancelableTransportListener<HEADER,MESSAGE>, Http1ServerTransportListener, Http2TransportListener

public interface HttpTransportListener<HEADER extends HttpMetadata,MESSAGE extends HttpInputMessage>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onData(MESSAGE message)
     
    void
    onMetadata(HEADER metadata)
     
  • Method Details

    • onMetadata

      void onMetadata(HEADER metadata)
    • onData

      void onData(MESSAGE message)