BaseProtocol.connectionLost - multiple declarations

Function BaseProtocol.connectionLost

Called when the connection is lost or closed.

Prototype

abstract void connectionLost(
  Exception exception
);

Parameters

NameDescription
exception is either an exception object or null. The latter means a regular EOF is received, or the connection was aborted or closed by this side of the connection.

Function BaseProtocol.connectionLost

Called when the connection is lost or closed.

Prototype

abstract void connectionLost(
  Exception exception
);

Parameters

NameDescription
exception is either an exception object or null. The latter means a regular EOF is received, or the connection was aborted or closed by this side of the connection.

Function BaseProtocol.connectionLost

Called when the connection is lost or closed.

Prototype

abstract void connectionLost(
  Exception exception
);

Parameters

NameDescription
exception is either an exception object or null. The latter means a regular EOF is received, or the connection was aborted or closed by this side of the connection.

Function BaseProtocol.connectionLost

Called when the connection is lost or closed.

Prototype

abstract void connectionLost(
  Exception exception
);

Parameters

NameDescription
exception is either an exception object or null. The latter means a regular EOF is received, or the connection was aborted or closed by this side of the connection.

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0