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

Protobuf type SelectionEnvelope


Nested Class Summary
static class ContainerFormats.SelectionEnvelope.Builder
          Protobuf type SelectionEnvelope
 
Field Summary
static int ENCLOSEDMESSAGE_FIELD_NUMBER
           
static int MESSAGEMANIFEST_FIELD_NUMBER
           
static  PARSER
           
static int PATTERN_FIELD_NUMBER
           
static int SERIALIZERID_FIELD_NUMBER
           
static int WILDCARDFANOUT_FIELD_NUMBER
           
 
Method Summary
static ContainerFormats.SelectionEnvelope getDefaultInstance()
           
 ContainerFormats.SelectionEnvelope getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.ByteString getEnclosedMessage()
          required bytes enclosedMessage = 1;
 com.google.protobuf.ByteString getMessageManifest()
          optional bytes messageManifest = 4;
  getParserForType()
           
 ContainerFormats.Selection getPattern(int index)
          repeated .Selection pattern = 3;
 int getPatternCount()
          repeated .Selection pattern = 3;
 java.util.List<ContainerFormats.Selection> getPatternList()
          repeated .Selection pattern = 3;
 ContainerFormats.SelectionOrBuilder getPatternOrBuilder(int index)
          repeated .Selection pattern = 3;
 java.util.List<? extends ContainerFormats.SelectionOrBuilder> getPatternOrBuilderList()
          repeated .Selection pattern = 3;
 int getSerializedSize()
           
 int getSerializerId()
          required int32 serializerId = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean getWildcardFanOut()
          optional bool wildcardFanOut = 5;
 boolean hasEnclosedMessage()
          required bytes enclosedMessage = 1;
 boolean hasMessageManifest()
          optional bytes messageManifest = 4;
 boolean hasSerializerId()
          required int32 serializerId = 2;
 boolean hasWildcardFanOut()
          optional bool wildcardFanOut = 5;
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

PARSER

public static  PARSER

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

WILDCARDFANOUT_FIELD_NUMBER

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

getDefaultInstance

public static ContainerFormats.SelectionEnvelope getDefaultInstance()

getDefaultInstanceForType

public ContainerFormats.SelectionEnvelope getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

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

internalGetFieldAccessorTable

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

getParserForType

public  getParserForType()

hasEnclosedMessage

public boolean hasEnclosedMessage()
required bytes enclosedMessage = 1;

Specified by:
hasEnclosedMessage in interface ContainerFormats.SelectionEnvelopeOrBuilder

getEnclosedMessage

public com.google.protobuf.ByteString getEnclosedMessage()
required bytes enclosedMessage = 1;

Specified by:
getEnclosedMessage in interface ContainerFormats.SelectionEnvelopeOrBuilder

hasSerializerId

public boolean hasSerializerId()
required int32 serializerId = 2;

Specified by:
hasSerializerId in interface ContainerFormats.SelectionEnvelopeOrBuilder

getSerializerId

public int getSerializerId()
required int32 serializerId = 2;

Specified by:
getSerializerId in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPatternList

public java.util.List<ContainerFormats.Selection> getPatternList()
repeated .Selection pattern = 3;

Specified by:
getPatternList in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPatternOrBuilderList

public java.util.List<? extends ContainerFormats.SelectionOrBuilder> getPatternOrBuilderList()
repeated .Selection pattern = 3;

Specified by:
getPatternOrBuilderList in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPatternCount

public int getPatternCount()
repeated .Selection pattern = 3;

Specified by:
getPatternCount in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPattern

public ContainerFormats.Selection getPattern(int index)
repeated .Selection pattern = 3;

Specified by:
getPattern in interface ContainerFormats.SelectionEnvelopeOrBuilder

getPatternOrBuilder

public ContainerFormats.SelectionOrBuilder getPatternOrBuilder(int index)
repeated .Selection pattern = 3;

Specified by:
getPatternOrBuilder in interface ContainerFormats.SelectionEnvelopeOrBuilder

hasMessageManifest

public boolean hasMessageManifest()
optional bytes messageManifest = 4;

Specified by:
hasMessageManifest in interface ContainerFormats.SelectionEnvelopeOrBuilder

getMessageManifest

public com.google.protobuf.ByteString getMessageManifest()
optional bytes messageManifest = 4;

Specified by:
getMessageManifest in interface ContainerFormats.SelectionEnvelopeOrBuilder

hasWildcardFanOut

public boolean hasWildcardFanOut()
optional bool wildcardFanOut = 5;

Specified by:
hasWildcardFanOut in interface ContainerFormats.SelectionEnvelopeOrBuilder

getWildcardFanOut

public boolean getWildcardFanOut()
optional bool wildcardFanOut = 5;

Specified by:
getWildcardFanOut 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)