C# Class Helios.Channels.Sockets.AbstractSocketByteChannel.SocketByteChannelUnsafe

Inheritance: AbstractSocketUnsafe
Mostra file Open project: helios-io/helios

Private Properties

Property Type Description
CloseOnRead void
HandleReadException void

Public Methods

Method Description
FinishRead ( SocketChannelAsyncOperation operation ) : void
SocketByteChannelUnsafe ( AbstractSocketByteChannel channel ) : System

Private Methods

Method Description
CloseOnRead ( ) : void
HandleReadException ( IChannelPipeline pipeline, IByteBuf byteBuf, Exception cause, bool close ) : void

Method Details

FinishRead() public method

public FinishRead ( SocketChannelAsyncOperation operation ) : void
operation SocketChannelAsyncOperation
return void

SocketByteChannelUnsafe() public method

public SocketByteChannelUnsafe ( AbstractSocketByteChannel channel ) : System
channel AbstractSocketByteChannel
return System