Interface JournalMessages.RemoteAddressOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
JournalMessages.RemoteAddress, JournalMessages.RemoteAddress.Builder
Enclosing class:
JournalMessages

public static interface JournalMessages.RemoteAddressOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    optional bytes address = 1;
    int
    optional uint32 port = 2;
    optional string resolved = 3;
    com.google.protobuf.ByteString
    optional string resolved = 3;
    boolean
    optional bytes address = 1;
    boolean
    optional uint32 port = 2;
    boolean
    optional string resolved = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAddress

      boolean hasAddress()
      optional bytes address = 1;
       the original remote (IP) address of the message sender, unresolved,
       
    • getAddress

      com.google.protobuf.ByteString getAddress()
      optional bytes address = 1;
       the original remote (IP) address of the message sender, unresolved,
       
    • hasPort

      boolean hasPort()
      optional uint32 port = 2;
       the port of the sender, if available/applicable
       
    • getPort

      int getPort()
      optional uint32 port = 2;
       the port of the sender, if available/applicable
       
    • hasResolved

      boolean hasResolved()
      optional string resolved = 3;
       a processing node can optionally resolve the address early
       
    • getResolved

      String getResolved()
      optional string resolved = 3;
       a processing node can optionally resolve the address early
       
    • getResolvedBytes

      com.google.protobuf.ByteString getResolvedBytes()
      optional string resolved = 3;
       a processing node can optionally resolve the address early