Class SecureProtocolAttribute

java.lang.Object
io.undertow.attribute.SecureProtocolAttribute
All Implemented Interfaces:
ExchangeAttribute

public class SecureProtocolAttribute extends Object implements ExchangeAttribute
An attribute which describes the secure protocol. This is the protocol resolved from the SSLSessionInfo.getSecureProtocol().
Author:
James R. Perkins