|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.remote.WireFormats.AkkaHandshakeInfo.Builder
public static final class WireFormats.AkkaHandshakeInfo.Builder
Protobuf type AkkaHandshakeInfo
| Method Summary | |
|---|---|
WireFormats.AkkaHandshakeInfo |
build()
|
WireFormats.AkkaHandshakeInfo |
buildPartial()
|
WireFormats.AkkaHandshakeInfo.Builder |
clear()
|
WireFormats.AkkaHandshakeInfo.Builder |
clearCookie()
optional string cookie = 3; |
WireFormats.AkkaHandshakeInfo.Builder |
clearOrigin()
required .AddressData origin = 1; |
WireFormats.AkkaHandshakeInfo.Builder |
clearUid()
required fixed64 uid = 2; |
WireFormats.AkkaHandshakeInfo.Builder |
clone()
|
java.lang.String |
getCookie()
optional string cookie = 3; |
com.google.protobuf.ByteString |
getCookieBytes()
optional string cookie = 3; |
WireFormats.AkkaHandshakeInfo |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType()
|
WireFormats.AddressData |
getOrigin()
required .AddressData origin = 1; |
WireFormats.AddressData.Builder |
getOriginBuilder()
required .AddressData origin = 1; |
WireFormats.AddressDataOrBuilder |
getOriginOrBuilder()
required .AddressData origin = 1; |
long |
getUid()
required fixed64 uid = 2; |
boolean |
hasCookie()
optional string cookie = 3; |
boolean |
hasOrigin()
required .AddressData origin = 1; |
boolean |
hasUid()
required fixed64 uid = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
WireFormats.AkkaHandshakeInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
WireFormats.AkkaHandshakeInfo.Builder |
mergeFrom(com.google.protobuf.Message other)
|
WireFormats.AkkaHandshakeInfo.Builder |
mergeOrigin(WireFormats.AddressData value)
required .AddressData origin = 1; |
WireFormats.AkkaHandshakeInfo.Builder |
setCookie(java.lang.String value)
optional string cookie = 3; |
WireFormats.AkkaHandshakeInfo.Builder |
setCookieBytes(com.google.protobuf.ByteString value)
optional string cookie = 3; |
WireFormats.AkkaHandshakeInfo.Builder |
setOrigin(WireFormats.AddressData.Builder builderForValue)
required .AddressData origin = 1; |
WireFormats.AkkaHandshakeInfo.Builder |
setOrigin(WireFormats.AddressData value)
required .AddressData origin = 1; |
WireFormats.AkkaHandshakeInfo.Builder |
setUid(long value)
required fixed64 uid = 2; |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public WireFormats.AkkaHandshakeInfo.Builder clear()
public WireFormats.AkkaHandshakeInfo.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public WireFormats.AkkaHandshakeInfo getDefaultInstanceForType()
public WireFormats.AkkaHandshakeInfo build()
public WireFormats.AkkaHandshakeInfo buildPartial()
public WireFormats.AkkaHandshakeInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public WireFormats.AkkaHandshakeInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic boolean hasOrigin()
required .AddressData origin = 1;
hasOrigin in interface WireFormats.AkkaHandshakeInfoOrBuilderpublic WireFormats.AddressData getOrigin()
required .AddressData origin = 1;
getOrigin in interface WireFormats.AkkaHandshakeInfoOrBuilderpublic WireFormats.AkkaHandshakeInfo.Builder setOrigin(WireFormats.AddressData value)
required .AddressData origin = 1;
public WireFormats.AkkaHandshakeInfo.Builder setOrigin(WireFormats.AddressData.Builder builderForValue)
required .AddressData origin = 1;
public WireFormats.AkkaHandshakeInfo.Builder mergeOrigin(WireFormats.AddressData value)
required .AddressData origin = 1;
public WireFormats.AkkaHandshakeInfo.Builder clearOrigin()
required .AddressData origin = 1;
public WireFormats.AddressData.Builder getOriginBuilder()
required .AddressData origin = 1;
public WireFormats.AddressDataOrBuilder getOriginOrBuilder()
required .AddressData origin = 1;
getOriginOrBuilder in interface WireFormats.AkkaHandshakeInfoOrBuilderpublic boolean hasUid()
required fixed64 uid = 2;
hasUid in interface WireFormats.AkkaHandshakeInfoOrBuilderpublic long getUid()
required fixed64 uid = 2;
getUid in interface WireFormats.AkkaHandshakeInfoOrBuilderpublic WireFormats.AkkaHandshakeInfo.Builder setUid(long value)
required fixed64 uid = 2;
public WireFormats.AkkaHandshakeInfo.Builder clearUid()
required fixed64 uid = 2;
public boolean hasCookie()
optional string cookie = 3;
hasCookie in interface WireFormats.AkkaHandshakeInfoOrBuilderpublic java.lang.String getCookie()
optional string cookie = 3;
getCookie in interface WireFormats.AkkaHandshakeInfoOrBuilderpublic com.google.protobuf.ByteString getCookieBytes()
optional string cookie = 3;
getCookieBytes in interface WireFormats.AkkaHandshakeInfoOrBuilderpublic WireFormats.AkkaHandshakeInfo.Builder setCookie(java.lang.String value)
optional string cookie = 3;
public WireFormats.AkkaHandshakeInfo.Builder clearCookie()
optional string cookie = 3;
public WireFormats.AkkaHandshakeInfo.Builder setCookieBytes(com.google.protobuf.ByteString value)
optional string cookie = 3;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||