C# 클래스 Akka.Remote.TestKit.RemoteConnection

INTERNAL API
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
CreateConnection ( Role role, IPEndPoint socketAddress, int poolSize, IChannelHandler upstreamHandler ) : Task
ReleaseAll ( ) : System.Threading.Tasks.Task
Shutdown ( IChannel connection ) : void

비공개 메소드들

메소드 설명
ApplyChannelPipeline ( IChannel channel, IChannelHandler handler ) : void
GetClientWorkerPool ( int poolSize ) : IEventLoopGroup
GetServerPool ( int poolSize ) : IEventLoopGroup
GetServerWorkerPool ( int poolSize ) : IEventLoopGroup
RemoteConnection ( ) : System

메소드 상세

CreateConnection() 공개 정적인 메소드

public static CreateConnection ( Role role, IPEndPoint socketAddress, int poolSize, IChannelHandler upstreamHandler ) : Task
role Role
socketAddress System.Net.IPEndPoint
poolSize int
upstreamHandler IChannelHandler
리턴 Task

ReleaseAll() 공개 정적인 메소드

public static ReleaseAll ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Shutdown() 공개 정적인 메소드

public static Shutdown ( IChannel connection ) : void
connection IChannel
리턴 void