Uses of Interface
io.grpc.servlet.AsyncServletOutputStreamWriter.Log
-
Packages that use AsyncServletOutputStreamWriter.Log Package Description io.grpc.servlet API that implements gRPC server as a servlet. -
-
Uses of AsyncServletOutputStreamWriter.Log in io.grpc.servlet
Fields in io.grpc.servlet declared as AsyncServletOutputStreamWriter.Log Modifier and Type Field Description private AsyncServletOutputStreamWriter.LogAsyncServletOutputStreamWriter. logConstructors in io.grpc.servlet with parameters of type AsyncServletOutputStreamWriter.Log Constructor Description AsyncServletOutputStreamWriter(java.util.function.BiFunction<byte[],java.lang.Integer,AsyncServletOutputStreamWriter.ActionItem> writeAction, AsyncServletOutputStreamWriter.ActionItem flushAction, AsyncServletOutputStreamWriter.ActionItem completeAction, java.util.function.BooleanSupplier isReady, AsyncServletOutputStreamWriter.Log log)Constructor without java.util.logging and javax.servlet.* dependency, so that Lincheck can run.
-