C# Class Akka.Interfaced.SlimSocket.Server.TokenChecker

Inheritance: Akka.Actor.UntypedActor
Exibir arquivo Open project: SaladLab/Akka.Interfaced.SlimSocket

Public Methods

Method Description
TokenChecker ( GatewayInitiator initiator, TcpGateway gateway, Socket socket ) : System

Protected Methods

Method Description
OnConnectionClose ( TcpConnection connection, int reason ) : void
OnConnectionReceive ( TcpConnection connection, object packet ) : void
OnReceive ( object message ) : void
PostStop ( ) : void
PreStart ( ) : void

Method Details

OnConnectionClose() protected method

protected OnConnectionClose ( TcpConnection connection, int reason ) : void
connection TcpConnection
reason int
return void

OnConnectionReceive() protected method

protected OnConnectionReceive ( TcpConnection connection, object packet ) : void
connection TcpConnection
packet object
return void

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void

TokenChecker() public method

public TokenChecker ( GatewayInitiator initiator, TcpGateway gateway, Socket socket ) : System
initiator GatewayInitiator
gateway TcpGateway
socket Socket
return System