Uses of Interface
org.apache.camel.component.ahc.AhcBinding
-
Packages that use AhcBinding Package Description org.apache.camel.component.ahc -
-
Uses of AhcBinding in org.apache.camel.component.ahc
Classes in org.apache.camel.component.ahc that implement AhcBinding Modifier and Type Class Description class
DefaultAhcBinding
Methods in org.apache.camel.component.ahc that return AhcBinding Modifier and Type Method Description AhcBinding
AhcComponent. getBinding()
AhcBinding
AhcEndpoint. getBinding()
Methods in org.apache.camel.component.ahc with parameters of type AhcBinding Modifier and Type Method Description void
AhcComponent. setBinding(AhcBinding binding)
To use a customAhcBinding
which allows to control how to bind between AHC and Camel.void
AhcEndpoint. setBinding(AhcBinding binding)
To use a customAhcBinding
which allows to control how to bind between AHC and Camel.
-