akka.remote
Class WireFormats.AkkaControlMessage.Builder

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

public static final class WireFormats.AkkaControlMessage.Builder
extends
implements WireFormats.AkkaControlMessageOrBuilder


Method Summary
 WireFormats.AkkaControlMessage build()
           
 WireFormats.AkkaControlMessage buildPartial()
           
 WireFormats.AkkaControlMessage.Builder clear()
           
 WireFormats.AkkaControlMessage.Builder clearCommandType()
           
 WireFormats.AkkaControlMessage.Builder clearHandshakeInfo()
           
 WireFormats.AkkaControlMessage.Builder clone()
           
 WireFormats.CommandType getCommandType()
           
 WireFormats.AkkaControlMessage getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 WireFormats.AkkaHandshakeInfo getHandshakeInfo()
           
 WireFormats.AkkaHandshakeInfo.Builder getHandshakeInfoBuilder()
           
 WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
           
 boolean hasCommandType()
           
 boolean hasHandshakeInfo()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.AkkaControlMessage.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AkkaControlMessage.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.AkkaControlMessage.Builder mergeHandshakeInfo(WireFormats.AkkaHandshakeInfo value)
           
 WireFormats.AkkaControlMessage.Builder setCommandType(WireFormats.CommandType value)
           
 WireFormats.AkkaControlMessage.Builder setHandshakeInfo(WireFormats.AkkaHandshakeInfo.Builder builderForValue)
           
 WireFormats.AkkaControlMessage.Builder setHandshakeInfo(WireFormats.AkkaHandshakeInfo 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.AkkaControlMessage.Builder clear()

clone

public WireFormats.AkkaControlMessage.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public WireFormats.AkkaControlMessage getDefaultInstanceForType()

build

public WireFormats.AkkaControlMessage build()

buildPartial

public WireFormats.AkkaControlMessage buildPartial()

mergeFrom

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

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasCommandType

public boolean hasCommandType()
Specified by:
hasCommandType in interface WireFormats.AkkaControlMessageOrBuilder

getCommandType

public WireFormats.CommandType getCommandType()
Specified by:
getCommandType in interface WireFormats.AkkaControlMessageOrBuilder

setCommandType

public WireFormats.AkkaControlMessage.Builder setCommandType(WireFormats.CommandType value)

clearCommandType

public WireFormats.AkkaControlMessage.Builder clearCommandType()

hasHandshakeInfo

public boolean hasHandshakeInfo()
Specified by:
hasHandshakeInfo in interface WireFormats.AkkaControlMessageOrBuilder

getHandshakeInfo

public WireFormats.AkkaHandshakeInfo getHandshakeInfo()
Specified by:
getHandshakeInfo in interface WireFormats.AkkaControlMessageOrBuilder

setHandshakeInfo

public WireFormats.AkkaControlMessage.Builder setHandshakeInfo(WireFormats.AkkaHandshakeInfo value)

setHandshakeInfo

public WireFormats.AkkaControlMessage.Builder setHandshakeInfo(WireFormats.AkkaHandshakeInfo.Builder builderForValue)

mergeHandshakeInfo

public WireFormats.AkkaControlMessage.Builder mergeHandshakeInfo(WireFormats.AkkaHandshakeInfo value)

clearHandshakeInfo

public WireFormats.AkkaControlMessage.Builder clearHandshakeInfo()

getHandshakeInfoBuilder

public WireFormats.AkkaHandshakeInfo.Builder getHandshakeInfoBuilder()

getHandshakeInfoOrBuilder

public WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
Specified by:
getHandshakeInfoOrBuilder in interface WireFormats.AkkaControlMessageOrBuilder