IFiberConnectionHandler.this

Constructor, uses the default fiber stack size.

Connects the socket, the asynchronous reader and writer, and the provided epoll select dispatcher.

Parameters

epoll EpollSelectDispatcher

epoll select dispatcher which this connection should use for i/o

buffered_writer bool

set to true to use the buffered writer

socket ISocket

the socket

finalize_dg FinalizeDg

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

error_dg ErrorDg

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

Meta