public interface HttpServlet
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsTlsSessionInfo() |
io.netty.handler.codec.http.FullHttpResponse |
service(io.netty.handler.codec.http.FullHttpRequest request,
ServletURI servletUri,
SSLSession sslSession,
SslReverseProxyMode sslReverseProxyMode) |
boolean needsTlsSessionInfo()
io.netty.handler.codec.http.FullHttpResponse service(io.netty.handler.codec.http.FullHttpRequest request,
ServletURI servletUri,
SSLSession sslSession,
SslReverseProxyMode sslReverseProxyMode)
throws Exception
request - The request. Must not be null.
. * @param servletUri
The servlet URI (URI part after the servlet alias). Must not be null.sslSession - SSLSession associated with this connection. Could be null.sslReverseProxyMode - Mode of the SSL reverse proxy. Must not be null.ExceptionCopyright © 2017. All rights reserved.