Uses of Class
io.grpc.binarylog.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.binarylog.v1
Fields in io.grpc.binarylog.v1 declared as AddressModifier and TypeFieldDescriptionprivate static final Address
Address.DEFAULT_INSTANCE
private Address
GrpcLogEntry.Builder.peer_
private Address
GrpcLogEntry.peer_
Fields in io.grpc.binarylog.v1 with type parameters of type AddressModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<Address> Address.PARSER
private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> GrpcLogEntry.Builder.peerBuilder_
Methods in io.grpc.binarylog.v1 that return AddressModifier and TypeMethodDescriptionAddress.Builder.build()
Address.Builder.buildPartial()
static Address
Address.getDefaultInstance()
Address.Builder.getDefaultInstanceForType()
Address.getDefaultInstanceForType()
GrpcLogEntry.Builder.getPeer()
Peer address information, will only be recorded on the first incoming event.GrpcLogEntry.getPeer()
Peer address information, will only be recorded on the first incoming event.GrpcLogEntryOrBuilder.getPeer()
Peer address information, will only be recorded on the first incoming event.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.binarylog.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> GrpcLogEntry.Builder.internalGetPeerFieldBuilder()
Peer address information, will only be recorded on the first incoming event.static com.google.protobuf.Parser
<Address> Address.parser()
Methods in io.grpc.binarylog.v1 with parameters of type AddressModifier and TypeMethodDescriptionprivate void
Address.Builder.buildPartial0
(Address result) Peer address information, will only be recorded on the first incoming event.static Address.Builder
Address.newBuilder
(Address prototype) Peer address information, will only be recorded on the first incoming event. -
Uses of Address in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return AddressModifier and TypeMethodDescription(package private) static Address
BinlogHelper.socketToProto
(SocketAddress address)