IConnectionHandler.this

Constructor

  1. this(ISocket socket, ErrorDg error_dg_)
  2. this(ISocket socket, FinalizeDg finalize_dg_, ErrorDg error_dg_)
    class IConnectionHandler
    protected
    this
    (,
    scope FinalizeDg finalize_dg_ = null
    ,
    scope ErrorDg error_dg_ = null
    )

Parameters

socket ISocket

the socket

finalize_dg_ FinalizeDg

optional user-specified finalizer, called when the connection is shut down

error_dg_ ErrorDg

optional user-specified error handler, called when a connection error occurs

Meta