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 TypeMethodDescriptionvoidAdds support to a HttpResponder for capturing an exception during write.
-
Method Details
-
handleException
Adds support to a HttpResponder for capturing an exception during write.- Parameters:
ex- an exception occurred while sending data to client.
-