AkkaProtocolMessage Methods

The AkkaProtocolMessage type exposes the following members.

Methods


  Name Description
Public method Static member CreateBuilder()()()()
Public method Static member CreateBuilder(AkkaProtocolMessage)
Public method CreateBuilderForType()()()()
Public method CreateBuilderForType()()()() (Inherited from AbstractMessageLite.)
Public method Equals (Inherited from AbstractMessage.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode (Inherited from AbstractMessage.)
Public method GetRepeatedFieldCount (Inherited from GeneratedMessage.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HasField (Inherited from GeneratedMessage.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Static member ParseDelimitedFrom(Stream)
Public method Static member ParseDelimitedFrom(Stream, ExtensionRegistry)
Public method Static member ParseFrom(ByteString)
Public method Static member ParseFrom(ByteString, ExtensionRegistry)
Public method Static member ParseFrom(array<Byte>[]()[][])
Public method Static member ParseFrom(array<Byte>[]()[][], ExtensionRegistry)
Public method Static member ParseFrom(Stream)
Public method Static member ParseFrom(Stream, ExtensionRegistry)
Public method Static member ParseFrom(ICodedInputStream)
Public method Static member ParseFrom(ICodedInputStream, ExtensionRegistry)
Public method PrintTo (Inherited from AbstractMessage.)
Public method ToBuilder()()()()
Public method ToBuilder()()()() (Inherited from AbstractMessageLite.)
Public method ToByteArray (Inherited from AbstractMessageLite.)
Public method ToByteString (Inherited from AbstractMessageLite.)
Public method ToString (Inherited from AbstractMessage.)
Public method WriteDelimitedTo (Inherited from AbstractMessageLite.)
Public method WriteTo(ICodedOutputStream)
Public method WriteTo(ICodedOutputStream) (Inherited from AbstractMessage.)
Public method WriteTo(Stream) (Inherited from AbstractMessageLite.)