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 AddressAddress.DEFAULT_INSTANCEprivate AddressGrpcLogEntry.Builder.peer_private AddressGrpcLogEntry.peer_Fields in io.grpc.binarylog.v1 with type parameters of type AddressModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<Address> Address.PARSERprivate 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 AddressAddress.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 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.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 voidAddress.Builder.buildPartial0(Address result) Peer address information, will only be recorded on the first incoming event.static Address.BuilderAddress.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 AddressBinlogHelper.socketToProto(SocketAddress address)