Uses of Interface
com.code_intelligence.jazzer.api.SilentCloseable
Packages that use SilentCloseable
-
Uses of SilentCloseable in com.code_intelligence.jazzer.api
Methods in com.code_intelligence.jazzer.api that return SilentCloseableModifier and TypeMethodDescriptionstatic SilentCloseable
BugDetectors.allowNetworkConnections()
Allows all network connections.static SilentCloseable
BugDetectors.allowNetworkConnections
(BiPredicate<String, Integer> connectionPermitted) Allows all network connections for which the provided predicate returnstrue
.