Uses of Class
io.grpc.channelz.v1.Address
Packages that use Address
-
Uses of Address in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return AddressModifier and TypeMethodDescriptionAddress.Builder.build()Address.Builder.buildPartial()static AddressAddress.getDefaultInstance()Address.Builder.getDefaultInstanceForType()Address.getDefaultInstanceForType()Socket.Builder.getLocal()The locally bound address.Socket.getLocal()The locally bound address.SocketOrBuilder.getLocal()The locally bound address.Socket.Builder.getRemote()The remote bound address.Socket.getRemote()The remote bound address.SocketOrBuilder.getRemote()The remote bound address.static AddressAddress.parseDelimitedFrom(InputStream input) static AddressAddress.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressAddress.parseFrom(byte[] data) static AddressAddress.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressAddress.parseFrom(com.google.protobuf.ByteString data) static AddressAddress.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressAddress.parseFrom(com.google.protobuf.CodedInputStream input) static AddressAddress.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressAddress.parseFrom(InputStream input) static AddressAddress.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressAddress.parseFrom(ByteBuffer data) static AddressAddress.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type AddressModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Address> Address.getParserForType()static com.google.protobuf.Parser<Address> Address.parser()Methods in io.grpc.channelz.v1 with parameters of type AddressModifier and TypeMethodDescriptionSocket.Builder.mergeLocal(Address value) The locally bound address.Socket.Builder.mergeRemote(Address value) The remote bound address.static Address.BuilderAddress.newBuilder(Address prototype) The locally bound address.The remote bound address.