HH\Lib\Network\Socket

Meta Engineer?

This is available as Network\Socket in the www repository.

A handle representing a connection between processes

It is possible for both ends to be connected to the same process, and to either be local or across a network.

Interface Synopsis

namespace HH\Lib\Network;

interface Socket implements \HH\Lib\IO\ReadWriteHandle {...}

Public Methods

Public Methods (HH\Lib\IO\WriteHandle)

Public Methods (HH\Lib\IO\ReadHandle)

Protected Methods (HH\Lib\IO\WriteHandle)