Uses of Class
io.grpc.channelz.v1.Address
-
Packages that use Address Package Description io.grpc.channelz.v1 -
-
Uses of Address in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return Address Modifier and Type Method Description Address
Address.Builder. build()
Address
Address.Builder. buildPartial()
static Address
Address. getDefaultInstance()
Address
Address.Builder. getDefaultInstanceForType()
Address
Address. getDefaultInstanceForType()
Address
Socket.Builder. getLocal()
The locally bound address.Address
Socket. getLocal()
The locally bound address.Address
SocketOrBuilder. getLocal()
The locally bound address.Address
Socket.Builder. getRemote()
The remote bound address.Address
Socket. getRemote()
The remote bound address.Address
SocketOrBuilder. getRemote()
The remote bound address.static Address
Address. parseDelimitedFrom(InputStream input)
static Address
Address. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(byte[] data)
static Address
Address. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(ByteString data)
static Address
Address. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(CodedInputStream input)
static Address
Address. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(InputStream input)
static Address
Address. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(ByteBuffer data)
static Address
Address. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type Address Modifier and Type Method Description Parser<Address>
Address. getParserForType()
static Parser<Address>
Address. parser()
Methods in io.grpc.channelz.v1 with parameters of type Address Modifier and Type Method Description Address.Builder
Address.Builder. mergeFrom(Address other)
Socket.Builder
Socket.Builder. mergeLocal(Address value)
The locally bound address.Socket.Builder
Socket.Builder. mergeRemote(Address value)
The remote bound address.static Address.Builder
Address. newBuilder(Address prototype)
Socket.Builder
Socket.Builder. setLocal(Address value)
The locally bound address.Socket.Builder
Socket.Builder. setRemote(Address value)
The remote bound address.
-