[Top]
Protocols
Protocols.Line
Protocols.Line.simple
|
Method Protocols.Line.simple()->disconnect()
- Method
disconnect
void disconnect()
- Description
Disconnect the connection.
Pushes an end of file marker onto the send queue send_q .
- Note
Note that the actual closing of the connection is delayed
until all data in the send queue has been sent.
No more data will be read from the other end after this function
has been called.
|