Uses of Interface
io.camunda.connector.http.base.blocklist.block.Block
Packages that use Block
Package
Description
-
Uses of Block in io.camunda.connector.http.base.blocklist
Methods in io.camunda.connector.http.base.blocklist that return types with arguments of type Block -
Uses of Block in io.camunda.connector.http.base.blocklist.block
Classes in io.camunda.connector.http.base.blocklist.block that implement BlockModifier and TypeClassDescriptionfinal recordThis class represents a Port Block that can be used to block URLs based on specific port numbers.final recordThis class represents a Regular Expression Block that can be used to block URLs based on a regular expression pattern.final recordThis class represents a URL Block that can be used to block specific URLs based on a substring match. -
Uses of Block in io.camunda.connector.http.base.blocklist.factory
Methods in io.camunda.connector.http.base.blocklist.factory that return BlockModifier and TypeMethodDescriptionstatic BlockBlockFactory.createBlock(String blockType, String blockRule, String blockName)