Examples:
979899100101102103104105106107
public int getPort() { return 5050; } }; ClientErrorHandler clientErrorHandler = (context, statusCode) -> { DefaultHandlingResult.this.clientError = statusCode; latch.countDown(); }; ServerErrorHandler serverErrorHandler = (context, throwable1) -> {