Uses of Interface
org.apache.sshd.common.Property
Packages that use Property
-
Uses of Property in org.apache.sshd.common
Classes in org.apache.sshd.common that implement PropertyModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classProperty.EnumProperty<T extends Enum<T>>static classstatic classstatic classstatic classstatic classFields in org.apache.sshd.common declared as PropertyModifier and TypeFieldDescriptionCommonModuleProperties.ALLOW_INSECURE_AUTHIf set totruethenUserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext)returnstrueeven if transport is insecure.CommonModuleProperties.ALLOW_NON_INTEGRITY_AUTHIf set totruethenUserAuthMethodFactory.isDataIntegrityAuthenticationTransport(SessionContext)returnstrueeven if transport has no MAC(s) to verify message integrityCommonModuleProperties.CLOSE_WAIT_TIMEOUTTimeout (milliseconds) for waiting on aCloseFutureto successfully complete its action.Property.Validating.delegateCommonModuleProperties.HEXDUMP_CHUNK_SIZECommonModuleProperties.SESSION_HEARTBEAT_INTERVALProperty used to register the interval for the heartbeat - if not set or non-positive then disabledstatic final Property<SessionHeartbeatController.HeartbeatType> CommonModuleProperties.SESSION_HEARTBEAT_TYPEProperty used to register theSessionHeartbeatController.HeartbeatType- if non-existent orNONEthen disabled.Methods in org.apache.sshd.common that return PropertyModifier and TypeMethodDescriptionProperty.durationSec(String name) Property.durationSec(String name, Duration def) Property.durationSec(String name, Duration def, Duration min) static <T> Property<T> Property.validating(Property<T> prop, Consumer<? super T> validator) Methods in org.apache.sshd.common with parameters of type PropertyModifier and TypeMethodDescriptionstatic <T> Property<T> Property.validating(Property<T> prop, Consumer<? super T> validator) Constructors in org.apache.sshd.common with parameters of type Property