IFiberConnectionHandler.this

Constructor, uses 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

stack_size size_t

fiber stack size

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