Class UnexpectedEndpointDisconnectedEvent

  • All Implemented Interfaces:
    Event

    public class UnexpectedEndpointDisconnectedEvent
    extends AbstractEvent
    This event is usually raised if the server closes the socket and the client didn't expect it.
    • Constructor Detail

      • UnexpectedEndpointDisconnectedEvent

        public UnexpectedEndpointDisconnectedEvent​(EndpointContext context)
    • Method Detail

      • description

        public String description()
        Description copied from interface: Event
        A textual description with more information about the event.
        Returns:
        the description, if set.