akka.remote
Class RemoteProtocol.MessageProtocol

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

public static final class RemoteProtocol.MessageProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.MessageProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.MessageProtocol.Builder
           
 
Field Summary
static int MESSAGE_FIELD_NUMBER
           
static int MESSAGEMANIFEST_FIELD_NUMBER
           
static int SERIALIZERID_FIELD_NUMBER
           
 
Method Summary
static RemoteProtocol.MessageProtocol getDefaultInstance()
           
 RemoteProtocol.MessageProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.ByteString getMessage()
           
 com.google.protobuf.ByteString getMessageManifest()
           
 int getSerializedSize()
           
 int getSerializerId()
           
 boolean hasMessage()
           
 boolean hasMessageManifest()
           
 boolean hasSerializerId()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.MessageProtocol.Builder newBuilder()
           
static RemoteProtocol.MessageProtocol.Builder newBuilder(RemoteProtocol.MessageProtocol prototype)
           
 RemoteProtocol.MessageProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.MessageProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.MessageProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.MessageProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.MessageProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.MessageProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.MessageProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.MessageProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.MessageProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.MessageProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.MessageProtocol.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

SERIALIZERID_FIELD_NUMBER

public static final int SERIALIZERID_FIELD_NUMBER
See Also:
Constant Field Values

MESSAGEMANIFEST_FIELD_NUMBER

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

getDefaultInstance

public static RemoteProtocol.MessageProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.MessageProtocol 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.MessageProtocolOrBuilder

getMessage

public com.google.protobuf.ByteString getMessage()
Specified by:
getMessage in interface RemoteProtocol.MessageProtocolOrBuilder

hasSerializerId

public boolean hasSerializerId()
Specified by:
hasSerializerId in interface RemoteProtocol.MessageProtocolOrBuilder

getSerializerId

public int getSerializerId()
Specified by:
getSerializerId in interface RemoteProtocol.MessageProtocolOrBuilder

hasMessageManifest

public boolean hasMessageManifest()
Specified by:
hasMessageManifest in interface RemoteProtocol.MessageProtocolOrBuilder

getMessageManifest

public com.google.protobuf.ByteString getMessageManifest()
Specified by:
getMessageManifest in interface RemoteProtocol.MessageProtocolOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static RemoteProtocol.MessageProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.MessageProtocol.Builder newBuilderForType()

newBuilder

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

toBuilder

public RemoteProtocol.MessageProtocol.Builder toBuilder()

newBuilderForType

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