haXe
HXMPP API
Back
|
Index
class
jabber.stream.PacketTimeout
extends
jabber.util.Dispatcher
<
PacketCollector
>
var
collector :
PacketCollector
var
time(default,setTime) :
Int
function
new(handlers :
Array
<
PacketCollector
->
Void
>, ?time :
Int
) :
Void
function
forceTimeout() :
Void
Force to report timeout and stop.
function
start(?t :
Int
) :
Void
Start timeout.
function
stop() :
Void
Stop reporting timeout to handlers.
static
var
defaultTimeout :
Int
Default packet timeout ms
Back
|
Index