TCPListener¶
Constructors¶
create¶
new ref create(
auth: TCPListenAuth val,
host: String val,
port: String val,
enclosing: TCPListenerActor ref,
limit: (U32 val | None val) = reference)
: TCPListener ref^
Parameters¶
- auth: TCPListenAuth val
- host: String val
- port: String val
- enclosing: TCPListenerActor ref
- limit: (U32 val | None val) = reference
Returns¶
- TCPListener ref^
none¶
Returns¶
- TCPListener ref^
Public Functions¶
close¶
Returns¶
- None val