Uses of Interface
io.grpc.channelz.v1.SocketOptionOrBuilder
-
Packages that use SocketOptionOrBuilder Package Description io.grpc.channelz.v1 -
-
Uses of SocketOptionOrBuilder in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement SocketOptionOrBuilder Modifier and Type Class Description classSocketOptionSocketOption represents socket options for a socket.static classSocketOption.BuilderSocketOption represents socket options for a socket.Methods in io.grpc.channelz.v1 that return SocketOptionOrBuilder Modifier and Type Method Description SocketOptionOrBuilderSocketData.Builder. getOptionOrBuilder(int index)Socket options set on this socket.SocketOptionOrBuilderSocketData. getOptionOrBuilder(int index)Socket options set on this socket.SocketOptionOrBuilderSocketDataOrBuilder. getOptionOrBuilder(int index)Socket options set on this socket.Methods in io.grpc.channelz.v1 that return types with arguments of type SocketOptionOrBuilder Modifier and Type Method Description List<? extends SocketOptionOrBuilder>SocketData.Builder. getOptionOrBuilderList()Socket options set on this socket.List<? extends SocketOptionOrBuilder>SocketData. getOptionOrBuilderList()Socket options set on this socket.List<? extends SocketOptionOrBuilder>SocketDataOrBuilder. getOptionOrBuilderList()Socket options set on this socket.
-