akka.remote
Class ContainerFormats.SelectionEnvelope

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.ContainerFormats.SelectionEnvelope
All Implemented Interfaces:
ContainerFormats.SelectionEnvelopeOrBuilder
Enclosing class:
ContainerFormats

public static final class ContainerFormats.SelectionEnvelope
extends com.google.protobuf.GeneratedMessage
implements ContainerFormats.SelectionEnvelopeOrBuilder


Nested Class Summary
static class ContainerFormats.SelectionEnvelope.Builder
           
 
Field Summary
static int ENCLOSEDMESSAGE_FIELD_NUMBER
           
static int MESSAGEMANIFEST_FIELD_NUMBER
           
static int PATTERN_FIELD_NUMBER
           
static int SERIALIZERID_FIELD_NUMBER
           
 
Method Summary
static ContainerFormats.SelectionEnvelope getDefaultInstance()
           
 ContainerFormats.SelectionEnvelope getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.ByteString getEnclosedMessage()
           
 com.google.protobuf.ByteString getMessageManifest()
           
 ContainerFormats.Selection getPattern(int index)
           
 int getPatternCount()
           
 java.util.List<ContainerFormats.Selection> getPatternList()
           
 ContainerFormats.SelectionOrBuilder getPatternOrBuilder(int index)
           
 java.util.List<? extends ContainerFormats.SelectionOrBuilder> getPatternOrBuilderList()
           
 int getSerializedSize()
           
 int getSerializerId()
           
 boolean hasEnclosedMessage()
           
 boolean hasMessageManifest()
           
 boolean hasSerializerId()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ContainerFormats.SelectionEnvelope.Builder newBuilder()
           
static ContainerFormats.SelectionEnvelope.Builder newBuilder(ContainerFormats.SelectionEnvelope prototype)
           
 ContainerFormats.SelectionEnvelope.Builder newBuilderForType()
           
protected  ContainerFormats.SelectionEnvelope.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ContainerFormats.SelectionEnvelope parseDelimitedFrom(java.io.InputStream input)
           
static ContainerFormats.SelectionEnvelope parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ContainerFormats.SelectionEnvelope parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ContainerFormats.SelectionEnvelope parseFrom(com.google.protobuf.ByteString data)
           
static ContainerFormats.SelectionEnvelope parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ContainerFormats.SelectionEnvelope parseFrom(com.google.protobuf.CodedInputStream input)
           
static ContainerFormats.SelectionEnvelope parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ContainerFormats.SelectionEnvelope parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ContainerFormats.SelectionEnvelope.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

ENCLOSEDMESSAGE_FIELD_NUMBER

public static final int ENCLOSEDMESSAGE_FIELD_NUMBER
See Also:
Constant Field Values

SERIALIZERID_FIELD_NUMBER

public static final int SERIALIZERID_FIELD_NUMBER
See Also:
Constant Field Values

PATTERN_FIELD_NUMBER

public static final int PATTERN_FIELD_NUMBER
See Also:
Constant Field Values

MESSAGEMANIFEST_FIELD_NUMBER

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

getDefaultInstance

public static ContainerFormats.SelectionEnvelope getDefaultInstance()

getDefaultInstanceForType

public ContainerFormats.SelectionEnvelope getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasEnclosedMessage

public boolean hasEnclosedMessage()
Specified by:
hasEnclosedMessage in interface ContainerFormats.SelectionEnvelopeOrBuilder

getEnclosedMessage

public com.google.protobuf.ByteString getEnclosedMessage()
Specified by:
getEnclosedMessage in interface ContainerFormats.SelectionEnvelopeOrBuilder

hasSerializerId

public boolean hasSerializerId()
Specified by:
hasSerializerId in interface ContainerFormats.SelectionEnvelopeOrBuilder

getSerializerId

public int getSerializerId()
Specified by:
getSerializerId in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPatternList

public java.util.List<ContainerFormats.Selection> getPatternList()
Specified by:
getPatternList in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPatternOrBuilderList

public java.util.List<? extends ContainerFormats.SelectionOrBuilder> getPatternOrBuilderList()
Specified by:
getPatternOrBuilderList in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPatternCount

public int getPatternCount()
Specified by:
getPatternCount in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPattern

public ContainerFormats.Selection getPattern(int index)
Specified by:
getPattern in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPatternOrBuilder

public ContainerFormats.SelectionOrBuilder getPatternOrBuilder(int index)
Specified by:
getPatternOrBuilder in interface ContainerFormats.SelectionEnvelopeOrBuilder

hasMessageManifest

public boolean hasMessageManifest()
Specified by:
hasMessageManifest in interface ContainerFormats.SelectionEnvelopeOrBuilder

getMessageManifest

public com.google.protobuf.ByteString getMessageManifest()
Specified by:
getMessageManifest in interface ContainerFormats.SelectionEnvelopeOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static ContainerFormats.SelectionEnvelope parseDelimitedFrom(java.io.InputStream input)
                                                             throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ContainerFormats.SelectionEnvelope.Builder newBuilder()

newBuilderForType

public ContainerFormats.SelectionEnvelope.Builder newBuilderForType()

newBuilder

public static ContainerFormats.SelectionEnvelope.Builder newBuilder(ContainerFormats.SelectionEnvelope prototype)

toBuilder

public ContainerFormats.SelectionEnvelope.Builder toBuilder()

newBuilderForType

protected ContainerFormats.SelectionEnvelope.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)