akka.remote
Class WireFormats.AkkaHandshakeInfo

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

public static final class WireFormats.AkkaHandshakeInfo
extends com.google.protobuf.GeneratedMessage
implements WireFormats.AkkaHandshakeInfoOrBuilder

Protobuf type AkkaHandshakeInfo


Nested Class Summary
static class WireFormats.AkkaHandshakeInfo.Builder
          Protobuf type AkkaHandshakeInfo
 
Field Summary
static int COOKIE_FIELD_NUMBER
           
static int ORIGIN_FIELD_NUMBER
           
static  PARSER
           
static int UID_FIELD_NUMBER
           
 
Method Summary
 java.lang.String getCookie()
          optional string cookie = 3;
 com.google.protobuf.ByteString getCookieBytes()
          optional string cookie = 3;
static WireFormats.AkkaHandshakeInfo getDefaultInstance()
           
 WireFormats.AkkaHandshakeInfo getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 WireFormats.AddressData getOrigin()
          required .AddressData origin = 1;
 WireFormats.AddressDataOrBuilder getOriginOrBuilder()
          required .AddressData origin = 1;
  getParserForType()
           
 int getSerializedSize()
           
 long getUid()
          required fixed64 uid = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasCookie()
          optional string cookie = 3;
 boolean hasOrigin()
          required .AddressData origin = 1;
 boolean hasUid()
          required fixed64 uid = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static WireFormats.AkkaHandshakeInfo.Builder newBuilder()
           
static WireFormats.AkkaHandshakeInfo.Builder newBuilder(WireFormats.AkkaHandshakeInfo prototype)
           
 WireFormats.AkkaHandshakeInfo.Builder newBuilderForType()
           
protected  WireFormats.AkkaHandshakeInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static WireFormats.AkkaHandshakeInfo parseDelimitedFrom(java.io.InputStream input)
           
static WireFormats.AkkaHandshakeInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaHandshakeInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaHandshakeInfo parseFrom(com.google.protobuf.ByteString data)
           
static WireFormats.AkkaHandshakeInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaHandshakeInfo parseFrom(com.google.protobuf.CodedInputStream input)
           
static WireFormats.AkkaHandshakeInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AkkaHandshakeInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AkkaHandshakeInfo.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

ORIGIN_FIELD_NUMBER

public static final int ORIGIN_FIELD_NUMBER
See Also:
Constant Field Values

UID_FIELD_NUMBER

public static final int UID_FIELD_NUMBER
See Also:
Constant Field Values

COOKIE_FIELD_NUMBER

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

getDefaultInstance

public static WireFormats.AkkaHandshakeInfo getDefaultInstance()

getDefaultInstanceForType

public WireFormats.AkkaHandshakeInfo 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()

hasOrigin

public boolean hasOrigin()
required .AddressData origin = 1;

Specified by:
hasOrigin in interface WireFormats.AkkaHandshakeInfoOrBuilder

getOrigin

public WireFormats.AddressData getOrigin()
required .AddressData origin = 1;

Specified by:
getOrigin in interface WireFormats.AkkaHandshakeInfoOrBuilder

getOriginOrBuilder

public WireFormats.AddressDataOrBuilder getOriginOrBuilder()
required .AddressData origin = 1;

Specified by:
getOriginOrBuilder in interface WireFormats.AkkaHandshakeInfoOrBuilder

hasUid

public boolean hasUid()
required fixed64 uid = 2;

Specified by:
hasUid in interface WireFormats.AkkaHandshakeInfoOrBuilder

getUid

public long getUid()
required fixed64 uid = 2;

Specified by:
getUid in interface WireFormats.AkkaHandshakeInfoOrBuilder

hasCookie

public boolean hasCookie()
optional string cookie = 3;

Specified by:
hasCookie in interface WireFormats.AkkaHandshakeInfoOrBuilder

getCookie

public java.lang.String getCookie()
optional string cookie = 3;

Specified by:
getCookie in interface WireFormats.AkkaHandshakeInfoOrBuilder

getCookieBytes

public com.google.protobuf.ByteString getCookieBytes()
optional string cookie = 3;

Specified by:
getCookieBytes in interface WireFormats.AkkaHandshakeInfoOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static WireFormats.AkkaHandshakeInfo.Builder newBuilder()

newBuilderForType

public WireFormats.AkkaHandshakeInfo.Builder newBuilderForType()

newBuilder

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

toBuilder

public WireFormats.AkkaHandshakeInfo.Builder toBuilder()

newBuilderForType

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