Skip to content

TCPListener

[Source]

class ref TCPListener

Constructors

create

[Source]

new ref create(
  auth: TCPListenAuth val,
  host: String val,
  port: String val,
  enclosing: TCPListenerActor ref,
  limit: (U32 val | None val) = reference)
: TCPListener ref^

Parameters

Returns


none

[Source]

new ref none()
: TCPListener ref^

Returns


Public Functions

close

[Source]

fun ref close()
: None val

Returns