Overview

Network

static Network :: {}

This is an API for creating sockets and sending/recieving data through them, since 30th on June of 2018 this has relaced Winsock as a crossplatform solution.

Children

dynamic Socket

Methods

Return Params Description
Void static()

Initiates the Network driver, must be declared before using any other function.

Object:Network.Socket createSocket()

Creates a new Socket object.

Array getAddresses(String url)

Returns the IP addresses of a corresponding URL.