public class FileErrorResponseMapper extends java.lang.Object implements rx.functions.Func1<java.lang.Throwable,ErrorResponseGenerator<io.netty.buffer.ByteBuf>>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_404_HTML_TEMPLATE |
Constructor and Description |
---|
FileErrorResponseMapper() |
Modifier and Type | Method and Description |
---|---|
ErrorResponseGenerator<io.netty.buffer.ByteBuf> |
call(java.lang.Throwable t1) |
public static final java.lang.String _404_HTML_TEMPLATE
public ErrorResponseGenerator<io.netty.buffer.ByteBuf> call(java.lang.Throwable t1)
call
in interface rx.functions.Func1<java.lang.Throwable,ErrorResponseGenerator<io.netty.buffer.ByteBuf>>