Package io.grpc.netty

Class InternalWriteBufferingAndExceptionHandlerUtils

java.lang.Object
io.grpc.netty.InternalWriteBufferingAndExceptionHandlerUtils

@Internal public final class InternalWriteBufferingAndExceptionHandlerUtils extends Object
Utility class for WriteBufferingAndExceptionHandler.
  • Constructor Details

    • InternalWriteBufferingAndExceptionHandlerUtils

      public InternalWriteBufferingAndExceptionHandlerUtils()
  • Method Details

    • writeBufferingAndRemove

      public static void writeBufferingAndRemove(io.netty.channel.Channel channel)
      Writes buffered data and removes WriteBufferingAndExceptionHandler from ChannelPipeline.

      Internal use only. Do not use.