Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalInstrumented<T>
An internal class.
|
Modifier and Type | Field and Description |
---|---|
InternalWithLogId |
InternalChannelz.ChannelTrace.Event.channelRef |
InternalWithLogId |
InternalChannelz.ChannelTrace.Event.subchannelRef |
Modifier and Type | Field and Description |
---|---|
List<InternalWithLogId> |
InternalChannelz.ServerSocketsList.sockets |
List<InternalWithLogId> |
InternalChannelz.ChannelStats.sockets |
List<InternalWithLogId> |
InternalChannelz.ChannelStats.subchannels |
Modifier and Type | Method and Description |
---|---|
static long |
InternalChannelz.id(InternalWithLogId withLogId)
Unwraps a
InternalLogId to return a long . |
InternalChannelz.ChannelTrace.Event.Builder |
InternalChannelz.ChannelTrace.Event.Builder.setChannelRef(InternalWithLogId channelRef) |
InternalChannelz.ChannelTrace.Event.Builder |
InternalChannelz.ChannelTrace.Event.Builder.setSubchannelRef(InternalWithLogId subchannelRef) |
Modifier and Type | Method and Description |
---|---|
InternalChannelz.ChannelStats.Builder |
InternalChannelz.ChannelStats.Builder.setSockets(List<InternalWithLogId> sockets)
Sets the sockets.
|
InternalChannelz.ChannelStats.Builder |
InternalChannelz.ChannelStats.Builder.setSubchannels(List<InternalWithLogId> subchannels)
Sets the subchannels.
|
Constructor and Description |
---|
ServerSocketsList(List<InternalWithLogId> sockets,
boolean end)
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. |
Copyright © 2019. All rights reserved.