akka.remote
Class WireFormats.ActorRefData

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

public static final class WireFormats.ActorRefData
extends com.google.protobuf.GeneratedMessage
implements WireFormats.ActorRefDataOrBuilder


Nested Class Summary
static class WireFormats.ActorRefData.Builder
           
 
Field Summary
static int PATH_FIELD_NUMBER
           
 
Method Summary
static WireFormats.ActorRefData getDefaultInstance()
           
 WireFormats.ActorRefData 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 WireFormats.ActorRefData.Builder newBuilder()
           
static WireFormats.ActorRefData.Builder newBuilder(WireFormats.ActorRefData prototype)
           
 WireFormats.ActorRefData.Builder newBuilderForType()
           
protected  WireFormats.ActorRefData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static WireFormats.ActorRefData parseDelimitedFrom(java.io.InputStream input)
           
static WireFormats.ActorRefData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.ActorRefData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.ActorRefData parseFrom(com.google.protobuf.ByteString data)
           
static WireFormats.ActorRefData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.ActorRefData parseFrom(com.google.protobuf.CodedInputStream input)
           
static WireFormats.ActorRefData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.ActorRefData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.ActorRefData.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 WireFormats.ActorRefData getDefaultInstance()

getDefaultInstanceForType

public WireFormats.ActorRefData 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 WireFormats.ActorRefDataOrBuilder

getPath

public java.lang.String getPath()
Specified by:
getPath in interface WireFormats.ActorRefDataOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static WireFormats.ActorRefData.Builder newBuilder()

newBuilderForType

public WireFormats.ActorRefData.Builder newBuilderForType()

newBuilder

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

toBuilder

public WireFormats.ActorRefData.Builder toBuilder()

newBuilderForType

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