Uses of Interface
com.code_intelligence.jazzer.api.SilentCloseable
-
Uses of SilentCloseable in com.code_intelligence.jazzer.api
Modifier 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
.