| Modifier and Type | Method and Description |
|---|---|
static SslReverseProxyMode |
SslReverseProxyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslReverseProxyMode[] |
SslReverseProxyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected X509Certificate |
AbstractHttpServlet.getClientCert(io.netty.handler.codec.http.HttpRequest request,
SSLSession sslSession,
SslReverseProxyMode sslReverseProxyMode) |
io.netty.handler.codec.http.FullHttpResponse |
HttpServlet.service(io.netty.handler.codec.http.FullHttpRequest request,
ServletURI servletUri,
SSLSession sslSession,
SslReverseProxyMode sslReverseProxyMode) |
Copyright © 2017. All rights reserved.