Uses of Class
be.personify.util.http.HttpProtocol
-
Packages that use HttpProtocol Package Description be.personify.util.http -
-
Uses of HttpProtocol in be.personify.util.http
Methods in be.personify.util.http that return HttpProtocol Modifier and Type Method Description static HttpProtocolHttpProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpProtocol[]HttpProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-