IFiberConnectionHandler.this

Constructor, uses the default fiber stack size and the default setting for buffered socket writing.

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

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