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 class
Address
Address represents the address used to create the socket.static class
Address.Builder
Address represents the address used to create the socket.Methods in io.grpc.channelz.v1 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
Socket.Builder. getLocalOrBuilder()
The locally bound address.AddressOrBuilder
Socket. getLocalOrBuilder()
The locally bound address.AddressOrBuilder
SocketOrBuilder. getLocalOrBuilder()
The locally bound address.AddressOrBuilder
Socket.Builder. getRemoteOrBuilder()
The remote bound address.AddressOrBuilder
Socket. getRemoteOrBuilder()
The remote bound address.AddressOrBuilder
SocketOrBuilder. getRemoteOrBuilder()
The remote bound address.
-