Static variables
Constructor
@:value({ maxSize : 1024, isWithLength : true, tryCount : 0, reconnect : -1 })new(?host:String, port:Int, reconnect:Int = -1, tryCount:Int = 0, isWithLength:Bool = true, maxSize:Int = 1024)
Variables
@:value(-1)read onlyid:Int = -1
@:value(false)read onlyopened:Bool = false
Methods
Inherited Variables
Inherited Methods
inlinebench(?name:String, f:() ‑> Void, ?p:Null<PosInfos>):Void
inlinebenchAsync(?name:String, f:() ‑> Void ‑> Void, ?p:Null<PosInfos>):Void
inlinebenchStart(name:String, ?p:Null<PosInfos>):Void
inlineerror(s:String, ?p:Null<PosInfos>):Void
inlineerrorf(fn:() ‑> String, ?p:Null<PosInfos>):Void
inlinelog(s:String, ?p:Null<PosInfos>):Void
inlinelogf(fn:() ‑> String, ?p:Null<PosInfos>):Void
@:value({ date : false, time : true })inlinetraceErrors(time:Bool = true, date:Bool = false):Void
@:value({ date : false, time : true })inlinetraceLogs(time:Bool = true, date:Bool = false):Void