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.Fields in io.grpc.channelz.v1 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>Socket.Builder. localBuilder_private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>Socket.Builder. remoteBuilder_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.Methods in io.grpc.channelz.v1 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>Socket.Builder. getLocalFieldBuilder()The locally bound address.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>Socket.Builder. getRemoteFieldBuilder()The remote bound address.
-