Uses of Class
org.apache.camel.component.telegram.TelegramProxyType
-
Packages that use TelegramProxyType Package Description org.apache.camel.component.telegram -
-
Uses of TelegramProxyType in org.apache.camel.component.telegram
Methods in org.apache.camel.component.telegram that return TelegramProxyType Modifier and Type Method Description TelegramProxyType
TelegramConfiguration. getProxyType()
static TelegramProxyType
TelegramProxyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TelegramProxyType[]
TelegramProxyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.telegram with parameters of type TelegramProxyType Modifier and Type Method Description void
TelegramConfiguration. setProxyType(TelegramProxyType proxyType)
-