Classes

The following classes are available globally.

  • A (virtual) Network Interface

    See more

    Declaration

    Swift

    public class NetworkInterface : CallbackQueueProtocol
  • Abstract base class for connections and listeners

    See more

    Declaration

    Swift

    public class TCPBase : CallbackQueueProtocol
  • Listener for TCP Connections

    See more

    Declaration

    Swift

    public final class TCPListener : TCPBase
  • A TCP Connection

    See more

    Declaration

    Swift

    public final class TCPConnection : TCPBase
  • UDP

    UDP Socket.

    See more

    Declaration

    Swift

    public class UDP : CallbackQueueProtocol