public interface ConfidentialPortManager
HttpServerExchange
of the current request and obtain the number of the port number to use in
https redirects.Modifier and Type | Method | Description |
---|---|---|
int |
getConfidentialPort(io.undertow.server.HttpServerExchange exchange) |
Obtain the port number to redirect the current request to to provide the transport guarantee of CONDIFENTIAL.
|
int getConfidentialPort(io.undertow.server.HttpServerExchange exchange)
exchange
- The current HttpServerExchange
being redirected.-1
if no configured port is available.Copyright © 2018. All rights reserved.