@@ -64,6 +64,12 @@ public class ConnectionListener
*/
privatefinalStringtlsPolicyPropertyName;
/**
* Name of property that configures the policy regarding compression (eg: ZLIB) that's applicable to this listener.
* 'null' causes an implementation default to be used.
*/
privatefinalStringcompressionPolicyPropertyName;
/**
* Name of property that configures the policy regarding mutual authentication that's applicable to this listener.
* 'null' indicates that this policy cannot be configured and 'disabled' should be used as a default.
...
...
@@ -88,7 +94,7 @@ public class ConnectionListener
* @param tlsPolicyPropertyName Property name (of a string) that defines the applicable TLS Policy. Or, the value {@link org.jivesoftware.openfire.Connection.TLSPolicy} to indicate unconfigurable TLS Policy. Cannot be null.
* @param clientAuthPolicyPropertyName Property name (of an string) that defines maximum IO processing threads. Null causes a unconfigurabel value of 'wanted' to be used.