Package io.grpc.netty
Class InternalWriteBufferingAndExceptionHandlerUtils
- java.lang.Object
-
- io.grpc.netty.InternalWriteBufferingAndExceptionHandlerUtils
-
@Internal public final class InternalWriteBufferingAndExceptionHandlerUtils extends java.lang.Object
Utility class forWriteBufferingAndExceptionHandler
.
-
-
Constructor Summary
Constructors Constructor Description InternalWriteBufferingAndExceptionHandlerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeBufferingAndRemove(io.netty.channel.Channel channel)
Writes buffered data and removesWriteBufferingAndExceptionHandler
fromChannelPipeline
.
-
-
-
Method Detail
-
writeBufferingAndRemove
public static void writeBufferingAndRemove(io.netty.channel.Channel channel)
Writes buffered data and removesWriteBufferingAndExceptionHandler
fromChannelPipeline
.Internal use only. Do not use.
-
-