Class HalfClosed

All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class HalfClosed extends Event<Void>
This event signals that an I/O subchannel has been closed on the other end.

Components that want to send final data before the connection closes completely should do so in response to this event.

  • Constructor Details