Interface WriteTransport

Interface for write-only transports.

Inherits from

Methods

Name Description
abort Close the transport immediately, without waiting for pending operations to complete.
canWriteEof
getWriteBufferLimits Get the high- and low-water limits for write flow control.
getWriteBufferSize
setWriteBufferLimits Set the high- and low-water limits for write flow control.
write Write some data bytes to the transport.
writeEof Close the write end of the transport after flushing buffered data.
close Close the transport.
getExtraInfo Get optional transport information.

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0