C# Class OfflineServer.Servers.Xmpp.BasicXmppServer

Inheritance: XmppServer
Afficher le fichier Open project: berkay2578/nfsw-server

Méthodes publiques

Méthode Description
BasicXmppServer ( System.Boolean ssl = false, Int32 port ) : System
calculateHash ( String messageResponse ) : System.Int64
doHandshake ( ) : void
doLogin ( Int32 newPersonaId ) : void
doLogout ( Int32 personaId ) : void
initialize ( ) : void
listenLoop ( ) : void
shutdown ( ) : void

Private Methods

Méthode Description
_read ( System.Boolean increaseAmountRead = true ) : Task
_write ( ) : Task
definePackets ( ) : void
switchToTls ( ) : void

Method Details

BasicXmppServer() public méthode

public BasicXmppServer ( System.Boolean ssl = false, Int32 port ) : System
ssl System.Boolean
port System.Int32
Résultat System

calculateHash() public méthode

public calculateHash ( String messageResponse ) : System.Int64
messageResponse String
Résultat System.Int64

doHandshake() public méthode

public doHandshake ( ) : void
Résultat void

doLogin() public méthode

public doLogin ( Int32 newPersonaId ) : void
newPersonaId System.Int32
Résultat void

doLogout() public méthode

public doLogout ( Int32 personaId ) : void
personaId System.Int32
Résultat void

initialize() public méthode

public initialize ( ) : void
Résultat void

listenLoop() public méthode

public listenLoop ( ) : void
Résultat void

shutdown() public méthode

public shutdown ( ) : void
Résultat void