akka.remote
Class RemoteProtocol.PropsProtocol

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

public static final class RemoteProtocol.PropsProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.PropsProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.PropsProtocol.Builder
           
 
Field Summary
static int CREATOR_FIELD_NUMBER
           
static int DEPLOY_FIELD_NUMBER
           
static int DISPATCHER_FIELD_NUMBER
           
static int FROMCLASSCREATOR_FIELD_NUMBER
           
static int ROUTERCONFIG_FIELD_NUMBER
           
 
Method Summary
 com.google.protobuf.ByteString getCreator()
           
static RemoteProtocol.PropsProtocol getDefaultInstance()
           
 RemoteProtocol.PropsProtocol getDefaultInstanceForType()
           
 RemoteProtocol.DeployProtocol getDeploy()
           
 RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getDispatcher()
           
 java.lang.String getFromClassCreator()
           
 com.google.protobuf.ByteString getRouterConfig()
           
 int getSerializedSize()
           
 boolean hasCreator()
           
 boolean hasDeploy()
           
 boolean hasDispatcher()
           
 boolean hasFromClassCreator()
           
 boolean hasRouterConfig()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.PropsProtocol.Builder newBuilder()
           
static RemoteProtocol.PropsProtocol.Builder newBuilder(RemoteProtocol.PropsProtocol prototype)
           
 RemoteProtocol.PropsProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.PropsProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.PropsProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.PropsProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.PropsProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.PropsProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.PropsProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.PropsProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.PropsProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.PropsProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.PropsProtocol.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

DISPATCHER_FIELD_NUMBER

public static final int DISPATCHER_FIELD_NUMBER
See Also:
Constant Field Values

DEPLOY_FIELD_NUMBER

public static final int DEPLOY_FIELD_NUMBER
See Also:
Constant Field Values

FROMCLASSCREATOR_FIELD_NUMBER

public static final int FROMCLASSCREATOR_FIELD_NUMBER
See Also:
Constant Field Values

CREATOR_FIELD_NUMBER

public static final int CREATOR_FIELD_NUMBER
See Also:
Constant Field Values

ROUTERCONFIG_FIELD_NUMBER

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

getDefaultInstance

public static RemoteProtocol.PropsProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.PropsProtocol getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasDispatcher

public boolean hasDispatcher()
Specified by:
hasDispatcher in interface RemoteProtocol.PropsProtocolOrBuilder

getDispatcher

public java.lang.String getDispatcher()
Specified by:
getDispatcher in interface RemoteProtocol.PropsProtocolOrBuilder

hasDeploy

public boolean hasDeploy()
Specified by:
hasDeploy in interface RemoteProtocol.PropsProtocolOrBuilder

getDeploy

public RemoteProtocol.DeployProtocol getDeploy()
Specified by:
getDeploy in interface RemoteProtocol.PropsProtocolOrBuilder

getDeployOrBuilder

public RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()
Specified by:
getDeployOrBuilder in interface RemoteProtocol.PropsProtocolOrBuilder

hasFromClassCreator

public boolean hasFromClassCreator()
Specified by:
hasFromClassCreator in interface RemoteProtocol.PropsProtocolOrBuilder

getFromClassCreator

public java.lang.String getFromClassCreator()
Specified by:
getFromClassCreator in interface RemoteProtocol.PropsProtocolOrBuilder

hasCreator

public boolean hasCreator()
Specified by:
hasCreator in interface RemoteProtocol.PropsProtocolOrBuilder

getCreator

public com.google.protobuf.ByteString getCreator()
Specified by:
getCreator in interface RemoteProtocol.PropsProtocolOrBuilder

hasRouterConfig

public boolean hasRouterConfig()
Specified by:
hasRouterConfig in interface RemoteProtocol.PropsProtocolOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
Specified by:
getRouterConfig in interface RemoteProtocol.PropsProtocolOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static RemoteProtocol.PropsProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.PropsProtocol.Builder newBuilderForType()

newBuilder

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

toBuilder

public RemoteProtocol.PropsProtocol.Builder toBuilder()

newBuilderForType

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