Uses of Interface
io.grpc.channelz.v1.AddressOrBuilder
-
Packages that use AddressOrBuilder Package Description io.grpc.channelz.v1 -
-
Uses of AddressOrBuilder in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement AddressOrBuilder Modifier and Type Class Description classAddressAddress represents the address used to create the socket.static classAddress.BuilderAddress represents the address used to create the socket.Methods in io.grpc.channelz.v1 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderSocket.Builder. getLocalOrBuilder()The locally bound address.AddressOrBuilderSocket. getLocalOrBuilder()The locally bound address.AddressOrBuilderSocketOrBuilder. getLocalOrBuilder()The locally bound address.AddressOrBuilderSocket.Builder. getRemoteOrBuilder()The remote bound address.AddressOrBuilderSocket. getRemoteOrBuilder()The remote bound address.AddressOrBuilderSocketOrBuilder. getRemoteOrBuilder()The remote bound address.
-