Interface HttpServerResponseBeforeCommitHandler

All Known Implementing Classes:
HttpServerResponseBeforeCommitHandler.Noop

public interface HttpServerResponseBeforeCommitHandler
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    This class is internal and is hence not for public use.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(io.opentelemetry.context.Context context, io.netty.handler.codec.http.HttpResponse response)
     
  • Method Details

    • handle

      void handle(io.opentelemetry.context.Context context, io.netty.handler.codec.http.HttpResponse response)