Click or drag to resize
Akka.NETProtobufEncoder Class
Encodes a generic object into a IByteBuffer using Google protobufs
Inheritance Hierarchy
SystemObject
  ChannelHandlerAdapter
    MessageToMessageEncoderObject
      Akka.Remote.TestKit.ProtoProtobufEncoder

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 ProtobufEncoder : MessageToMessageEncoder<Object>

The ProtobufEncoder type exposes the following members.

Constructors
  NameDescription
Public methodProtobufEncoder
Initializes a new instance of the ProtobufEncoder class
Top
Properties
  NameDescription
Public propertyIsSharable (Inherited from ChannelHandlerAdapter.)
Top
Methods
  NameDescription
Public methodAcceptOutboundMessage (Inherited from MessageToMessageEncoderObject.)
Public methodBindAsync (Inherited from ChannelHandlerAdapter.)
Public methodChannelActive (Inherited from ChannelHandlerAdapter.)
Public methodChannelInactive (Inherited from ChannelHandlerAdapter.)
Public methodChannelRead (Inherited from ChannelHandlerAdapter.)
Public methodChannelReadComplete (Inherited from ChannelHandlerAdapter.)
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.)
Public methodDeregisterAsync (Inherited from ChannelHandlerAdapter.)
Public methodDisconnectAsync (Inherited from ChannelHandlerAdapter.)
Protected methodEncode (Overrides MessageToMessageEncoder.Encode(IChannelHandlerContext, UTP, ListObject).)
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 ChannelHandlerAdapter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead (Inherited from ChannelHandlerAdapter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUserEventTriggered (Inherited from ChannelHandlerAdapter.)
Public methodWriteAsync (Inherited from MessageToMessageEncoderObject.)
Top
Extension Methods
See Also