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.TimeouttoTimeout(long millis) static org.apache.hc.core5.util.Timeoutstatic org.apache.hc.core5.util.TimeValuetoTimeValue(long millis) static org.apache.hc.core5.util.TimeValuetoTimeValue(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
-