akka.remote
Class RemoteProtocol.ActorRefProtocol

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

public static final class RemoteProtocol.ActorRefProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.ActorRefProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.ActorRefProtocol.Builder
           
 
Field Summary
static int PATH_FIELD_NUMBER
           
 
Method Summary
static RemoteProtocol.ActorRefProtocol getDefaultInstance()
           
 RemoteProtocol.ActorRefProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getPath()
           
 int getSerializedSize()
           
 boolean hasPath()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.ActorRefProtocol.Builder newBuilder()
           
static RemoteProtocol.ActorRefProtocol.Builder newBuilder(RemoteProtocol.ActorRefProtocol prototype)
           
 RemoteProtocol.ActorRefProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.ActorRefProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.ActorRefProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.ActorRefProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.ActorRefProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.ActorRefProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.ActorRefProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.ActorRefProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.ActorRefProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.ActorRefProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.ActorRefProtocol.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

PATH_FIELD_NUMBER

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

getDefaultInstance

public static RemoteProtocol.ActorRefProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.ActorRefProtocol getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasPath

public boolean hasPath()
Specified by:
hasPath in interface RemoteProtocol.ActorRefProtocolOrBuilder

getPath

public java.lang.String getPath()
Specified by:
getPath in interface RemoteProtocol.ActorRefProtocolOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static RemoteProtocol.ActorRefProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.ActorRefProtocol.Builder newBuilderForType()

newBuilder

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

toBuilder

public RemoteProtocol.ActorRefProtocol.Builder toBuilder()

newBuilderForType

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