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
Modifier and TypeMethodDescriptionoptional string cookie = 3;org.apache.pekko.protobufv3.internal.ByteStringoptional string cookie = 3;required .AddressData origin = 1;required .AddressData origin = 1;longgetUid()required fixed64 uid = 2;booleanoptional string cookie = 3;booleanrequired .AddressData origin = 1;booleanhasUid()required fixed64 uid = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-