C# Class Akka.Remote.TestKit.RemoteConnection

INTERNAL API
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
CreateConnection ( Role role, IPEndPoint socketAddress, int poolSize, IChannelHandler upstreamHandler ) : Task
ReleaseAll ( ) : System.Threading.Tasks.Task
Shutdown ( IChannel connection ) : void

Private Methods

Méthode Description
ApplyChannelPipeline ( IChannel channel, IChannelHandler handler ) : void
GetClientWorkerPool ( int poolSize ) : IEventLoopGroup
GetServerPool ( int poolSize ) : IEventLoopGroup
GetServerWorkerPool ( int poolSize ) : IEventLoopGroup
RemoteConnection ( ) : System

Method Details

CreateConnection() public static méthode

public static CreateConnection ( Role role, IPEndPoint socketAddress, int poolSize, IChannelHandler upstreamHandler ) : Task
role Role
socketAddress System.Net.IPEndPoint
poolSize int
upstreamHandler IChannelHandler
Résultat Task

ReleaseAll() public static méthode

public static ReleaseAll ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Shutdown() public static méthode

public static Shutdown ( IChannel connection ) : void
connection IChannel
Résultat void