Uses of Class
io.grpc.BinaryLog
Packages that use BinaryLog
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of BinaryLog in io.grpc
Modifier and TypeMethodDescriptionForwardingChannelBuilder.setBinaryLog(BinaryLog binaryLog) ForwardingChannelBuilder2.setBinaryLog(BinaryLog binaryLog) ForwardingServerBuilder.setBinaryLog(BinaryLog binaryLog) ManagedChannelBuilder.setBinaryLog(BinaryLog binaryLog) Sets the BinaryLog object that this channel should log to.ServerBuilder.setBinaryLog(BinaryLog binaryLog) Sets the BinaryLog object that this server should log to. -
Uses of BinaryLog in io.grpc.internal
Fields in io.grpc.internal declared as BinaryLogModifier and TypeFieldDescription(package private) BinaryLogManagedChannelImplBuilder.binlogprivate final BinaryLogServerImpl.binlog(package private) BinaryLogServerImplBuilder.binlogMethods in io.grpc.internal with parameters of type BinaryLogModifier and TypeMethodDescriptionManagedChannelImplBuilder.setBinaryLog(BinaryLog binlog) ServerImplBuilder.setBinaryLog(BinaryLog binaryLog) -
Uses of BinaryLog in io.grpc.protobuf.services
Subclasses of BinaryLog in io.grpc.protobuf.servicesModifier and TypeClassDescriptionclass(package private) classThe default implementation of aBinaryLogProvider.Methods in io.grpc.protobuf.services that return BinaryLogModifier and TypeMethodDescriptionstatic BinaryLogBinaryLogs.createBinaryLog()Creates a binary log that writes to a temp file.static BinaryLogBinaryLogs.createBinaryLog(BinaryLogSink sink) Deprecated.static BinaryLogBinaryLogs.createBinaryLog(BinaryLogSink sink, String configStr) Creates a binary log with a customBinaryLogSinkfor receiving the logged data, and a config string as defined by A16-binary-logging.