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 voidwriteBufferingAndRemove(io.netty.channel.Channel channel) Writes buffered data and removesWriteBufferingAndExceptionHandlerfromChannelPipeline.
-
Constructor Details
-
InternalWriteBufferingAndExceptionHandlerUtils
public InternalWriteBufferingAndExceptionHandlerUtils()
-
-
Method Details
-
writeBufferingAndRemove
public static void writeBufferingAndRemove(io.netty.channel.Channel channel) Writes buffered data and removesWriteBufferingAndExceptionHandlerfromChannelPipeline.Internal use only. Do not use.
-