Click or drag to resize
Akka.NETProtobufDecoder Class
Decodes a message from a IByteBuffer into a Google protobuff wire format
Inheritance Hierarchy
SystemObject
  ChannelHandlerAdapter
    ByteToMessageDecoder
      Akka.Remote.TestKit.ProtoProtobufDecoder

Namespace:  Akka.Remote.TestKit.Proto
Assembly:  Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class ProtobufDecoder : ByteToMessageDecoder

The ProtobufDecoder type exposes the following members.

Constructors
  NameDescription
Public methodProtobufDecoder(IMessageLite)
Initializes a new instance of the ProtobufDecoder class
Public methodProtobufDecoder(IMessageLite, ExtensionRegistry)
Initializes a new instance of the ProtobufDecoder class
Top
Properties
  NameDescription
Protected propertyActualReadableBytes (Inherited from ByteToMessageDecoder.)
Protected propertyInternalBuffer (Inherited from ByteToMessageDecoder.)
Public propertyIsSharable (Inherited from ChannelHandlerAdapter.)
Public propertySingleDecode (Inherited from ByteToMessageDecoder.)
Top
Methods
  NameDescription
Public methodBindAsync (Inherited from ChannelHandlerAdapter.)
Protected methodCallDecode (Inherited from ByteToMessageDecoder.)
Public methodChannelActive (Inherited from ChannelHandlerAdapter.)
Public methodChannelInactive (Inherited from ByteToMessageDecoder.)
Public methodChannelRead (Inherited from ByteToMessageDecoder.)
Public methodChannelReadComplete (Inherited from ByteToMessageDecoder.)
Public methodChannelRegistered (Inherited from ChannelHandlerAdapter.)
Public methodChannelUnregistered (Inherited from ChannelHandlerAdapter.)
Public methodChannelWritabilityChanged (Inherited from ChannelHandlerAdapter.)
Public methodCloseAsync (Inherited from ChannelHandlerAdapter.)
Public methodConnectAsync (Inherited from ChannelHandlerAdapter.)
Protected methodDecode (Overrides ByteToMessageDecoder.Decode(IChannelHandlerContext, IByteBuffer, ListObject).)
Protected methodDecodeLast (Inherited from ByteToMessageDecoder.)
Public methodDeregisterAsync (Inherited from ChannelHandlerAdapter.)
Protected methodDiscardSomeReadBytes (Inherited from ByteToMessageDecoder.)
Public methodDisconnectAsync (Inherited from ChannelHandlerAdapter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExceptionCaught (Inherited from ChannelHandlerAdapter.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlush (Inherited from ChannelHandlerAdapter.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandlerAdded (Inherited from ChannelHandlerAdapter.)
Public methodHandlerRemoved (Inherited from ByteToMessageDecoder.)
Protected methodHandlerRemovedInternal (Inherited from ByteToMessageDecoder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead (Inherited from ChannelHandlerAdapter.)
Public methodSetCumulator (Inherited from ByteToMessageDecoder.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUserEventTriggered (Inherited from ChannelHandlerAdapter.)
Public methodWriteAsync (Inherited from ChannelHandlerAdapter.)
Top
Extension Methods
See Also