Method | Description | |
---|---|---|
CreateConnection ( Role role, |
||
ReleaseAll ( ) : System.Threading.Tasks.Task | ||
Shutdown ( IChannel connection ) : void |
Method | Description | |
---|---|---|
ApplyChannelPipeline ( IChannel channel, IChannelHandler handler ) : void | ||
GetClientWorkerPool ( int poolSize ) : IEventLoopGroup | ||
GetServerPool ( int poolSize ) : IEventLoopGroup | ||
GetServerWorkerPool ( int poolSize ) : IEventLoopGroup | ||
RemoteConnection ( ) : System |
public static CreateConnection ( Role role, |
||
role | Role | |
socketAddress | ||
poolSize | int | |
upstreamHandler | IChannelHandler | |
return | Task |
public static ReleaseAll ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static Shutdown ( IChannel connection ) : void | ||
connection | IChannel | |
return | void |