Uses of Interface
io.grpc.servlet.AsyncServletOutputStreamWriter.Log
Packages that use AsyncServletOutputStreamWriter.Log
-
Uses of AsyncServletOutputStreamWriter.Log in io.grpc.servlet
Fields in io.grpc.servlet declared as AsyncServletOutputStreamWriter.LogModifier and TypeFieldDescriptionprivate final AsyncServletOutputStreamWriter.LogAsyncServletOutputStreamWriter.logConstructors in io.grpc.servlet with parameters of type AsyncServletOutputStreamWriter.LogModifierConstructorDescription(package private)AsyncServletOutputStreamWriter(BiFunction<byte[], Integer, AsyncServletOutputStreamWriter.ActionItem> writeAction, AsyncServletOutputStreamWriter.ActionItem flushAction, AsyncServletOutputStreamWriter.ActionItem completeAction, BooleanSupplier isReady, AsyncServletOutputStreamWriter.Log log) Constructor without java.util.logging and javax.servlet.* dependency, so that Lincheck can run.