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.ChannelStats>> |
InternalChannelz.RootChannelList.channels |
List<InternalInstrumented<InternalChannelz.SocketStats>> |
InternalChannelz.ServerStats.listenSockets |
List<InternalInstrumented<InternalChannelz.SocketStats>> |
InternalChannelz.ServerStats.Builder.listenSockets |
List<InternalInstrumented<InternalChannelz.ServerStats>> |
InternalChannelz.ServerList.servers |
Modifier and Type | Method and Description |
---|---|
InternalInstrumented<InternalChannelz.ChannelStats> |
InternalChannelz.getChannel(long id)
Returns a channel.
|
InternalInstrumented<InternalChannelz.ChannelStats> |
InternalChannelz.getRootChannel(long id) |
InternalInstrumented<InternalChannelz.SocketStats> |
InternalChannelz.getSocket(long id)
Returns a socket.
|
InternalInstrumented<InternalChannelz.ChannelStats> |
InternalChannelz.getSubchannel(long id)
Returns a subchannel.
|
Modifier and Type | Method and Description |
---|---|
InternalChannelz.ServerStats.Builder |
InternalChannelz.ServerStats.Builder.setListenSockets(List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets)
Sets the listen sockets.
|
Constructor and Description |
---|
RootChannelList(List<InternalInstrumented<InternalChannelz.ChannelStats>> channels,
boolean end)
Creates an instance.
|
ServerList(List<InternalInstrumented<InternalChannelz.ServerStats>> servers,
boolean end)
Creates an instance.
|
ServerStats(long callsStarted,
long callsSucceeded,
long callsFailed,
long lastCallStartedNanos,
List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets)
Creates an instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientTransport
The client-side transport typically encapsulating a single connection to a remote
server.
|
interface |
ConnectionClientTransport
A
ManagedClientTransport that is based on a connection. |
interface |
ManagedClientTransport
A
ClientTransport that has life-cycle management. |
interface |
ServerTransport
An inbound connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerImpl
Default implementation of
Server , for creation by transports. |
Modifier and Type | Method and Description |
---|---|
List<InternalInstrumented<InternalChannelz.SocketStats>> |
InternalServer.getListenSockets()
Returns the listen sockets of this server.
|
Copyright © 2018. All rights reserved.