C# 클래스 Akka.Streams.Tests.IO.TcpHelper.ServerConnection

파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
Abort ( ) : void
Close ( ) : void
ConfirmedClose ( ) : void
ExpectClosed ( Predicate isMessage, System.TimeSpan max = null ) : void
ExpectClosed ( Tcp expected ) : void
ExpectTerminated ( ) : void
Read ( int count ) : void
ServerConnection ( Akka.TestKit.TestKitBase testkit, IActorRef connectionActor ) : System
WaitRead ( ) : ByteString
Write ( ByteString bytes ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

ConfirmedClose() 공개 메소드

public ConfirmedClose ( ) : void
리턴 void

ExpectClosed() 공개 메소드

public ExpectClosed ( Predicate isMessage, System.TimeSpan max = null ) : void
isMessage Predicate
max System.TimeSpan
리턴 void

ExpectClosed() 공개 메소드

public ExpectClosed ( Tcp expected ) : void
expected Tcp
리턴 void

ExpectTerminated() 공개 메소드

public ExpectTerminated ( ) : void
리턴 void

Read() 공개 메소드

public Read ( int count ) : void
count int
리턴 void

ServerConnection() 공개 메소드

public ServerConnection ( Akka.TestKit.TestKitBase testkit, IActorRef connectionActor ) : System
testkit Akka.TestKit.TestKitBase
connectionActor IActorRef
리턴 System

WaitRead() 공개 메소드

public WaitRead ( ) : ByteString
리턴 Akka.IO.ByteString

Write() 공개 메소드

public Write ( ByteString bytes ) : void
bytes Akka.IO.ByteString
리턴 void