C# Class OfflineServer.Servers.Xmpp.XmppServer

Afficher le fichier Open project: berkay2578/nfsw-server

Méthodes publiques

Свойство Type Description
jidPrepender String
port System.Int32

Protected Properties

Свойство Type Description
certificate System.Security.Cryptography.X509Certificates.X509Certificate
client System.Net.Sockets.TcpClient
ct System.Threading.CancellationToken
cts System.Threading.CancellationTokenSource
decoder System.Text.Decoder
isSsl System.Boolean
listener System.Net.Sockets.TcpListener
log log4net.ILog
personaId System.Int32
sslStream System.Net.Security.SslStream
stream System.Net.Sockets.NetworkStream
utf8Encoding System.Text.Encoding

Méthodes publiques

Méthode Description
calculateHash ( String messageResponse ) : System.Int64
doHandshake ( ) : void
doLogin ( Int32 newPersonaId ) : void
doLogout ( Int32 personaId ) : void
initialize ( ) : void
listenLoop ( ) : void
read ( System.Boolean forceNoSsl = false ) : Task
shutdown ( ) : void
write ( String message, System.Boolean forceNoSsl = false ) : Task

Method Details

calculateHash() public abstract méthode

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

doHandshake() public abstract méthode

public abstract doHandshake ( ) : void
Résultat void

doLogin() public abstract méthode

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

doLogout() public abstract méthode

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

initialize() public abstract méthode

public abstract initialize ( ) : void
Résultat void

listenLoop() public abstract méthode

public abstract listenLoop ( ) : void
Résultat void

read() public méthode

public read ( System.Boolean forceNoSsl = false ) : Task
forceNoSsl System.Boolean
Résultat Task

shutdown() public abstract méthode

public abstract shutdown ( ) : void
Résultat void

write() public méthode

public write ( String message, System.Boolean forceNoSsl = false ) : Task
message String
forceNoSsl System.Boolean
Résultat Task

Property Details

certificate protected_oe property

protected X509Certificate,System.Security.Cryptography.X509Certificates certificate
Résultat System.Security.Cryptography.X509Certificates.X509Certificate

client protected_oe property

protected TcpClient,System.Net.Sockets client
Résultat System.Net.Sockets.TcpClient

ct protected_oe property

protected CancellationToken,System.Threading ct
Résultat System.Threading.CancellationToken

cts protected_oe property

protected CancellationTokenSource,System.Threading cts
Résultat System.Threading.CancellationTokenSource

decoder protected_oe property

protected Decoder,System.Text decoder
Résultat System.Text.Decoder

isSsl protected_oe property

protected Boolean,System isSsl
Résultat System.Boolean

jidPrepender public_oe property

public String jidPrepender
Résultat String

listener protected_oe property

protected TcpListener,System.Net.Sockets listener
Résultat System.Net.Sockets.TcpListener

log protected_oe property

protected log4net.ILog log
Résultat log4net.ILog

personaId protected_oe property

protected Int32,System personaId
Résultat System.Int32

port public_oe property

public Int32,System port
Résultat System.Int32

sslStream protected_oe property

protected SslStream,System.Net.Security sslStream
Résultat System.Net.Security.SslStream

stream protected_oe property

protected NetworkStream,System.Net.Sockets stream
Résultat System.Net.Sockets.NetworkStream

utf8Encoding protected_oe property

protected Encoding,System.Text utf8Encoding
Résultat System.Text.Encoding