Uses of Enum Class
net.anwiba.commons.http.HttpConnectionMode
Packages that use HttpConnectionMode
-
Uses of HttpConnectionMode in net.anwiba.commons.http
Methods in net.anwiba.commons.http that return HttpConnectionModeModifier and TypeMethodDescriptionIHttpClientConfiguration.getMode()static HttpConnectionModeReturns the enum constant of this class with the specified name.static HttpConnectionMode[]HttpConnectionMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpConnectionMode in net.anwiba.commons.http.apache
Constructors in net.anwiba.commons.http.apache with parameters of type HttpConnectionModeModifierConstructorDescriptionRequestToHttpUriRequestConverter(HttpConnectionMode httpConnectionMode)