public interface HttpRequestHandler<T>
Modifier and Type | Interface and Description |
---|---|
static class |
HttpRequestHandler.Default<T> |
static interface |
HttpRequestHandler.ExceptionHandler |
Modifier and Type | Method and Description |
---|---|
NioReader.State |
dispatch(SessionDispatcherFactory.SessionDispatcher<T> dispatcher,
HttpRequest headers,
HttpResponse response,
HeaderReader<T> reader,
NioWriter writer,
T sessionState) |
void |
onException(java.lang.Throwable processingException,
java.nio.channels.SocketChannel channel) |
NioReader.State dispatch(SessionDispatcherFactory.SessionDispatcher<T> dispatcher, HttpRequest headers, HttpResponse response, HeaderReader<T> reader, NioWriter writer, T sessionState)
void onException(java.lang.Throwable processingException, java.nio.channels.SocketChannel channel)
Copyright © 2019. All Rights Reserved.