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

Protobuf type AkkaControlMessage


 Defines some control messages for the remoting
 


Method Summary
 WireFormats.AkkaControlMessage build()
           
 WireFormats.AkkaControlMessage buildPartial()
           
 WireFormats.AkkaControlMessage.Builder clear()
           
 WireFormats.AkkaControlMessage.Builder clearCommandType()
          required .CommandType commandType = 1;
 WireFormats.AkkaControlMessage.Builder clearHandshakeInfo()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 WireFormats.AkkaControlMessage.Builder clone()
           
 WireFormats.CommandType getCommandType()
          required .CommandType commandType = 1;
 WireFormats.AkkaControlMessage getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 WireFormats.AkkaHandshakeInfo getHandshakeInfo()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 WireFormats.AkkaHandshakeInfo.Builder getHandshakeInfoBuilder()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 boolean hasCommandType()
          required .CommandType commandType = 1;
 boolean hasHandshakeInfo()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
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)
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 WireFormats.AkkaControlMessage.Builder setCommandType(WireFormats.CommandType value)
          required .CommandType commandType = 1;
 WireFormats.AkkaControlMessage.Builder setHandshakeInfo(WireFormats.AkkaHandshakeInfo.Builder builderForValue)
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 WireFormats.AkkaControlMessage.Builder setHandshakeInfo(WireFormats.AkkaHandshakeInfo value)
          optional .AkkaHandshakeInfo handshakeInfo = 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.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()
required .CommandType commandType = 1;

Specified by:
hasCommandType in interface WireFormats.AkkaControlMessageOrBuilder

getCommandType

public WireFormats.CommandType getCommandType()
required .CommandType commandType = 1;

Specified by:
getCommandType in interface WireFormats.AkkaControlMessageOrBuilder

setCommandType

public WireFormats.AkkaControlMessage.Builder setCommandType(WireFormats.CommandType value)
required .CommandType commandType = 1;


clearCommandType

public WireFormats.AkkaControlMessage.Builder clearCommandType()
required .CommandType commandType = 1;


hasHandshakeInfo

public boolean hasHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;

Specified by:
hasHandshakeInfo in interface WireFormats.AkkaControlMessageOrBuilder

getHandshakeInfo

public WireFormats.AkkaHandshakeInfo getHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;

Specified by:
getHandshakeInfo in interface WireFormats.AkkaControlMessageOrBuilder

setHandshakeInfo

public WireFormats.AkkaControlMessage.Builder setHandshakeInfo(WireFormats.AkkaHandshakeInfo value)
optional .AkkaHandshakeInfo handshakeInfo = 2;


setHandshakeInfo

public WireFormats.AkkaControlMessage.Builder setHandshakeInfo(WireFormats.AkkaHandshakeInfo.Builder builderForValue)
optional .AkkaHandshakeInfo handshakeInfo = 2;


mergeHandshakeInfo

public WireFormats.AkkaControlMessage.Builder mergeHandshakeInfo(WireFormats.AkkaHandshakeInfo value)
optional .AkkaHandshakeInfo handshakeInfo = 2;


clearHandshakeInfo

public WireFormats.AkkaControlMessage.Builder clearHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;


getHandshakeInfoBuilder

public WireFormats.AkkaHandshakeInfo.Builder getHandshakeInfoBuilder()
optional .AkkaHandshakeInfo handshakeInfo = 2;


getHandshakeInfoOrBuilder

public WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
optional .AkkaHandshakeInfo handshakeInfo = 2;

Specified by:
getHandshakeInfoOrBuilder in interface WireFormats.AkkaControlMessageOrBuilder