Package io.undertow.io
Interface Receiver.ErrorCallback
-
- Enclosing interface:
- Receiver
public static interface Receiver.ErrorCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(HttpServerExchange exchange, java.io.IOException e)
-
-
-
Method Detail
-
error
void error(HttpServerExchange exchange, java.io.IOException e)
-
-