akka.remote
Class RemoteProtocol.AddressProtocol

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

public static final class RemoteProtocol.AddressProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.AddressProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.AddressProtocol.Builder
           
 
Field Summary
static int HOSTNAME_FIELD_NUMBER
           
static int PORT_FIELD_NUMBER
           
static int SYSTEM_FIELD_NUMBER
           
 
Method Summary
static RemoteProtocol.AddressProtocol getDefaultInstance()
           
 RemoteProtocol.AddressProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getHostname()
           
 int getPort()
           
 int getSerializedSize()
           
 java.lang.String getSystem()
           
 boolean hasHostname()
           
 boolean hasPort()
           
 boolean hasSystem()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.AddressProtocol.Builder newBuilder()
           
static RemoteProtocol.AddressProtocol.Builder newBuilder(RemoteProtocol.AddressProtocol prototype)
           
 RemoteProtocol.AddressProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.AddressProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.AddressProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.AddressProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.AddressProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.AddressProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.AddressProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.AddressProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.AddressProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.AddressProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.AddressProtocol.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

SYSTEM_FIELD_NUMBER

public static final int SYSTEM_FIELD_NUMBER
See Also:
Constant Field Values

HOSTNAME_FIELD_NUMBER

public static final int HOSTNAME_FIELD_NUMBER
See Also:
Constant Field Values

PORT_FIELD_NUMBER

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

getDefaultInstance

public static RemoteProtocol.AddressProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.AddressProtocol getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasSystem

public boolean hasSystem()
Specified by:
hasSystem in interface RemoteProtocol.AddressProtocolOrBuilder

getSystem

public java.lang.String getSystem()
Specified by:
getSystem in interface RemoteProtocol.AddressProtocolOrBuilder

hasHostname

public boolean hasHostname()
Specified by:
hasHostname in interface RemoteProtocol.AddressProtocolOrBuilder

getHostname

public java.lang.String getHostname()
Specified by:
getHostname in interface RemoteProtocol.AddressProtocolOrBuilder

hasPort

public boolean hasPort()
Specified by:
hasPort in interface RemoteProtocol.AddressProtocolOrBuilder

getPort

public int getPort()
Specified by:
getPort in interface RemoteProtocol.AddressProtocolOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static RemoteProtocol.AddressProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.AddressProtocol.Builder newBuilderForType()

newBuilder

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

toBuilder

public RemoteProtocol.AddressProtocol.Builder toBuilder()

newBuilderForType

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