Skip to content

Connection

Evan Swick edited this page Feb 19, 2016 · 1 revision

A Connection represents a connection between a client and server. It is a subclass of IOStream.

For information on operating streams, see Stream.

Variables

  • remoteAddr: String
    • The address of the server
  • localAddr: String
    • The address of the client
Clone this wiki locally