ocean.net.server.connection

Modules

IConnectionHandler
module ocean.net.server.connection.IConnectionHandler

Base class for a connection handler for use with SelectListener.

IConnectionHandlerInfo
module ocean.net.server.connection.IConnectionHandlerInfo

Informational (i.e. non-destructive) interface to a connection handler.

IFiberConnectionHandler
module ocean.net.server.connection.IFiberConnectionHandler

Base class for a connection handler for use with SelectListener, using Fibers.

TaskConnectionHandler
module ocean.net.server.connection.TaskConnectionHandler

Base class for a connection handler for use with SelectListener, using tasks.