Show / Hide Table of Contents

    Class InboundChannelHandlerBase<T>

    Inheritance
    System.Object
    InboundChannelHandlerBase<T>
    AuthenticationHandler
    BroadcastCleanupHandler
    BroadcastHandler
    CorrelationHandler<T>
    ObservableServiceHandler
    ProtocolMessageVerifyHandler
    Namespace: Catalyst.Core.Lib.IO.Handlers
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public abstract class InboundChannelHandlerBase<T> : ChannelHandlerAdapter
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    InboundChannelHandlerBase(ILogger)

    Declaration
    protected InboundChannelHandlerBase(ILogger logger)
    Parameters
    Type Name Description
    ILogger logger

    Fields

    | Improve this Doc View Source

    Logger

    Declaration
    protected readonly ILogger Logger
    Field Value
    Type Description
    ILogger

    Methods

    | Improve this Doc View Source

    ChannelRead(IChannelHandlerContext, Object)

    Declaration
    public override void ChannelRead(IChannelHandlerContext ctx, object msg)
    Parameters
    Type Name Description
    IChannelHandlerContext ctx
    System.Object msg
    | Improve this Doc View Source

    ChannelRead0(IChannelHandlerContext, T)

    Declaration
    protected abstract void ChannelRead0(IChannelHandlerContext ctx, T msg)
    Parameters
    Type Name Description
    IChannelHandlerContext ctx
    T msg
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network