Table of Contents

Interface IConnectionHandlerFactory

Namespace
Shard.Network
Assembly
Shard.Network.dll

Creates the IConnectionHandler for a new connection. Provided by a higher layer (e.g. the auth module) via the service registry and resolved by the networking module when it binds.

public interface IConnectionHandlerFactory

Methods

Create(IChannelConnection)

IConnectionHandler Create(IChannelConnection connection)

Parameters

connection IChannelConnection

Returns

IConnectionHandler