Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Field and Description |
---|---|
List<InternalInstrumented<InternalChannelz.SocketStats>> |
InternalChannelz.ServerStats.listenSockets |
List<InternalInstrumented<InternalChannelz.SocketStats>> |
InternalChannelz.ServerStats.Builder.listenSockets |
Modifier and Type | Method and Description |
---|---|
InternalInstrumented<InternalChannelz.SocketStats> |
InternalChannelz.getSocket(long id)
Returns a socket.
|
Constructor and Description |
---|
ServerStats(long callsStarted,
long callsSucceeded,
long callsFailed,
long lastCallStartedNanos,
List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
List<InternalInstrumented<InternalChannelz.SocketStats>> |
InternalServer.getListenSockets()
Returns the listen sockets of this server.
|
Copyright © 2018. All rights reserved.