C# Class Helios.Reactor.Tcp.TcpSingleEventLoopProxyReactor

Inheritance: TcpProxyReactor
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
TcpSingleEventLoopProxyReactor ( IPAddress localAddress, int localPort, NetworkEventLoop eventLoop, IMessageEncoder encoder, IMessageDecoder decoder, IByteBufAllocator allocator, int bufferSize = NetworkConstants.DEFAULT_BUFFER_SIZE ) : System

Méthodes protégées

Méthode Description
ReceivedData ( NetworkData availableData, ReactorResponseChannel responseChannel ) : void

Method Details

ReceivedData() protected méthode

protected ReceivedData ( NetworkData availableData, ReactorResponseChannel responseChannel ) : void
availableData Helios.Net.NetworkData
responseChannel Helios.Reactor.Response.ReactorResponseChannel
Résultat void

TcpSingleEventLoopProxyReactor() public méthode

public TcpSingleEventLoopProxyReactor ( IPAddress localAddress, int localPort, NetworkEventLoop eventLoop, IMessageEncoder encoder, IMessageDecoder decoder, IByteBufAllocator allocator, int bufferSize = NetworkConstants.DEFAULT_BUFFER_SIZE ) : System
localAddress System.Net.IPAddress
localPort int
eventLoop Helios.Net.NetworkEventLoop
encoder IMessageEncoder
decoder IMessageDecoder
allocator IByteBufAllocator
bufferSize int
Résultat System