WriteTransport.abort - multiple declarations

Function WriteTransport.abort

Close the transport immediately, without waiting for pending operations to complete.

Buffered data will be lost. No more data will be received. The protocol's connectionLost() method will eventually be called with null as its argument.

Prototype

abstract void abort();

Function WriteTransport.abort

Close the transport immediately, without waiting for pending operations to complete.

Buffered data will be lost. No more data will be received. The protocol's connectionLost() method will eventually be called with null as its argument.

Prototype

abstract void abort();

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0