Uses of Class
net.anwiba.commons.http.HttpConnectionMode
-
Packages that use HttpConnectionMode Package Description net.anwiba.commons.http net.anwiba.commons.http.apache -
-
Uses of HttpConnectionMode in net.anwiba.commons.http
Methods in net.anwiba.commons.http that return HttpConnectionMode Modifier and Type Method Description HttpConnectionModeIHttpClientConfiguration. getMode()static HttpConnectionModeHttpConnectionMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpConnectionMode[]HttpConnectionMode. values()Returns an array containing the constants of this enum type, 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 HttpConnectionMode Constructor Description RequestToHttpUriRequestConverter(HttpConnectionMode httpConnectionMode)
-