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 |
ForwardingChannelBuilder.setBinaryLog(BinaryLog binaryLog) |
T |
ServerBuilder.setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this server should log to.
|
T |
ManagedChannelBuilder.setBinaryLog(BinaryLog binaryLog)
Sets the BinaryLog object that this channel should log to.
|
Modifier and Type | Field and Description |
---|---|
protected BinaryLog |
AbstractServerImplBuilder.binlog |
Modifier and Type | Method and Description |
---|---|
T |
AbstractServerImplBuilder.setBinaryLog(BinaryLog binaryLog) |
T |
AbstractManagedChannelImplBuilder.setBinaryLog(BinaryLog binlog) |
Copyright © 2018. All rights reserved.