Package org.apache.camel.component.http
Class HttpConverters
java.lang.Object
org.apache.camel.component.http.HttpConverters
Some converter methods to build different types used to configure the component.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hc.core5.util.Timeout
toTimeout
(long millis) static org.apache.hc.core5.util.Timeout
static org.apache.hc.core5.util.TimeValue
toTimeValue
(long millis) static org.apache.hc.core5.util.TimeValue
toTimeValue
(String millis)
-
Method Details
-
toTimeout
@Converter public static org.apache.hc.core5.util.Timeout toTimeout(long millis) -
toTimeout
-
toTimeValue
@Converter public static org.apache.hc.core5.util.TimeValue toTimeValue(long millis) -
toTimeValue
-