Interface CloseEvent

All Superinterfaces:
Event
All Known Implementing Classes:
CloseEventImpl

public interface CloseEvent extends Event
A CloseEvent is sent to clients using WebSockets when the connection is closed. This is delivered to the listener indicated by the WebSocket object's onclose attribute.
See Also:
  • Method Details