akka.remote
Class WireFormats.AkkaHandshakeInfo.Builder

java.lang.Object
  extended by 
      extended by akka.remote.WireFormats.AkkaHandshakeInfo.Builder
All Implemented Interfaces:
WireFormats.AkkaHandshakeInfoOrBuilder
Enclosing class:
WireFormats.AkkaHandshakeInfo

public static final class WireFormats.AkkaHandshakeInfo.Builder
extends
implements WireFormats.AkkaHandshakeInfoOrBuilder

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

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

clear

public WireFormats.AkkaHandshakeInfo.Builder clear()

clone

public WireFormats.AkkaHandshakeInfo.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public WireFormats.AkkaHandshakeInfo getDefaultInstanceForType()

build

public WireFormats.AkkaHandshakeInfo build()

buildPartial

public WireFormats.AkkaHandshakeInfo buildPartial()

mergeFrom

public WireFormats.AkkaHandshakeInfo.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

public WireFormats.AkkaHandshakeInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
Throws:
java.io.IOException

hasOrigin

public boolean hasOrigin()
required .AddressData origin = 1;

Specified by:
hasOrigin in interface WireFormats.AkkaHandshakeInfoOrBuilder

getOrigin

public WireFormats.AddressData getOrigin()
required .AddressData origin = 1;

Specified by:
getOrigin in interface WireFormats.AkkaHandshakeInfoOrBuilder

setOrigin

public WireFormats.AkkaHandshakeInfo.Builder setOrigin(WireFormats.AddressData value)
required .AddressData origin = 1;


setOrigin

public WireFormats.AkkaHandshakeInfo.Builder setOrigin(WireFormats.AddressData.Builder builderForValue)
required .AddressData origin = 1;


mergeOrigin

public WireFormats.AkkaHandshakeInfo.Builder mergeOrigin(WireFormats.AddressData value)
required .AddressData origin = 1;


clearOrigin

public WireFormats.AkkaHandshakeInfo.Builder clearOrigin()
required .AddressData origin = 1;


getOriginBuilder

public WireFormats.AddressData.Builder getOriginBuilder()
required .AddressData origin = 1;


getOriginOrBuilder

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

Specified by:
getOriginOrBuilder in interface WireFormats.AkkaHandshakeInfoOrBuilder

hasUid

public boolean hasUid()
required fixed64 uid = 2;

Specified by:
hasUid in interface WireFormats.AkkaHandshakeInfoOrBuilder

getUid

public long getUid()
required fixed64 uid = 2;

Specified by:
getUid in interface WireFormats.AkkaHandshakeInfoOrBuilder

setUid

public WireFormats.AkkaHandshakeInfo.Builder setUid(long value)
required fixed64 uid = 2;


clearUid

public WireFormats.AkkaHandshakeInfo.Builder clearUid()
required fixed64 uid = 2;


hasCookie

public boolean hasCookie()
optional string cookie = 3;

Specified by:
hasCookie in interface WireFormats.AkkaHandshakeInfoOrBuilder

getCookie

public java.lang.String getCookie()
optional string cookie = 3;

Specified by:
getCookie in interface WireFormats.AkkaHandshakeInfoOrBuilder

getCookieBytes

public com.google.protobuf.ByteString getCookieBytes()
optional string cookie = 3;

Specified by:
getCookieBytes in interface WireFormats.AkkaHandshakeInfoOrBuilder

setCookie

public WireFormats.AkkaHandshakeInfo.Builder setCookie(java.lang.String value)
optional string cookie = 3;


clearCookie

public WireFormats.AkkaHandshakeInfo.Builder clearCookie()
optional string cookie = 3;


setCookieBytes

public WireFormats.AkkaHandshakeInfo.Builder setCookieBytes(com.google.protobuf.ByteString value)
optional string cookie = 3;