akka.remote
Class RemoteProtocol.ActorRefProtocol.Builder

java.lang.Object
  extended by 
      extended by akka.remote.RemoteProtocol.ActorRefProtocol.Builder
All Implemented Interfaces:
RemoteProtocol.ActorRefProtocolOrBuilder
Enclosing class:
RemoteProtocol.ActorRefProtocol

public static final class RemoteProtocol.ActorRefProtocol.Builder
extends
implements RemoteProtocol.ActorRefProtocolOrBuilder


Method Summary
 RemoteProtocol.ActorRefProtocol build()
           
 RemoteProtocol.ActorRefProtocol buildPartial()
           
 RemoteProtocol.ActorRefProtocol.Builder clear()
           
 RemoteProtocol.ActorRefProtocol.Builder clearPath()
           
 RemoteProtocol.ActorRefProtocol.Builder clone()
           
 RemoteProtocol.ActorRefProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getPath()
           
 boolean hasPath()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RemoteProtocol.ActorRefProtocol.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.ActorRefProtocol.Builder mergeFrom(com.google.protobuf.Message other)
           
 RemoteProtocol.ActorRefProtocol.Builder setPath(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

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

clear

public RemoteProtocol.ActorRefProtocol.Builder clear()

clone

public RemoteProtocol.ActorRefProtocol.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public RemoteProtocol.ActorRefProtocol getDefaultInstanceForType()

build

public RemoteProtocol.ActorRefProtocol build()

buildPartial

public RemoteProtocol.ActorRefProtocol buildPartial()

mergeFrom

public RemoteProtocol.ActorRefProtocol.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasPath

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

getPath

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

setPath

public RemoteProtocol.ActorRefProtocol.Builder setPath(java.lang.String value)

clearPath

public RemoteProtocol.ActorRefProtocol.Builder clearPath()