C# Class Akka.Streams.Tests.IO.TcpHelper

Inheritance: Akka.Streams.TestKit.Tests.AkkaSpec
Datei anzeigen Open project: rogeralsing/akka.net

Protected Methods

Method Description
TcpHelper ( string config, ITestOutputHelper helper ) : System
TestClientProps ( IActorRef connection ) : Props
TestServerProps ( EndPoint address, IActorRef probe ) : Props

Method Details

TcpHelper() protected method

protected TcpHelper ( string config, ITestOutputHelper helper ) : System
config string
helper ITestOutputHelper
return System

TestClientProps() protected static method

protected static TestClientProps ( IActorRef connection ) : Props
connection IActorRef
return Props

TestServerProps() protected static method

protected static TestServerProps ( EndPoint address, IActorRef probe ) : Props
address System.Net.EndPoint
probe IActorRef
return Props