| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ManagedChannelBuilder.setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this channel should log to.
|
T |
ForwardingChannelBuilder.setBinaryLog(BinaryLog binaryLog) |
T |
ServerBuilder.setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this server should log to.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractManagedChannelImplBuilder.setBinaryLog(BinaryLog binlog) |
T |
AbstractServerImplBuilder.setBinaryLog(BinaryLog binaryLog) |