C# 클래스 Helios.Reactor.ProxyReactorBase

IReactor implementation which spawns ReactorProxyResponseChannel instances for interacting directly with connected clients
상속: ReactorBase
파일 보기 프로젝트 열기: helios-io/helios

보호된 프로퍼티들

프로퍼티 타입 설명
SocketMap ReactorResponseChannel>.Dictionary

보호된 메소드들

메소드 설명
ProxyReactorBase ( IPAddress localAddress, int localPort, NetworkEventLoop eventLoop, IMessageEncoder encoder, IMessageDecoder decoder, IByteBufAllocator allocator, SocketType socketType = SocketType.Stream, ProtocolType protocol = ProtocolType.Tcp, int bufferSize = NetworkConstants.DEFAULT_BUFFER_SIZE ) : System.Collections.Generic
ReceivedData ( NetworkData availableData, ReactorResponseChannel responseChannel ) : void

메소드 상세

ProxyReactorBase() 보호된 메소드

protected ProxyReactorBase ( IPAddress localAddress, int localPort, NetworkEventLoop eventLoop, IMessageEncoder encoder, IMessageDecoder decoder, IByteBufAllocator allocator, SocketType socketType = SocketType.Stream, ProtocolType protocol = ProtocolType.Tcp, int bufferSize = NetworkConstants.DEFAULT_BUFFER_SIZE ) : System.Collections.Generic
localAddress System.Net.IPAddress
localPort int
eventLoop Helios.Net.NetworkEventLoop
encoder IMessageEncoder
decoder IMessageDecoder
allocator IByteBufAllocator
socketType SocketType
protocol ProtocolType
bufferSize int
리턴 System.Collections.Generic

ReceivedData() 보호된 메소드

protected ReceivedData ( NetworkData availableData, ReactorResponseChannel responseChannel ) : void
availableData Helios.Net.NetworkData
responseChannel Helios.Reactor.Response.ReactorResponseChannel
리턴 void

프로퍼티 상세

SocketMap 보호되어 있는 프로퍼티

protected Dictionary SocketMap
리턴 ReactorResponseChannel>.Dictionary