Package io.grpc.netty

Class InternalWriteBufferingAndExceptionHandlerUtils

    • Constructor Detail

      • InternalWriteBufferingAndExceptionHandlerUtils

        public InternalWriteBufferingAndExceptionHandlerUtils()
    • Method Detail

      • writeBufferingAndRemove

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

        Internal use only. Do not use.