Свойство | Type | Description | |
---|---|---|---|
ENC |
Свойство | Type | Description | |
---|---|---|---|
CreateOpenBodyTag | jabber.protocol.stream.Body | ||
Enqueue | void | ||
FakeReceivedStream | bool | ||
FakeTimer | void | ||
GetSocket | |||
ISocketEventListener | ISocketEventListener | ||
ISocketEventListener | bool | ||
ISocketEventListener | bool | ||
ISocketEventListener | bool | ||
ISocketEventListener | void | ||
ISocketEventListener | void | ||
ISocketEventListener | void | ||
ProcessThread | void |
Méthode | Description | |
---|---|---|
Accept ( |
Accept a socket. Not implemented.
|
|
Close ( ) : void |
Stop polling.
|
|
Connect ( |
Start polling
|
|
RequestAccept ( ) : void |
Not implemented
|
|
RequestRead ( ) : void |
Start reading.
|
|
RestartStream ( ) : void |
Restart stream Reference XEP-0206, Section 5
|
|
StartCompression ( ) : void |
Start compression over this connection. Not implemented.
|
|
StartTLS ( ) : void |
Start TLS over this connection. Not implemented.
|
|
ToString ( ) : string |
Descripton, including URL.
|
|
Write ( |
Write an XML element to the socket. In this case, the element is queued, so that the write thread can pick it up.
|
|
Write ( byte buf, int offset, int len ) : void |
Send bytes to the jabber server
|
|
XEP124Socket ( ISocketEventListener listener ) : System |
Create an instance
|
Méthode | Description | |
---|---|---|
CreateOpenBodyTag ( ) : jabber.protocol.stream.Body | ||
Enqueue ( |
||
FakeReceivedStream ( ) : bool | ||
FakeTimer ( object state ) : void | ||
GetSocket ( ) : |
||
ISocketEventListener ( bedrock.net.BaseSocket newSock ) : ISocketEventListener | ||
ISocketEventListener ( bedrock.net.BaseSocket newsocket ) : bool | ||
ISocketEventListener ( bedrock.net.BaseSocket sock, |
||
ISocketEventListener ( bedrock.net.BaseSocket sock, byte buf, int offset, int length ) : bool | ||
ISocketEventListener ( bedrock.net.BaseSocket sock ) : void | ||
ISocketEventListener ( bedrock.net.BaseSocket sock, |
||
ISocketEventListener ( bedrock.net.BaseSocket sock, byte buf, int offset, int length ) : void | ||
ProcessThread ( ) : void |
public Accept ( |
||
addr | ||
backlog | int | |
Résultat | void |
public Connect ( |
||
addr | Ignored in this case. Set URL. | |
Résultat | void |
public Write ( |
||
elem | ||
Résultat | void |
public Write ( byte buf, int offset, int len ) : void | ||
buf | byte | |
offset | int | |
len | int | |
Résultat | void |
public XEP124Socket ( ISocketEventListener listener ) : System | ||
listener | ISocketEventListener | |
Résultat | System |