Package io.grpc.netty
Class InternalWriteBufferingAndExceptionHandlerUtils
java.lang.Object
io.grpc.netty.InternalWriteBufferingAndExceptionHandlerUtils
Utility class for
WriteBufferingAndExceptionHandler
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeBufferingAndRemove
(io.netty.channel.Channel channel) Writes buffered data and removesWriteBufferingAndExceptionHandler
fromChannelPipeline
.
-
Constructor Details
-
InternalWriteBufferingAndExceptionHandlerUtils
public InternalWriteBufferingAndExceptionHandlerUtils()
-
-
Method Details
-
writeBufferingAndRemove
public static void writeBufferingAndRemove(io.netty.channel.Channel channel) Writes buffered data and removesWriteBufferingAndExceptionHandler
fromChannelPipeline
.Internal use only. Do not use.
-