Package org.apache.pekko.remote
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCookie()optional string cookie = 3;org.apache.pekko.protobufv3.internal.ByteStringgetCookieBytes()optional string cookie = 3;WireFormats.AddressDatagetOrigin()required .AddressData origin = 1;WireFormats.AddressDataOrBuildergetOriginOrBuilder()required .AddressData origin = 1;longgetUid()required fixed64 uid = 2;booleanhasCookie()optional string cookie = 3;booleanhasOrigin()required .AddressData origin = 1;booleanhasUid()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 Detail
-
hasOrigin
boolean hasOrigin()
required .AddressData origin = 1;- Returns:
- Whether the origin field is set.
-
getOrigin
WireFormats.AddressData 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
java.lang.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.
-
-