Define rfile and wfile for stream sockets.

Constructor

new(request:Socket, clientAddress:{port:Int, host:Host}, server:BaseServer)

Constructor.

Variables

@:value(false)disableNagleAlgorithm:Bool = false

Disable nagle algorithm for this socket, if true. Use only when wbufsize != 0, to avoid small packets.

@:value(null)timeout:Null<Float> = null

A timeout to apply to the request socket, if not null.

Inherited Variables

Inherited Methods