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 |
---|---|
static InternalLogId |
InternalLogId.allocate(Class<?> type,
String details)
Creates a log id.
|
static InternalLogId |
InternalLogId.allocate(String typeName,
String details)
Creates a log id.
|
InternalLogId |
InternalWithLogId.getLogId()
Returns an ID that is primarily used in debug logs.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InternalChannelz.containsClientSocket(InternalLogId transportRef) |
boolean |
InternalChannelz.containsServer(InternalLogId serverRef) |
boolean |
InternalChannelz.containsSubchannel(InternalLogId subchannelRef) |
Modifier and Type | Method and Description |
---|---|
InternalLogId |
ServerImpl.getLogId() |
Copyright © 2019. All rights reserved.