akka.remote.testconductor
Class TestConductorProtocol.AddressRequest

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.testconductor.TestConductorProtocol.AddressRequest
All Implemented Interfaces:
TestConductorProtocol.AddressRequestOrBuilder
Enclosing class:
TestConductorProtocol

public static final class TestConductorProtocol.AddressRequest
extends com.google.protobuf.GeneratedMessage
implements TestConductorProtocol.AddressRequestOrBuilder


Nested Class Summary
static class TestConductorProtocol.AddressRequest.Builder
           
 
Field Summary
static int ADDR_FIELD_NUMBER
           
static int NODE_FIELD_NUMBER
           
 
Method Summary
 TestConductorProtocol.Address getAddr()
           
 TestConductorProtocol.AddressOrBuilder getAddrOrBuilder()
           
static TestConductorProtocol.AddressRequest getDefaultInstance()
           
 TestConductorProtocol.AddressRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getNode()
           
 int getSerializedSize()
           
 boolean hasAddr()
           
 boolean hasNode()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static TestConductorProtocol.AddressRequest.Builder newBuilder()
           
static TestConductorProtocol.AddressRequest.Builder newBuilder(TestConductorProtocol.AddressRequest prototype)
           
 TestConductorProtocol.AddressRequest.Builder newBuilderForType()
           
protected  TestConductorProtocol.AddressRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static TestConductorProtocol.AddressRequest parseDelimitedFrom(java.io.InputStream input)
           
static TestConductorProtocol.AddressRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.AddressRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.ByteString data)
           
static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.AddressRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestConductorProtocol.AddressRequest.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

NODE_FIELD_NUMBER

public static final int NODE_FIELD_NUMBER
See Also:
Constant Field Values

ADDR_FIELD_NUMBER

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

getDefaultInstance

public static TestConductorProtocol.AddressRequest getDefaultInstance()

getDefaultInstanceForType

public TestConductorProtocol.AddressRequest getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasNode

public boolean hasNode()
Specified by:
hasNode in interface TestConductorProtocol.AddressRequestOrBuilder

getNode

public java.lang.String getNode()
Specified by:
getNode in interface TestConductorProtocol.AddressRequestOrBuilder

hasAddr

public boolean hasAddr()
Specified by:
hasAddr in interface TestConductorProtocol.AddressRequestOrBuilder

getAddr

public TestConductorProtocol.Address getAddr()
Specified by:
getAddr in interface TestConductorProtocol.AddressRequestOrBuilder

getAddrOrBuilder

public TestConductorProtocol.AddressOrBuilder getAddrOrBuilder()
Specified by:
getAddrOrBuilder in interface TestConductorProtocol.AddressRequestOrBuilder

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

parseFrom

public static TestConductorProtocol.AddressRequest parseFrom(com.google.protobuf.ByteString data,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static TestConductorProtocol.AddressRequest parseFrom(byte[] data,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

public static TestConductorProtocol.AddressRequest parseDelimitedFrom(java.io.InputStream input)
                                                               throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static TestConductorProtocol.AddressRequest.Builder newBuilder()

newBuilderForType

public TestConductorProtocol.AddressRequest.Builder newBuilderForType()

newBuilder

public static TestConductorProtocol.AddressRequest.Builder newBuilder(TestConductorProtocol.AddressRequest prototype)

toBuilder

public TestConductorProtocol.AddressRequest.Builder toBuilder()

newBuilderForType

protected TestConductorProtocol.AddressRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)