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

Inheritance: Akka.Interfaced.SlimServer.ActorBoundChannelBase
Show file Open project: SaladLab/Akka.Interfaced.SlimSocket

Public Methods

Method Description
UdpChannel ( GatewayInitiator initiator, object connection, object tag, Tuple bindingActor ) : System

Protected Methods

Method Description
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnResponseMessage ( ResponseMessage message ) : void
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Method Description
Handle ( DisconnectedMessage m ) : void
OnConnectionMessage ( NetIncomingMessage msg ) : bool
OnConnectionReceive ( Packet p ) : void
SendPacket ( Packet packet ) : void

Method Details

OnCloseRequest() protected method

protected OnCloseRequest ( ) : void
return void

OnNotificationMessage() protected method

protected OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
return void

OnResponseMessage() protected method

protected OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
return void

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void

UdpChannel() public method

public UdpChannel ( GatewayInitiator initiator, object connection, object tag, Tuple bindingActor ) : System
initiator GatewayInitiator
connection object
tag object
bindingActor Tuple
return System