akka.remote
Class WireFormats.AkkaProtocolMessage

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.WireFormats.AkkaProtocolMessage
All Implemented Interfaces:
WireFormats.AkkaProtocolMessageOrBuilder
Enclosing class:
WireFormats

public static final class WireFormats.AkkaProtocolMessage
extends com.google.protobuf.GeneratedMessage
implements WireFormats.AkkaProtocolMessageOrBuilder


Nested Class Summary
static class WireFormats.AkkaProtocolMessage.Builder
           
 
Field Summary
static int INSTRUCTION_FIELD_NUMBER
           
static int PAYLOAD_FIELD_NUMBER
           
 
Method Summary
static WireFormats.AkkaProtocolMessage getDefaultInstance()
           
 WireFormats.AkkaProtocolMessage getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 WireFormats.AkkaControlMessage getInstruction()
           
 WireFormats.AkkaControlMessageOrBuilder getInstructionOrBuilder()
           
 com.google.protobuf.ByteString getPayload()
           
 int getSerializedSize()
           
 boolean hasInstruction()
           
 boolean hasPayload()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static WireFormats.AkkaProtocolMessage.Builder newBuilder()
           
static WireFormats.AkkaProtocolMessage.Builder newBuilder(WireFormats.AkkaProtocolMessage prototype)
           
 WireFormats.AkkaProtocolMessage.Builder newBuilderForType()
           
protected  WireFormats.AkkaProtocolMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static WireFormats.AkkaProtocolMessage parseDelimitedFrom(java.io.InputStream input)
           
static WireFormats.AkkaProtocolMessage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaProtocolMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaProtocolMessage parseFrom(com.google.protobuf.ByteString data)
           
static WireFormats.AkkaProtocolMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaProtocolMessage parseFrom(com.google.protobuf.CodedInputStream input)
           
static WireFormats.AkkaProtocolMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaProtocolMessage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AkkaProtocolMessage.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAYLOAD_FIELD_NUMBER

public static final int PAYLOAD_FIELD_NUMBER
See Also:
Constant Field Values

INSTRUCTION_FIELD_NUMBER

public static final int INSTRUCTION_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static WireFormats.AkkaProtocolMessage getDefaultInstance()

getDefaultInstanceForType

public WireFormats.AkkaProtocolMessage getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

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

hasInstruction

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

getInstruction

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

getInstructionOrBuilder

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

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static WireFormats.AkkaProtocolMessage parseFrom(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static WireFormats.AkkaProtocolMessage parseFrom(com.google.protobuf.ByteString data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static WireFormats.AkkaProtocolMessage parseFrom(byte[] data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static WireFormats.AkkaProtocolMessage parseFrom(java.io.InputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static WireFormats.AkkaProtocolMessage parseDelimitedFrom(java.io.InputStream input)
                                                          throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static WireFormats.AkkaProtocolMessage parseDelimitedFrom(java.io.InputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static WireFormats.AkkaProtocolMessage parseFrom(com.google.protobuf.CodedInputStream input)
                                                 throws java.io.IOException
Throws:
java.io.IOException

parseFrom

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

newBuilder

public static WireFormats.AkkaProtocolMessage.Builder newBuilder()

newBuilderForType

public WireFormats.AkkaProtocolMessage.Builder newBuilderForType()

newBuilder

public static WireFormats.AkkaProtocolMessage.Builder newBuilder(WireFormats.AkkaProtocolMessage prototype)

toBuilder

public WireFormats.AkkaProtocolMessage.Builder toBuilder()

newBuilderForType

protected WireFormats.AkkaProtocolMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)