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 SocketRefSocketRef.Builder. build()SocketRefSocketRef.Builder. buildPartial()static SocketRefSocketRef. getDefaultInstance()SocketRefSocketRef.Builder. getDefaultInstanceForType()SocketRefSocketRef. getDefaultInstanceForType()SocketRefServer.Builder. getListenSocket(int index)The sockets that the server is listening on.SocketRefServer. getListenSocket(int index)The sockets that the server is listening on.SocketRefServerOrBuilder. getListenSocket(int index)The sockets that the server is listening on.SocketRefSocket.Builder. getRef()The identifier for the Socket.SocketRefSocket. getRef()The identifier for the Socket.SocketRefSocketOrBuilder. getRef()The identifier for the Socket.SocketRefChannel.Builder. getSocketRef(int index)There are no ordering guarantees on the order of sockets.SocketRefChannel. getSocketRef(int index)There are no ordering guarantees on the order of sockets.SocketRefChannelOrBuilder. getSocketRef(int index)There are no ordering guarantees on the order of sockets.SocketRefGetServerSocketsResponse.Builder. getSocketRef(int index)list of socket refs that the connection detail service knows about.SocketRefGetServerSocketsResponse. getSocketRef(int index)list of socket refs that the connection detail service knows about.SocketRefGetServerSocketsResponseOrBuilder. getSocketRef(int index)list of socket refs that the connection detail service knows about.SocketRefSubchannel.Builder. getSocketRef(int index)There are no ordering guarantees on the order of sockets.SocketRefSubchannel. getSocketRef(int index)There are no ordering guarantees on the order of sockets.SocketRefSubchannelOrBuilder. getSocketRef(int index)There are no ordering guarantees on the order of sockets.static SocketRefSocketRef. parseDelimitedFrom(InputStream input)static SocketRefSocketRef. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SocketRefSocketRef. parseFrom(byte[] data)static SocketRefSocketRef. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static SocketRefSocketRef. parseFrom(ByteString data)static SocketRefSocketRef. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SocketRefSocketRef. parseFrom(CodedInputStream input)static SocketRefSocketRef. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static SocketRefSocketRef. parseFrom(InputStream input)static SocketRefSocketRef. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SocketRefSocketRef. parseFrom(ByteBuffer data)static SocketRefSocketRef. 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.BuilderServer.Builder. addListenSocket(int index, SocketRef value)The sockets that the server is listening on.Server.BuilderServer.Builder. addListenSocket(SocketRef value)The sockets that the server is listening on.Channel.BuilderChannel.Builder. addSocketRef(int index, SocketRef value)There are no ordering guarantees on the order of sockets.Channel.BuilderChannel.Builder. addSocketRef(SocketRef value)There are no ordering guarantees on the order of sockets.GetServerSocketsResponse.BuilderGetServerSocketsResponse.Builder. addSocketRef(int index, SocketRef value)list of socket refs that the connection detail service knows about.GetServerSocketsResponse.BuilderGetServerSocketsResponse.Builder. addSocketRef(SocketRef value)list of socket refs that the connection detail service knows about.Subchannel.BuilderSubchannel.Builder. addSocketRef(int index, SocketRef value)There are no ordering guarantees on the order of sockets.Subchannel.BuilderSubchannel.Builder. addSocketRef(SocketRef value)There are no ordering guarantees on the order of sockets.SocketRef.BuilderSocketRef.Builder. mergeFrom(SocketRef other)Socket.BuilderSocket.Builder. mergeRef(SocketRef value)The identifier for the Socket.static SocketRef.BuilderSocketRef. newBuilder(SocketRef prototype)Server.BuilderServer.Builder. setListenSocket(int index, SocketRef value)The sockets that the server is listening on.Socket.BuilderSocket.Builder. setRef(SocketRef value)The identifier for the Socket.Channel.BuilderChannel.Builder. setSocketRef(int index, SocketRef value)There are no ordering guarantees on the order of sockets.GetServerSocketsResponse.BuilderGetServerSocketsResponse.Builder. setSocketRef(int index, SocketRef value)list of socket refs that the connection detail service knows about.Subchannel.BuilderSubchannel.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.BuilderServer.Builder. addAllListenSocket(Iterable<? extends SocketRef> values)The sockets that the server is listening on.Channel.BuilderChannel.Builder. addAllSocketRef(Iterable<? extends SocketRef> values)There are no ordering guarantees on the order of sockets.GetServerSocketsResponse.BuilderGetServerSocketsResponse.Builder. addAllSocketRef(Iterable<? extends SocketRef> values)list of socket refs that the connection detail service knows about.Subchannel.BuilderSubchannel.Builder. addAllSocketRef(Iterable<? extends SocketRef> values)There are no ordering guarantees on the order of sockets.
-