Interface SocketExceptionHandler

All Known Implementing Classes:
ClientWebSocketHandler

public interface SocketExceptionHandler
Handler for when connections fail during generate.
Author:
Dr Michael Gardiner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds support to a HttpResponder for capturing an exception during write.
  • Method Details

    • handleException

      void handleException(Exception ex)
      Adds support to a HttpResponder for capturing an exception during write.
      Parameters:
      ex - an exception occurred while sending data to client.