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 ClassesModifier and TypeInterfaceDescriptionstatic enumThis class is internal and is hence not for public use. -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(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)
-