Uses of Interface
io.grpc.channelz.v1.AddressOrBuilder
Packages that use AddressOrBuilder
-
Uses of AddressOrBuilder in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement AddressOrBuilderModifier and TypeClassDescriptionfinal class
Address represents the address used to create the socket.static final class
Address represents the address used to create the socket.Fields in io.grpc.channelz.v1 with type parameters of type AddressOrBuilderModifier and TypeFieldDescriptionprivate 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 AddressOrBuilderModifier and TypeMethodDescriptionSocket.Builder.getLocalOrBuilder()
The locally bound address.Socket.getLocalOrBuilder()
The locally bound address.SocketOrBuilder.getLocalOrBuilder()
The locally bound address.Socket.Builder.getRemoteOrBuilder()
The remote bound address.Socket.getRemoteOrBuilder()
The remote bound address.SocketOrBuilder.getRemoteOrBuilder()
The remote bound address.Methods in io.grpc.channelz.v1 that return types with arguments of type AddressOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> Socket.Builder.internalGetLocalFieldBuilder()
The locally bound address.private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> Socket.Builder.internalGetRemoteFieldBuilder()
The remote bound address.