Package akka.remote
Class WireFormats.AddressData
- java.lang.Object
-
- akka.protobuf.AbstractMessageLite
-
- akka.protobuf.AbstractMessage
-
- akka.protobuf.GeneratedMessage
-
- akka.remote.WireFormats.AddressData
-
- All Implemented Interfaces:
akka.protobuf.Message
,akka.protobuf.MessageLite
,akka.protobuf.MessageLiteOrBuilder
,akka.protobuf.MessageOrBuilder
,WireFormats.AddressDataOrBuilder
,java.io.Serializable
- Enclosing class:
- WireFormats
public static final class WireFormats.AddressData extends akka.protobuf.GeneratedMessage implements WireFormats.AddressDataOrBuilder
Protobuf typeAddressData
Defines a remote address.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WireFormats.AddressData.Builder
Protobuf typeAddressData
-
Nested classes/interfaces inherited from class akka.protobuf.GeneratedMessage
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type extends java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description static int
HOSTNAME_FIELD_NUMBER
static akka.protobuf.Parser<WireFormats.AddressData>
PARSER
static int
PORT_FIELD_NUMBER
static int
PROTOCOL_FIELD_NUMBER
static int
SYSTEM_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WireFormats.AddressData
getDefaultInstance()
WireFormats.AddressData
getDefaultInstanceForType()
static akka.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getHostname()
required string hostname = 2;
akka.protobuf.ByteString
getHostnameBytes()
required string hostname = 2;
akka.protobuf.Parser<WireFormats.AddressData>
getParserForType()
int
getPort()
required uint32 port = 3;
java.lang.String
getProtocol()
optional string protocol = 4;
akka.protobuf.ByteString
getProtocolBytes()
optional string protocol = 4;
int
getSerializedSize()
java.lang.String
getSystem()
required string system = 1;
akka.protobuf.ByteString
getSystemBytes()
required string system = 1;
akka.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasHostname()
required string hostname = 2;
boolean
hasPort()
required uint32 port = 3;
boolean
hasProtocol()
optional string protocol = 4;
boolean
hasSystem()
required string system = 1;
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static WireFormats.AddressData.Builder
newBuilder()
static WireFormats.AddressData.Builder
newBuilder(WireFormats.AddressData prototype)
WireFormats.AddressData.Builder
newBuilderForType()
protected WireFormats.AddressData.Builder
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
static WireFormats.AddressData
parseDelimitedFrom(java.io.InputStream input)
static WireFormats.AddressData
parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static WireFormats.AddressData
parseFrom(byte[] data)
static WireFormats.AddressData
parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static WireFormats.AddressData
parseFrom(akka.protobuf.ByteString data)
static WireFormats.AddressData
parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static WireFormats.AddressData
parseFrom(akka.protobuf.CodedInputStream input)
static WireFormats.AddressData
parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static WireFormats.AddressData
parseFrom(java.io.InputStream input)
static WireFormats.AddressData
parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
WireFormats.AddressData.Builder
toBuilder()
protected java.lang.Object
writeReplace()
void
writeTo(akka.protobuf.CodedOutputStream output)
-
Methods inherited from class akka.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
-
Methods inherited from class akka.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class akka.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PARSER
public static akka.protobuf.Parser<WireFormats.AddressData> PARSER
-
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
-
PROTOCOL_FIELD_NUMBER
public static final int PROTOCOL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
public static WireFormats.AddressData getDefaultInstance()
-
getDefaultInstanceForType
public WireFormats.AddressData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobuf.MessageOrBuilder
-
getUnknownFields
public final akka.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfaceakka.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classakka.protobuf.GeneratedMessage
-
getDescriptor
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classakka.protobuf.GeneratedMessage
-
getParserForType
public akka.protobuf.Parser<WireFormats.AddressData> getParserForType()
- Specified by:
getParserForType
in interfaceakka.protobuf.Message
- Specified by:
getParserForType
in interfaceakka.protobuf.MessageLite
- Overrides:
getParserForType
in classakka.protobuf.GeneratedMessage
-
hasSystem
public boolean hasSystem()
required string system = 1;
- Specified by:
hasSystem
in interfaceWireFormats.AddressDataOrBuilder
-
getSystem
public java.lang.String getSystem()
required string system = 1;
- Specified by:
getSystem
in interfaceWireFormats.AddressDataOrBuilder
-
getSystemBytes
public akka.protobuf.ByteString getSystemBytes()
required string system = 1;
- Specified by:
getSystemBytes
in interfaceWireFormats.AddressDataOrBuilder
-
hasHostname
public boolean hasHostname()
required string hostname = 2;
- Specified by:
hasHostname
in interfaceWireFormats.AddressDataOrBuilder
-
getHostname
public java.lang.String getHostname()
required string hostname = 2;
- Specified by:
getHostname
in interfaceWireFormats.AddressDataOrBuilder
-
getHostnameBytes
public akka.protobuf.ByteString getHostnameBytes()
required string hostname = 2;
- Specified by:
getHostnameBytes
in interfaceWireFormats.AddressDataOrBuilder
-
hasPort
public boolean hasPort()
required uint32 port = 3;
- Specified by:
hasPort
in interfaceWireFormats.AddressDataOrBuilder
-
getPort
public int getPort()
required uint32 port = 3;
- Specified by:
getPort
in interfaceWireFormats.AddressDataOrBuilder
-
hasProtocol
public boolean hasProtocol()
optional string protocol = 4;
- Specified by:
hasProtocol
in interfaceWireFormats.AddressDataOrBuilder
-
getProtocol
public java.lang.String getProtocol()
optional string protocol = 4;
- Specified by:
getProtocol
in interfaceWireFormats.AddressDataOrBuilder
-
getProtocolBytes
public akka.protobuf.ByteString getProtocolBytes()
optional string protocol = 4;
- Specified by:
getProtocolBytes
in interfaceWireFormats.AddressDataOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceakka.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classakka.protobuf.GeneratedMessage
-
writeTo
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfaceakka.protobuf.MessageLite
- Overrides:
writeTo
in classakka.protobuf.AbstractMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceakka.protobuf.MessageLite
- Overrides:
getSerializedSize
in classakka.protobuf.AbstractMessage
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Overrides:
writeReplace
in classakka.protobuf.GeneratedMessage
- Throws:
java.io.ObjectStreamException
-
parseFrom
public static WireFormats.AddressData parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.AddressData parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.AddressData parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.AddressData parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.AddressData parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.AddressData parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static WireFormats.AddressData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static WireFormats.AddressData parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.AddressData parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.AddressData parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static WireFormats.AddressData.Builder newBuilder()
-
newBuilderForType
public WireFormats.AddressData.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceakka.protobuf.Message
- Specified by:
newBuilderForType
in interfaceakka.protobuf.MessageLite
-
newBuilder
public static WireFormats.AddressData.Builder newBuilder(WireFormats.AddressData prototype)
-
toBuilder
public WireFormats.AddressData.Builder toBuilder()
- Specified by:
toBuilder
in interfaceakka.protobuf.Message
- Specified by:
toBuilder
in interfaceakka.protobuf.MessageLite
-
newBuilderForType
protected WireFormats.AddressData.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForType
in classakka.protobuf.GeneratedMessage
-
-