Click or drag to resize
Akka.NETProtobufDecoder Methods

The ProtobufDecoder type exposes the following members.

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