akka.remote
Class RemoteProtocol.RemoteMessageProtocol

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

public static final class RemoteProtocol.RemoteMessageProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.RemoteMessageProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.RemoteMessageProtocol.Builder
           
 
Field Summary
static int MESSAGE_FIELD_NUMBER
           
static int METADATA_FIELD_NUMBER
           
static int RECIPIENT_FIELD_NUMBER
           
static int SENDER_FIELD_NUMBER
           
 
Method Summary
static RemoteProtocol.RemoteMessageProtocol getDefaultInstance()
           
 RemoteProtocol.RemoteMessageProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 RemoteProtocol.MessageProtocol getMessage()
           
 RemoteProtocol.MessageProtocolOrBuilder getMessageOrBuilder()
           
 RemoteProtocol.MetadataEntryProtocol getMetadata(int index)
           
 int getMetadataCount()
           
 java.util.List<RemoteProtocol.MetadataEntryProtocol> getMetadataList()
           
 RemoteProtocol.MetadataEntryProtocolOrBuilder getMetadataOrBuilder(int index)
           
 java.util.List<? extends RemoteProtocol.MetadataEntryProtocolOrBuilder> getMetadataOrBuilderList()
           
 RemoteProtocol.ActorRefProtocol getRecipient()
           
 RemoteProtocol.ActorRefProtocolOrBuilder getRecipientOrBuilder()
           
 RemoteProtocol.ActorRefProtocol getSender()
           
 RemoteProtocol.ActorRefProtocolOrBuilder getSenderOrBuilder()
           
 int getSerializedSize()
           
 boolean hasMessage()
           
 boolean hasRecipient()
           
 boolean hasSender()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.RemoteMessageProtocol.Builder newBuilder()
           
static RemoteProtocol.RemoteMessageProtocol.Builder newBuilder(RemoteProtocol.RemoteMessageProtocol prototype)
           
 RemoteProtocol.RemoteMessageProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.RemoteMessageProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.RemoteMessageProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.RemoteMessageProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.RemoteMessageProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.RemoteMessageProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.RemoteMessageProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.RemoteMessageProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.RemoteMessageProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.RemoteMessageProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.RemoteMessageProtocol.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

RECIPIENT_FIELD_NUMBER

public static final int RECIPIENT_FIELD_NUMBER
See Also:
Constant Field Values

MESSAGE_FIELD_NUMBER

public static final int MESSAGE_FIELD_NUMBER
See Also:
Constant Field Values

SENDER_FIELD_NUMBER

public static final int SENDER_FIELD_NUMBER
See Also:
Constant Field Values

METADATA_FIELD_NUMBER

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

getDefaultInstance

public static RemoteProtocol.RemoteMessageProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.RemoteMessageProtocol getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasRecipient

public boolean hasRecipient()
Specified by:
hasRecipient in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getRecipient

public RemoteProtocol.ActorRefProtocol getRecipient()
Specified by:
getRecipient in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getRecipientOrBuilder

public RemoteProtocol.ActorRefProtocolOrBuilder getRecipientOrBuilder()
Specified by:
getRecipientOrBuilder in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

hasMessage

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

getMessage

public RemoteProtocol.MessageProtocol getMessage()
Specified by:
getMessage in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getMessageOrBuilder

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

hasSender

public boolean hasSender()
Specified by:
hasSender in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getSender

public RemoteProtocol.ActorRefProtocol getSender()
Specified by:
getSender in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getSenderOrBuilder

public RemoteProtocol.ActorRefProtocolOrBuilder getSenderOrBuilder()
Specified by:
getSenderOrBuilder in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getMetadataList

public java.util.List<RemoteProtocol.MetadataEntryProtocol> getMetadataList()
Specified by:
getMetadataList in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getMetadataOrBuilderList

public java.util.List<? extends RemoteProtocol.MetadataEntryProtocolOrBuilder> getMetadataOrBuilderList()
Specified by:
getMetadataOrBuilderList in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getMetadataCount

public int getMetadataCount()
Specified by:
getMetadataCount in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getMetadata

public RemoteProtocol.MetadataEntryProtocol getMetadata(int index)
Specified by:
getMetadata in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

getMetadataOrBuilder

public RemoteProtocol.MetadataEntryProtocolOrBuilder getMetadataOrBuilder(int index)
Specified by:
getMetadataOrBuilder in interface RemoteProtocol.RemoteMessageProtocolOrBuilder

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

parseFrom

public static RemoteProtocol.RemoteMessageProtocol 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.RemoteMessageProtocol parseFrom(byte[] data,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static RemoteProtocol.RemoteMessageProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.RemoteMessageProtocol.Builder newBuilderForType()

newBuilder

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

toBuilder

public RemoteProtocol.RemoteMessageProtocol.Builder toBuilder()

newBuilderForType

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