Uses of Class
org.hcjf.io.net.http.HttpPackage.HttpProtocol
-
Packages that use HttpPackage.HttpProtocol Package Description org.hcjf.io.net.http -
-
Uses of HttpPackage.HttpProtocol in org.hcjf.io.net.http
Methods in org.hcjf.io.net.http that return HttpPackage.HttpProtocol Modifier and Type Method Description HttpPackage.HttpProtocolHttpPackage. getProtocol()Return the http protocol.static HttpPackage.HttpProtocolHttpPackage.HttpProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpPackage.HttpProtocol[]HttpPackage.HttpProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hcjf.io.net.http with parameters of type HttpPackage.HttpProtocol Modifier and Type Method Description voidHttpPackage. setProtocol(HttpPackage.HttpProtocol protocol)Set the http protocol.
-