Uses of Class
io.grpc.channelz.v1.SocketRef
-
Packages that use SocketRef Package Description io.grpc.channelz.v1 -
-
Uses of SocketRef in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return SocketRef Modifier and Type Method Description SocketRef
SocketRef.Builder. build()
SocketRef
SocketRef.Builder. buildPartial()
static SocketRef
SocketRef. getDefaultInstance()
SocketRef
SocketRef.Builder. getDefaultInstanceForType()
SocketRef
SocketRef. getDefaultInstanceForType()
SocketRef
Server.Builder. getListenSocket(int index)
The sockets that the server is listening on.SocketRef
Server. getListenSocket(int index)
The sockets that the server is listening on.SocketRef
ServerOrBuilder. getListenSocket(int index)
The sockets that the server is listening on.SocketRef
Socket.Builder. getRef()
The identifier for the Socket.SocketRef
Socket. getRef()
The identifier for the Socket.SocketRef
SocketOrBuilder. getRef()
The identifier for the Socket.SocketRef
Channel.Builder. getSocketRef(int index)
There are no ordering guarantees on the order of sockets.SocketRef
Channel. getSocketRef(int index)
There are no ordering guarantees on the order of sockets.SocketRef
ChannelOrBuilder. getSocketRef(int index)
There are no ordering guarantees on the order of sockets.SocketRef
GetServerSocketsResponse.Builder. getSocketRef(int index)
list of socket refs that the connection detail service knows about.SocketRef
GetServerSocketsResponse. getSocketRef(int index)
list of socket refs that the connection detail service knows about.SocketRef
GetServerSocketsResponseOrBuilder. getSocketRef(int index)
list of socket refs that the connection detail service knows about.SocketRef
Subchannel.Builder. getSocketRef(int index)
There are no ordering guarantees on the order of sockets.SocketRef
Subchannel. getSocketRef(int index)
There are no ordering guarantees on the order of sockets.SocketRef
SubchannelOrBuilder. getSocketRef(int index)
There are no ordering guarantees on the order of sockets.static SocketRef
SocketRef. parseDelimitedFrom(InputStream input)
static SocketRef
SocketRef. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static SocketRef
SocketRef. parseFrom(byte[] data)
static SocketRef
SocketRef. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static SocketRef
SocketRef. parseFrom(ByteString data)
static SocketRef
SocketRef. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static SocketRef
SocketRef. parseFrom(CodedInputStream input)
static SocketRef
SocketRef. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static SocketRef
SocketRef. parseFrom(InputStream input)
static SocketRef
SocketRef. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static SocketRef
SocketRef. parseFrom(ByteBuffer data)
static SocketRef
SocketRef. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type SocketRef Modifier and Type Method Description List<SocketRef>
Server.Builder. getListenSocketList()
The sockets that the server is listening on.List<SocketRef>
Server. getListenSocketList()
The sockets that the server is listening on.List<SocketRef>
ServerOrBuilder. getListenSocketList()
The sockets that the server is listening on.Parser<SocketRef>
SocketRef. getParserForType()
List<SocketRef>
Channel.Builder. getSocketRefList()
There are no ordering guarantees on the order of sockets.List<SocketRef>
Channel. getSocketRefList()
There are no ordering guarantees on the order of sockets.List<SocketRef>
ChannelOrBuilder. getSocketRefList()
There are no ordering guarantees on the order of sockets.List<SocketRef>
GetServerSocketsResponse.Builder. getSocketRefList()
list of socket refs that the connection detail service knows about.List<SocketRef>
GetServerSocketsResponse. getSocketRefList()
list of socket refs that the connection detail service knows about.List<SocketRef>
GetServerSocketsResponseOrBuilder. getSocketRefList()
list of socket refs that the connection detail service knows about.List<SocketRef>
Subchannel.Builder. getSocketRefList()
There are no ordering guarantees on the order of sockets.List<SocketRef>
Subchannel. getSocketRefList()
There are no ordering guarantees on the order of sockets.List<SocketRef>
SubchannelOrBuilder. getSocketRefList()
There are no ordering guarantees on the order of sockets.static Parser<SocketRef>
SocketRef. parser()
Methods in io.grpc.channelz.v1 with parameters of type SocketRef Modifier and Type Method Description Server.Builder
Server.Builder. addListenSocket(int index, SocketRef value)
The sockets that the server is listening on.Server.Builder
Server.Builder. addListenSocket(SocketRef value)
The sockets that the server is listening on.Channel.Builder
Channel.Builder. addSocketRef(int index, SocketRef value)
There are no ordering guarantees on the order of sockets.Channel.Builder
Channel.Builder. addSocketRef(SocketRef value)
There are no ordering guarantees on the order of sockets.GetServerSocketsResponse.Builder
GetServerSocketsResponse.Builder. addSocketRef(int index, SocketRef value)
list of socket refs that the connection detail service knows about.GetServerSocketsResponse.Builder
GetServerSocketsResponse.Builder. addSocketRef(SocketRef value)
list of socket refs that the connection detail service knows about.Subchannel.Builder
Subchannel.Builder. addSocketRef(int index, SocketRef value)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
Subchannel.Builder. addSocketRef(SocketRef value)
There are no ordering guarantees on the order of sockets.SocketRef.Builder
SocketRef.Builder. mergeFrom(SocketRef other)
Socket.Builder
Socket.Builder. mergeRef(SocketRef value)
The identifier for the Socket.static SocketRef.Builder
SocketRef. newBuilder(SocketRef prototype)
Server.Builder
Server.Builder. setListenSocket(int index, SocketRef value)
The sockets that the server is listening on.Socket.Builder
Socket.Builder. setRef(SocketRef value)
The identifier for the Socket.Channel.Builder
Channel.Builder. setSocketRef(int index, SocketRef value)
There are no ordering guarantees on the order of sockets.GetServerSocketsResponse.Builder
GetServerSocketsResponse.Builder. setSocketRef(int index, SocketRef value)
list of socket refs that the connection detail service knows about.Subchannel.Builder
Subchannel.Builder. setSocketRef(int index, SocketRef value)
There are no ordering guarantees on the order of sockets.Method parameters in io.grpc.channelz.v1 with type arguments of type SocketRef Modifier and Type Method Description Server.Builder
Server.Builder. addAllListenSocket(Iterable<? extends SocketRef> values)
The sockets that the server is listening on.Channel.Builder
Channel.Builder. addAllSocketRef(Iterable<? extends SocketRef> values)
There are no ordering guarantees on the order of sockets.GetServerSocketsResponse.Builder
GetServerSocketsResponse.Builder. addAllSocketRef(Iterable<? extends SocketRef> values)
list of socket refs that the connection detail service knows about.Subchannel.Builder
Subchannel.Builder. addAllSocketRef(Iterable<? extends SocketRef> values)
There are no ordering guarantees on the order of sockets.
-