Uses of Class
org.robovm.apple.networkextension.NEFilterFlow
| Package | Description |
|---|---|
| org.robovm.apple.networkextension |
-
Uses of NEFilterFlow in org.robovm.apple.networkextension
Subclasses of NEFilterFlow in org.robovm.apple.networkextension Modifier and Type Class Description classNEFilterBrowserFlowclassNEFilterSocketFlowMethods in org.robovm.apple.networkextension that return NEFilterFlow Modifier and Type Method Description NEFilterFlowNEFilterReport. getFlow()Methods in org.robovm.apple.networkextension with parameters of type NEFilterFlow Modifier and Type Method Description NEFilterDataVerdictNEFilterDataProvider. handleInboundData(NEFilterFlow flow, long offset, NSData readBytes)NEFilterDataVerdictNEFilterDataProvider. handleInboundDataCompleteForFlow(NEFilterFlow flow)voidNEFilterControlProvider. handleNewFlow(NEFilterFlow flow, VoidBlock1<NEFilterControlVerdict> completionHandler)NEFilterNewFlowVerdictNEFilterDataProvider. handleNewFlow(NEFilterFlow flow)NEFilterDataVerdictNEFilterDataProvider. handleOutboundData(NEFilterFlow flow, long offset, NSData readBytes)NEFilterDataVerdictNEFilterDataProvider. handleOutboundDataCompleteForFlow(NEFilterFlow flow)voidNEFilterControlProvider. handleRemediationForFlow(NEFilterFlow flow, VoidBlock1<NEFilterControlVerdict> completionHandler)NEFilterRemediationVerdictNEFilterDataProvider. handleRemediationForFlow(NEFilterFlow flow)