akka.remote
Class RemoteProtocol.AkkaRemoteProtocol

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.RemoteProtocol.AkkaRemoteProtocol
All Implemented Interfaces:
RemoteProtocol.AkkaRemoteProtocolOrBuilder
Enclosing class:
RemoteProtocol

public static final class RemoteProtocol.AkkaRemoteProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.AkkaRemoteProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.AkkaRemoteProtocol.Builder
           
 
Field Summary
static int INSTRUCTION_FIELD_NUMBER
           
static int MESSAGE_FIELD_NUMBER
           
 
Method Summary
static RemoteProtocol.AkkaRemoteProtocol getDefaultInstance()
           
 RemoteProtocol.AkkaRemoteProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 RemoteProtocol.RemoteControlProtocol getInstruction()
           
 RemoteProtocol.RemoteControlProtocolOrBuilder getInstructionOrBuilder()
           
 RemoteProtocol.RemoteMessageProtocol getMessage()
           
 RemoteProtocol.RemoteMessageProtocolOrBuilder getMessageOrBuilder()
           
 int getSerializedSize()
           
 boolean hasInstruction()
           
 boolean hasMessage()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.AkkaRemoteProtocol.Builder newBuilder()
           
static RemoteProtocol.AkkaRemoteProtocol.Builder newBuilder(RemoteProtocol.AkkaRemoteProtocol prototype)
           
 RemoteProtocol.AkkaRemoteProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.AkkaRemoteProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.AkkaRemoteProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.AkkaRemoteProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.AkkaRemoteProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.AkkaRemoteProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.AkkaRemoteProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.AkkaRemoteProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.AkkaRemoteProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.AkkaRemoteProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.AkkaRemoteProtocol.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

MESSAGE_FIELD_NUMBER

public static final int MESSAGE_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 RemoteProtocol.AkkaRemoteProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.AkkaRemoteProtocol getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasMessage

public boolean hasMessage()
Specified by:
hasMessage in interface RemoteProtocol.AkkaRemoteProtocolOrBuilder

getMessage

public RemoteProtocol.RemoteMessageProtocol getMessage()
Specified by:
getMessage in interface RemoteProtocol.AkkaRemoteProtocolOrBuilder

getMessageOrBuilder

public RemoteProtocol.RemoteMessageProtocolOrBuilder getMessageOrBuilder()
Specified by:
getMessageOrBuilder in interface RemoteProtocol.AkkaRemoteProtocolOrBuilder

hasInstruction

public boolean hasInstruction()
Specified by:
hasInstruction in interface RemoteProtocol.AkkaRemoteProtocolOrBuilder

getInstruction

public RemoteProtocol.RemoteControlProtocol getInstruction()
Specified by:
getInstruction in interface RemoteProtocol.AkkaRemoteProtocolOrBuilder

getInstructionOrBuilder

public RemoteProtocol.RemoteControlProtocolOrBuilder getInstructionOrBuilder()
Specified by:
getInstructionOrBuilder in interface RemoteProtocol.AkkaRemoteProtocolOrBuilder

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 RemoteProtocol.AkkaRemoteProtocol parseFrom(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static RemoteProtocol.AkkaRemoteProtocol parseDelimitedFrom(java.io.InputStream input)
                                                            throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static RemoteProtocol.AkkaRemoteProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.AkkaRemoteProtocol.Builder newBuilderForType()

newBuilder

public static RemoteProtocol.AkkaRemoteProtocol.Builder newBuilder(RemoteProtocol.AkkaRemoteProtocol prototype)

toBuilder

public RemoteProtocol.AkkaRemoteProtocol.Builder toBuilder()

newBuilderForType

protected RemoteProtocol.AkkaRemoteProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)