Class SinglePortConfidentialityHandler

java.lang.Object
io.undertow.security.handlers.AbstractConfidentialityHandler
io.undertow.security.handlers.SinglePortConfidentialityHandler
All Implemented Interfaces:
HttpHandler

public class SinglePortConfidentialityHandler extends AbstractConfidentialityHandler
An extension to AbstractConfidentialityHandler that uses the Host header from the incoming message and specifies the confidential address by just switching the port.
Author:
Darran Lofthouse