akka.remote
Class WireFormats.AddressData.Builder

java.lang.Object
  extended by 
      extended by akka.remote.WireFormats.AddressData.Builder
All Implemented Interfaces:
WireFormats.AddressDataOrBuilder
Enclosing class:
WireFormats.AddressData

public static final class WireFormats.AddressData.Builder
extends
implements WireFormats.AddressDataOrBuilder


Method Summary
 WireFormats.AddressData build()
           
 WireFormats.AddressData buildPartial()
           
 WireFormats.AddressData.Builder clear()
           
 WireFormats.AddressData.Builder clearHostname()
           
 WireFormats.AddressData.Builder clearPort()
           
 WireFormats.AddressData.Builder clearProtocol()
           
 WireFormats.AddressData.Builder clearSystem()
           
 WireFormats.AddressData.Builder clone()
           
 WireFormats.AddressData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getHostname()
           
 int getPort()
           
 java.lang.String getProtocol()
           
 java.lang.String getSystem()
           
 boolean hasHostname()
           
 boolean hasPort()
           
 boolean hasProtocol()
           
 boolean hasSystem()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.AddressData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AddressData.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.AddressData.Builder setHostname(java.lang.String value)
           
 WireFormats.AddressData.Builder setPort(int value)
           
 WireFormats.AddressData.Builder setProtocol(java.lang.String value)
           
 WireFormats.AddressData.Builder setSystem(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

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

clear

public WireFormats.AddressData.Builder clear()

clone

public WireFormats.AddressData.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public WireFormats.AddressData getDefaultInstanceForType()

build

public WireFormats.AddressData build()

buildPartial

public WireFormats.AddressData buildPartial()

mergeFrom

public WireFormats.AddressData.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

public WireFormats.AddressData.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
Throws:
java.io.IOException

hasSystem

public boolean hasSystem()
Specified by:
hasSystem in interface WireFormats.AddressDataOrBuilder

getSystem

public java.lang.String getSystem()
Specified by:
getSystem in interface WireFormats.AddressDataOrBuilder

setSystem

public WireFormats.AddressData.Builder setSystem(java.lang.String value)

clearSystem

public WireFormats.AddressData.Builder clearSystem()

hasHostname

public boolean hasHostname()
Specified by:
hasHostname in interface WireFormats.AddressDataOrBuilder

getHostname

public java.lang.String getHostname()
Specified by:
getHostname in interface WireFormats.AddressDataOrBuilder

setHostname

public WireFormats.AddressData.Builder setHostname(java.lang.String value)

clearHostname

public WireFormats.AddressData.Builder clearHostname()

hasPort

public boolean hasPort()
Specified by:
hasPort in interface WireFormats.AddressDataOrBuilder

getPort

public int getPort()
Specified by:
getPort in interface WireFormats.AddressDataOrBuilder

setPort

public WireFormats.AddressData.Builder setPort(int value)

clearPort

public WireFormats.AddressData.Builder clearPort()

hasProtocol

public boolean hasProtocol()
Specified by:
hasProtocol in interface WireFormats.AddressDataOrBuilder

getProtocol

public java.lang.String getProtocol()
Specified by:
getProtocol in interface WireFormats.AddressDataOrBuilder

setProtocol

public WireFormats.AddressData.Builder setProtocol(java.lang.String value)

clearProtocol

public WireFormats.AddressData.Builder clearProtocol()