Method Protocols.Line.simple()->create()
- Method
create
Protocols.Line.simple Protocols.Line.simple(
Stdio.File
con
,int
|void
timeout
)- Description
Create a simple nonblocking line-based protocol handler.
con
is the connection.timeout
is an optional timeout in seconds after which the connection will be closed if there has been no data sent or received.If
timeout
is0
(zero), no timeout will be in effect.- See also