Class ConnectionSettings.Server
java.lang.Object
org.jivesoftware.openfire.session.ConnectionSettings.Server
- Enclosing class:
- ConnectionSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final SystemProperty<Duration>How much time the server will wait without receiving an inbound message until it is classed as an idle connection and closed.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final SystemProperty<Boolean>Only verify revocation status of end-entity (leaf) certificates.static final SystemProperty<Boolean>Allow validation to continue if revocation information is unavailable.static final Stringstatic final Stringstatic final SystemProperty<Boolean>static final Stringstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Redundant - setting this property does not seem to have a meaningful effect.static final StringDeprecated, for removal: This API element is subject to removal in a future version.This property is unused.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Redundant - setting this property does not seem to have a meaningful effect.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STREAM_LIMITS_ADVERTISEMENT_DISABLED
-
SOCKET_ACTIVE
- See Also:
-
PORT
- See Also:
-
OLD_SSLPORT
- See Also:
-
ENABLE_OLD_SSLPORT
- See Also:
-
REMOTE_SERVER_PORT
- See Also:
-
SOCKET_READ_TIMEOUT
- See Also:
-
QUEUE_MAX_THREADS
- See Also:
-
QUEUE_MIN_THREADS
- See Also:
-
QUEUE_SIZE
- See Also:
-
DIALBACK_ENABLED
- See Also:
-
TLS_POLICY
- See Also:
-
TLS_ACCEPT_SELFSIGNED_CERTS
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TLS_CERTIFICATE_VERIFY
Deprecated, for removal: This API element is subject to removal in a future version.Redundant - setting this property does not seem to have a meaningful effect.- See Also:
-
TLS_CERTIFICATE_VERIFY_VALIDITY
@Deprecated(forRemoval=true, since="5.1.0") public static final String TLS_CERTIFICATE_VERIFY_VALIDITYDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TLS_CERTIFICATE_ROOT_VERIFY
Deprecated, for removal: This API element is subject to removal in a future version.This property is unused.- See Also:
-
TLS_CERTIFICATE_CHAIN_VERIFY
Deprecated, for removal: This API element is subject to removal in a future version.Redundant - setting this property does not seem to have a meaningful effect.- See Also:
-
TLS_ON_PLAIN_DETECTION_ALLOW_NONDIRECTTLS_FALLBACK
- See Also:
-
REVOCATION_CHECK_ONLY_END_ENTITY
Only verify revocation status of end-entity (leaf) certificates. This avoids issues with chains where CRL information isn't accessible for intermediate certificates. -
REVOCATION_SOFT_FAIL
Allow validation to continue if revocation information is unavailable. This prevents failures when OCSP/CRL servers are unreachable or when revocation information isn't available for some certificates. -
COMPRESSION_SETTINGS
- See Also:
-
PERMISSION_SETTINGS
- See Also:
-
AUTH_PER_CLIENTCERT_POLICY
- See Also:
-
ALLOW_ANONYMOUS_OUTBOUND_DATA
- See Also:
-
IDLE_TIMEOUT_PROPERTY
How much time the server will wait without receiving an inbound message until it is classed as an idle connection and closed. -
STRICT_CERTIFICATE_VALIDATION
- See Also:
-
-
Constructor Details
-
Server
public Server()
-
ConnectionListener.acceptSelfSignedCertificates()andConnectionListener.setAcceptSelfSignedCertificates(boolean)instead.