akka.remote
Class WireFormats.AkkaControlMessage

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

public static final class WireFormats.AkkaControlMessage
extends com.google.protobuf.GeneratedMessage
implements WireFormats.AkkaControlMessageOrBuilder

Protobuf type AkkaControlMessage


 Defines some control messages for the remoting
 


Nested Class Summary
static class WireFormats.AkkaControlMessage.Builder
          Protobuf type AkkaControlMessage
 
Field Summary
static int COMMANDTYPE_FIELD_NUMBER
           
static int HANDSHAKEINFO_FIELD_NUMBER
           
static  PARSER
           
 
Method Summary
 WireFormats.CommandType getCommandType()
          required .CommandType commandType = 1;
static WireFormats.AkkaControlMessage getDefaultInstance()
           
 WireFormats.AkkaControlMessage getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 WireFormats.AkkaHandshakeInfo getHandshakeInfo()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasCommandType()
          required .CommandType commandType = 1;
 boolean hasHandshakeInfo()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static WireFormats.AkkaControlMessage.Builder newBuilder()
           
static WireFormats.AkkaControlMessage.Builder newBuilder(WireFormats.AkkaControlMessage prototype)
           
 WireFormats.AkkaControlMessage.Builder newBuilderForType()
           
protected  WireFormats.AkkaControlMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static WireFormats.AkkaControlMessage parseDelimitedFrom(java.io.InputStream input)
           
static WireFormats.AkkaControlMessage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaControlMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaControlMessage parseFrom(com.google.protobuf.ByteString data)
           
static WireFormats.AkkaControlMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaControlMessage parseFrom(com.google.protobuf.CodedInputStream input)
           
static WireFormats.AkkaControlMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaControlMessage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AkkaControlMessage.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

PARSER

public static  PARSER

COMMANDTYPE_FIELD_NUMBER

public static final int COMMANDTYPE_FIELD_NUMBER
See Also:
Constant Field Values

HANDSHAKEINFO_FIELD_NUMBER

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

getDefaultInstance

public static WireFormats.AkkaControlMessage getDefaultInstance()

getDefaultInstanceForType

public WireFormats.AkkaControlMessage getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

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

internalGetFieldAccessorTable

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

getParserForType

public  getParserForType()

hasCommandType

public boolean hasCommandType()
required .CommandType commandType = 1;

Specified by:
hasCommandType in interface WireFormats.AkkaControlMessageOrBuilder

getCommandType

public WireFormats.CommandType getCommandType()
required .CommandType commandType = 1;

Specified by:
getCommandType in interface WireFormats.AkkaControlMessageOrBuilder

hasHandshakeInfo

public boolean hasHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;

Specified by:
hasHandshakeInfo in interface WireFormats.AkkaControlMessageOrBuilder

getHandshakeInfo

public WireFormats.AkkaHandshakeInfo getHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;

Specified by:
getHandshakeInfo in interface WireFormats.AkkaControlMessageOrBuilder

getHandshakeInfoOrBuilder

public WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
optional .AkkaHandshakeInfo handshakeInfo = 2;

Specified by:
getHandshakeInfoOrBuilder in interface WireFormats.AkkaControlMessageOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static WireFormats.AkkaControlMessage.Builder newBuilder()

newBuilderForType

public WireFormats.AkkaControlMessage.Builder newBuilderForType()

newBuilder

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

toBuilder

public WireFormats.AkkaControlMessage.Builder toBuilder()

newBuilderForType

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