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


Method Summary
 WireFormats.AkkaHandshakeInfo build()
           
 WireFormats.AkkaHandshakeInfo buildPartial()
           
 WireFormats.AkkaHandshakeInfo.Builder clear()
           
 WireFormats.AkkaHandshakeInfo.Builder clearCookie()
           
 WireFormats.AkkaHandshakeInfo.Builder clearOrigin()
           
 WireFormats.AkkaHandshakeInfo.Builder clearUid()
           
 WireFormats.AkkaHandshakeInfo.Builder clone()
           
 java.lang.String getCookie()
           
 WireFormats.AkkaHandshakeInfo getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 WireFormats.AddressData getOrigin()
           
 WireFormats.AddressData.Builder getOriginBuilder()
           
 WireFormats.AddressDataOrBuilder getOriginOrBuilder()
           
 long getUid()
           
 boolean hasCookie()
           
 boolean hasOrigin()
           
 boolean hasUid()
           
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)
           
 WireFormats.AkkaHandshakeInfo.Builder setCookie(java.lang.String value)
           
 WireFormats.AkkaHandshakeInfo.Builder setOrigin(WireFormats.AddressData.Builder builderForValue)
           
 WireFormats.AkkaHandshakeInfo.Builder setOrigin(WireFormats.AddressData value)
           
 WireFormats.AkkaHandshakeInfo.Builder setUid(long value)
           
 
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()
Specified by:
hasOrigin in interface WireFormats.AkkaHandshakeInfoOrBuilder

getOrigin

public WireFormats.AddressData getOrigin()
Specified by:
getOrigin in interface WireFormats.AkkaHandshakeInfoOrBuilder

setOrigin

public WireFormats.AkkaHandshakeInfo.Builder setOrigin(WireFormats.AddressData value)

setOrigin

public WireFormats.AkkaHandshakeInfo.Builder setOrigin(WireFormats.AddressData.Builder builderForValue)

mergeOrigin

public WireFormats.AkkaHandshakeInfo.Builder mergeOrigin(WireFormats.AddressData value)

clearOrigin

public WireFormats.AkkaHandshakeInfo.Builder clearOrigin()

getOriginBuilder

public WireFormats.AddressData.Builder getOriginBuilder()

getOriginOrBuilder

public WireFormats.AddressDataOrBuilder getOriginOrBuilder()
Specified by:
getOriginOrBuilder in interface WireFormats.AkkaHandshakeInfoOrBuilder

hasUid

public boolean hasUid()
Specified by:
hasUid in interface WireFormats.AkkaHandshakeInfoOrBuilder

getUid

public long getUid()
Specified by:
getUid in interface WireFormats.AkkaHandshakeInfoOrBuilder

setUid

public WireFormats.AkkaHandshakeInfo.Builder setUid(long value)

clearUid

public WireFormats.AkkaHandshakeInfo.Builder clearUid()

hasCookie

public boolean hasCookie()
Specified by:
hasCookie in interface WireFormats.AkkaHandshakeInfoOrBuilder

getCookie

public java.lang.String getCookie()
Specified by:
getCookie in interface WireFormats.AkkaHandshakeInfoOrBuilder

setCookie

public WireFormats.AkkaHandshakeInfo.Builder setCookie(java.lang.String value)

clearCookie

public WireFormats.AkkaHandshakeInfo.Builder clearCookie()