Uses of Class
io.grpc.channelz.v1.Address
Packages that use Address
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of Address in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as AddressModifier and TypeFieldDescriptionprivate static final Address
Address.DEFAULT_INSTANCE
private Address
Socket.Builder.local_
private Address
Socket.local_
private Address
Socket.Builder.remote_
private Address
Socket.remote_
Fields in io.grpc.channelz.v1 with type parameters of type AddressModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> Socket.Builder.localBuilder_
private static final com.google.protobuf.Parser
<Address> Address.PARSER
private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> Socket.Builder.remoteBuilder_
Methods in io.grpc.channelz.v1 that return AddressModifier and TypeMethodDescriptionAddress.Builder.build()
Address.Builder.buildPartial()
static Address
Address.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 Address
Address.parseDelimitedFrom
(InputStream input) static Address
Address.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Address
Address.parseFrom
(byte[] data) static Address
Address.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Address
Address.parseFrom
(com.google.protobuf.ByteString data) static Address
Address.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Address
Address.parseFrom
(com.google.protobuf.CodedInputStream input) static Address
Address.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Address
Address.parseFrom
(InputStream input) static Address
Address.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Address
Address.parseFrom
(ByteBuffer data) static Address
Address.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()
private 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.static com.google.protobuf.Parser
<Address> Address.parser()
Methods in io.grpc.channelz.v1 with parameters of type AddressModifier and TypeMethodDescriptionprivate void
Address.Builder.buildPartial0
(Address result) private void
Address.Builder.buildPartialOneofs
(Address result) Socket.Builder.mergeLocal
(Address value) The locally bound address.Socket.Builder.mergeRemote
(Address value) The remote bound address.static Address.Builder
Address.newBuilder
(Address prototype) The locally bound address.The remote bound address. -
Uses of Address in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return AddressModifier and TypeMethodDescription(package private) static Address
ChannelzProtoUtil.toAddress
(SocketAddress address)