Class NEFilterNewFlowVerdict

  • All Implemented Interfaces:
    NSCoding, NSCopying, NSSecureCoding, NSObject
    Direct Known Subclasses:
    NEFilterControlVerdict

    public class NEFilterNewFlowVerdict
    extends NEFilterVerdict
    implements NSSecureCoding, NSCopying
    [@interface] NEFilterNewFlowVerdict The NEFilterNewFlowVerdict declares the programmatic interface of an object that is the verdict for a new flow of network data before any of the flow's data has been seen by the filter. NEFilterNewFlowVerdict is part of NetworkExtension.framework
    • Constructor Detail

      • NEFilterNewFlowVerdict

        protected NEFilterNewFlowVerdict​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • URLAppendStringVerdictWithMapKey

        public static NEFilterNewFlowVerdict URLAppendStringVerdictWithMapKey​(java.lang.String urlAppendMapKey)
        URLAppendStringVerdictWithMapKey This class method returns a verdict indicating that safe search URL for the new should be specified
        Parameters:
        urlAppendMapKey - URL Append map key to be used by the data plugin to notify what the url should be appended with
        Returns:
        The NEFilterNewFlowVerdict object.
      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • allowVerdict

        public static NEFilterNewFlowVerdict allowVerdict()
        allowVerdict This class method returns a verdict indicating that the flow should be allowed.
        Returns:
        The NEFilterNewFlowVerdict object.
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • dropVerdict

        public static NEFilterNewFlowVerdict dropVerdict()
        dropVerdict This class method returns a verdict indicating that the flow should be dropped.
        Returns:
        The NEFilterNewFlowVerdict object.
      • filterDataVerdictWithFilterInboundPeekInboundBytesFilterOutboundPeekOutboundBytes

        public static NEFilterNewFlowVerdict filterDataVerdictWithFilterInboundPeekInboundBytesFilterOutboundPeekOutboundBytes​(boolean filterInbound,
                                                                                                                               long peekInboundBytes,
                                                                                                                               boolean filterOutbound,
                                                                                                                               long peekOutboundBytes)
        filterDataVerdictWithFilterInbound:peekInboundBytes:filterOutbound:peekOutboundBytes: This class method returns a new flow verdict indicating that the filter needs to make a decision about a new flow after seeing a portion of the flow's data.
        Parameters:
        filterInbound - A boolean indicating if the filter needs to see inbound data
        peekInboundBytes - The number of inbound bytes that the filter needs to see in the subsequent call to -[NEFilterDataProvider handleInboundDataFromFlow:readBytesStartOffset:readBytes:].
        filterOutbound - boolean indicating if the filter needs to see outbound data
        peekOutboundBytes - The number of outbound bytes that the filter needs to see in the subsequent call to -[NEFilterDataProvider handleOutboundDataFromFlow:readBytesStartOffset:readBytes:].
        Returns:
        The new flow verdict.
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • needRulesVerdict

        public static NEFilterNewFlowVerdict needRulesVerdict()
        needRulesVerdict This class method returns a verdict indicating that control provider needs to be asked how to handle the new flow. The control provider can either drop or allow the flow, or update the rules and ask the data provider to decide on the new flow again.
        Returns:
        The NEFilterNewFlowVerdict object.
      • new_objc

        public static java.lang.Object new_objc()
      • remediateVerdictWithRemediationURLMapKeyRemediationButtonTextMapKey

        public static NEFilterNewFlowVerdict remediateVerdictWithRemediationURLMapKeyRemediationButtonTextMapKey​(java.lang.String remediationURLMapKey,
                                                                                                                 java.lang.String remediationButtonTextMapKey)
        remediateVerdictWithRemediationURLMapKey:remediationButtonTextMapKey: This class method returns a verdict indicating that a "content blocked" page should be displayed to the user. The block page should contain a link to the given URL.
        Parameters:
        remediationURLMapKey - Remediation map key used by data plugin to get remediation url
        Returns:
        The NEFilterNewFlowVerdict object.
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • version_static

        public static long version_static()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
        Overrides:
        _supportsSecureCoding in class NEFilterVerdict