interface documentation
class IHalfCloseableDescriptor(Interface): (source)
A descriptor that can be half-closed.
| Method | read |
Indicates read connection was lost. |
| Method | write |
Indicates write connection was lost. |
class IHalfCloseableDescriptor(Interface): (source)
A descriptor that can be half-closed.
| Method | read |
Indicates read connection was lost. |
| Method | write |
Indicates write connection was lost. |