akka.remote
Class WireFormats.AkkaProtocolMessage.Builder

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

public static final class WireFormats.AkkaProtocolMessage.Builder
extends
implements WireFormats.AkkaProtocolMessageOrBuilder


Method Summary
 WireFormats.AkkaProtocolMessage build()
           
 WireFormats.AkkaProtocolMessage buildPartial()
           
 WireFormats.AkkaProtocolMessage.Builder clear()
           
 WireFormats.AkkaProtocolMessage.Builder clearInstruction()
           
 WireFormats.AkkaProtocolMessage.Builder clearPayload()
           
 WireFormats.AkkaProtocolMessage.Builder clone()
           
 WireFormats.AkkaProtocolMessage getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 WireFormats.AkkaControlMessage getInstruction()
           
 WireFormats.AkkaControlMessage.Builder getInstructionBuilder()
           
 WireFormats.AkkaControlMessageOrBuilder getInstructionOrBuilder()
           
 com.google.protobuf.ByteString getPayload()
           
 boolean hasInstruction()
           
 boolean hasPayload()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.AkkaProtocolMessage.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AkkaProtocolMessage.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.AkkaProtocolMessage.Builder mergeInstruction(WireFormats.AkkaControlMessage value)
           
 WireFormats.AkkaProtocolMessage.Builder setInstruction(WireFormats.AkkaControlMessage.Builder builderForValue)
           
 WireFormats.AkkaProtocolMessage.Builder setInstruction(WireFormats.AkkaControlMessage value)
           
 WireFormats.AkkaProtocolMessage.Builder setPayload(com.google.protobuf.ByteString 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.AkkaProtocolMessage.Builder clear()

clone

public WireFormats.AkkaProtocolMessage.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public WireFormats.AkkaProtocolMessage getDefaultInstanceForType()

build

public WireFormats.AkkaProtocolMessage build()

buildPartial

public WireFormats.AkkaProtocolMessage buildPartial()

mergeFrom

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

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasPayload

public boolean hasPayload()
Specified by:
hasPayload in interface WireFormats.AkkaProtocolMessageOrBuilder

getPayload

public com.google.protobuf.ByteString getPayload()
Specified by:
getPayload in interface WireFormats.AkkaProtocolMessageOrBuilder

setPayload

public WireFormats.AkkaProtocolMessage.Builder setPayload(com.google.protobuf.ByteString value)

clearPayload

public WireFormats.AkkaProtocolMessage.Builder clearPayload()

hasInstruction

public boolean hasInstruction()
Specified by:
hasInstruction in interface WireFormats.AkkaProtocolMessageOrBuilder

getInstruction

public WireFormats.AkkaControlMessage getInstruction()
Specified by:
getInstruction in interface WireFormats.AkkaProtocolMessageOrBuilder

setInstruction

public WireFormats.AkkaProtocolMessage.Builder setInstruction(WireFormats.AkkaControlMessage value)

setInstruction

public WireFormats.AkkaProtocolMessage.Builder setInstruction(WireFormats.AkkaControlMessage.Builder builderForValue)

mergeInstruction

public WireFormats.AkkaProtocolMessage.Builder mergeInstruction(WireFormats.AkkaControlMessage value)

clearInstruction

public WireFormats.AkkaProtocolMessage.Builder clearInstruction()

getInstructionBuilder

public WireFormats.AkkaControlMessage.Builder getInstructionBuilder()

getInstructionOrBuilder

public WireFormats.AkkaControlMessageOrBuilder getInstructionOrBuilder()
Specified by:
getInstructionOrBuilder in interface WireFormats.AkkaProtocolMessageOrBuilder