Uses of Class
io.grpc.BinaryLog
-
Packages that use BinaryLog Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services. -
-
Uses of BinaryLog in io.grpc
Methods in io.grpc with parameters of type BinaryLog Modifier and Type Method Description T
ForwardingChannelBuilder. setBinaryLog(BinaryLog binaryLog)
T
ForwardingChannelBuilder2. setBinaryLog(BinaryLog binaryLog)
T
ForwardingServerBuilder. setBinaryLog(BinaryLog binaryLog)
T
ManagedChannelBuilder. setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this channel should log to.T
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 BinaryLog Modifier and Type Field Description (package private) BinaryLog
ManagedChannelImplBuilder. binlog
private BinaryLog
ServerImpl. binlog
(package private) BinaryLog
ServerImplBuilder. binlog
Methods in io.grpc.internal with parameters of type BinaryLog Modifier and Type Method Description ManagedChannelImplBuilder
ManagedChannelImplBuilder. setBinaryLog(BinaryLog binlog)
ServerImplBuilder
ServerImplBuilder. setBinaryLog(BinaryLog binaryLog)
-
Uses of BinaryLog in io.grpc.protobuf.services
Subclasses of BinaryLog in io.grpc.protobuf.services Modifier and Type Class Description class
BinaryLogProvider
(package private) class
BinaryLogProviderImpl
The default implementation of aBinaryLogProvider
.Methods in io.grpc.protobuf.services that return BinaryLog Modifier and Type Method Description static BinaryLog
BinaryLogs. createBinaryLog()
Creates a binary log that writes to a temp file.static BinaryLog
BinaryLogs. createBinaryLog(BinaryLogSink sink)
Deprecated.static BinaryLog
BinaryLogs. createBinaryLog(BinaryLogSink sink, java.lang.String configStr)
Creates a binary log with a customBinaryLogSink
for receiving the logged data, and a config string as defined by A16-binary-logging.
-