READ_BUFFER_SIZE
READ_BUFFER_SIZE = 65535 : integer
Read buffer size.
AsyncTcpConnection.
$protocol : \Workerman\Protocols\ProtocolInterface
Application layer protocol.
The format is like this Workerman\Protocols\Http.
$worker : \Workerman\Worker
Which worker belong to.
pipe(\Workerman\Connection\TcpConnection $dest) : void
This method pulls all the data out of a readable stream, and writes it to the supplied destination.
\Workerman\Connection\TcpConnection | $dest |