Interface WireFormats.PekkoHandshakeInfoOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
WireFormats.PekkoHandshakeInfo, WireFormats.PekkoHandshakeInfo.Builder
Enclosing class:
WireFormats

public static interface WireFormats.PekkoHandshakeInfoOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string cookie = 3;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string cookie = 3;
    required .AddressData origin = 1;
    required .AddressData origin = 1;
    long
    required fixed64 uid = 2;
    boolean
    optional string cookie = 3;
    boolean
    required .AddressData origin = 1;
    boolean
    required fixed64 uid = 2;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

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

    • hasOrigin

      boolean hasOrigin()
      required .AddressData origin = 1;
      Returns:
      Whether the origin field is set.
    • getOrigin

      required .AddressData origin = 1;
      Returns:
      The origin.
    • getOriginOrBuilder

      WireFormats.AddressDataOrBuilder getOriginOrBuilder()
      required .AddressData origin = 1;
    • hasUid

      boolean hasUid()
      required fixed64 uid = 2;
      Returns:
      Whether the uid field is set.
    • getUid

      long getUid()
      required fixed64 uid = 2;
      Returns:
      The uid.
    • hasCookie

      boolean hasCookie()
      optional string cookie = 3;
      Returns:
      Whether the cookie field is set.
    • getCookie

      String getCookie()
      optional string cookie = 3;
      Returns:
      The cookie.
    • getCookieBytes

      org.apache.pekko.protobufv3.internal.ByteString getCookieBytes()
      optional string cookie = 3;
      Returns:
      The bytes for cookie.