C# Class SubServer.XmppSeverConnection

XMPPSeverConnection.
ファイルを表示 Open project: SiteView/ECC8.13

Public Properties

Property Type Description
m_Sock Socket

Public Methods

Method Description
ReadCallback ( IAsyncResult ar ) : void
Send ( string data ) : void
Stop ( ) : void
XmppSeverConnection ( ) : System
XmppSeverConnection ( XmppServer server, Socket sock ) : System

Private Methods

Method Description
DealLoginMessage ( string msg ) : void

处理用户登陆消息

DealScanMessage ( string msg ) : void

处理扫描消息

EndClientConnection ( ) : void
GetScanAppPatn ( ) : string

获取NetScan路径

ProcessAgentsIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessAuth ( agsXMPP auth ) : void
ProcessAuthIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessBind ( agsXMPP.protocol.client.IQ iq ) : void
ProcessByteStreamIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessDiscoInfoIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessDiscoItemsIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessMessage ( agsXMPP.protocol.client.Message msg ) : void
ProcessOtherIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessPresence ( Presence presence ) : void
ProcessQuery ( agsXMPP.protocol.client.IQ iq ) : void
ProcessRegisterIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessResponse ( agsXMPP response ) : void
ProcessRosterIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessSI ( agsXMPP.protocol.client.IQ iq ) : void
ProcessSearchIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessSession ( agsXMPP.protocol.client.IQ iq ) : void
ProcessVcard ( agsXMPP.protocol.client.IQ iq ) : void
Send ( Account account, Element msg ) : bool
Send ( Jid to, Element msg ) : bool
Send ( Element el ) : void
SendCallback ( IAsyncResult ar ) : void
SendOpenStream ( ) : void
StreamParser_OnStreamElement ( object sender, agsXMPP.Xml.Dom.Node e ) : void
StreamParser_OnStreamEnd ( object sender, agsXMPP.Xml.Dom.Node e ) : void
StreamParser_OnStreamStart ( object sender, agsXMPP.Xml.Dom.Node e ) : void
TeccInterface ( string licStr, string key ) : int
isUserScan ( string user ) : bool

检查指定的用户是否在扫描

m_StreamParser_OnStreamRead ( byte buf ) : void

gong tao

Method Details

ReadCallback() public method

public ReadCallback ( IAsyncResult ar ) : void
ar IAsyncResult
return void

Send() public method

public Send ( string data ) : void
data string
return void

Stop() public method

public Stop ( ) : void
return void

XmppSeverConnection() public method

public XmppSeverConnection ( ) : System
return System

XmppSeverConnection() public method

public XmppSeverConnection ( XmppServer server, Socket sock ) : System
server XmppServer
sock Socket
return System

Property Details

m_Sock public_oe property

public Socket m_Sock
return Socket