C# Класс Akka.Interfaced.SlimSocket.Server.TcpChannel

Наследование: Akka.Interfaced.SlimServer.ActorBoundChannelBase
Показать файл Открыть проект

Открытые методы

Метод Описание
TcpChannel ( GatewayInitiator initiator, Socket socket, object tag ) : System
TcpChannel ( GatewayInitiator initiator, TcpConnection connection, object tag, Tuple bindingActor ) : System

Защищенные методы

Метод Описание
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnResponseMessage ( ResponseMessage message ) : void
PostStop ( ) : void
PreStart ( ) : void

Приватные методы

Метод Описание
OnConnectionClose ( TcpConnection connection, int reason ) : void
OnConnectionReceive ( TcpConnection connection, object packet ) : void

Описание методов

OnCloseRequest() защищенный метод

protected OnCloseRequest ( ) : void
Результат void

OnNotificationMessage() защищенный метод

protected OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
Результат void

OnResponseMessage() защищенный метод

protected OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
Результат void

PostStop() защищенный метод

protected PostStop ( ) : void
Результат void

PreStart() защищенный метод

protected PreStart ( ) : void
Результат void

TcpChannel() публичный метод

public TcpChannel ( GatewayInitiator initiator, Socket socket, object tag ) : System
initiator GatewayInitiator
socket Socket
tag object
Результат System

TcpChannel() публичный метод

public TcpChannel ( GatewayInitiator initiator, TcpConnection connection, object tag, Tuple bindingActor ) : System
initiator GatewayInitiator
connection TcpConnection
tag object
bindingActor Tuple
Результат System