Function Protocol.eofReceived

Calls when the other end signals it won’t send any more data (for example by calling writeEof(), if the other end also uses asynchronous IO).

This method may return a false value, in which case the transport will close itself. Conversely, if this method returns a true value, closing the transport is up to the protocol.

Prototype

abstract bool eofReceived();

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0