Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.protobuf.services |
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
|
io.grpc.services |
Service definitions and utilities for the pre-defined gRPC services.
|
Modifier and Type | Method and Description |
---|---|
T |
ServerBuilder.setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this server should log to.
|
T |
ForwardingChannelBuilder.setBinaryLog(BinaryLog binaryLog) |
T |
ForwardingServerBuilder.setBinaryLog(BinaryLog binaryLog) |
T |
ManagedChannelBuilder.setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this channel should log to.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryLogProvider |
Modifier and Type | Method and 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,
String configStr)
Creates a binary log with a custom
BinaryLogSink for receiving the logged data,
and a config string as defined by
A16-binary-logging. |
Modifier and Type | Method and Description |
---|---|
static BinaryLog |
BinaryLogs.createBinaryLog()
Deprecated.
Creates a binary log that writes to a temp file.
|
static BinaryLog |
BinaryLogs.createBinaryLog(BinaryLogSink sink)
Deprecated.
|
static BinaryLog |
BinaryLogs.createBinaryLog(BinaryLogSink sink,
String configStr)
Deprecated.
Creates a binary log with a custom
BinaryLogSink for receiving the logged data,
and a config string as defined by
A16-binary-logging. |