WriteTransport.writeEof - multiple declarations

Function WriteTransport.writeEof

Close the write end of the transport after flushing buffered data.

Data may still be received.

This method can throw NotImplementedError if the transport (e.g. SSL) doesn’t support half-closes.

Prototype

abstract void writeEof();

Function WriteTransport.writeEof

Close the write end of the transport after flushing buffered data.

Data may still be received.

This method can throw NotImplementedError if the transport (e.g. SSL) doesn’t support half-closes.

Prototype

abstract void writeEof();

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0