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

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

Private Properties

Свойство Type Description
CloseOnRead void
HandleReadException void

Méthodes publiques

Méthode Description
FinishRead ( SocketChannelAsyncOperation operation ) : void
SocketByteChannelUnsafe ( AbstractSocketByteChannel channel ) : System

Private Methods

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

Method Details

FinishRead() public méthode

public FinishRead ( SocketChannelAsyncOperation operation ) : void
operation SocketChannelAsyncOperation
Résultat void

SocketByteChannelUnsafe() public méthode

public SocketByteChannelUnsafe ( AbstractSocketByteChannel channel ) : System
channel AbstractSocketByteChannel
Résultat System