Uses of Class
org.apache.camel.component.apns.model.ConnectionStrategy
-
Packages that use ConnectionStrategy Package Description org.apache.camel.component.apns.factory org.apache.camel.component.apns.model -
-
Uses of ConnectionStrategy in org.apache.camel.component.apns.factory
Methods in org.apache.camel.component.apns.factory that return ConnectionStrategy Modifier and Type Method Description ConnectionStrategy
ApnsServiceFactory. getConnectionStrategy()
Methods in org.apache.camel.component.apns.factory with parameters of type ConnectionStrategy Modifier and Type Method Description void
ApnsServiceFactory. setConnectionStrategy(ConnectionStrategy connectionStrategy)
-
Uses of ConnectionStrategy in org.apache.camel.component.apns.model
Methods in org.apache.camel.component.apns.model that return ConnectionStrategy Modifier and Type Method Description static ConnectionStrategy
ConnectionStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionStrategy[]
ConnectionStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-