Uses of Enum Class
io.gs2.core.net.HttpTask.Method
Packages that use HttpTask.Method
-
Uses of HttpTask.Method in io.gs2.core.net
Methods in io.gs2.core.net that return HttpTask.MethodModifier and TypeMethodDescriptionstatic HttpTask.MethodReturns the enum constant of this class with the specified name.static HttpTask.Method[]HttpTask.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.gs2.core.net with parameters of type HttpTask.MethodConstructors in io.gs2.core.net with parameters of type HttpTask.MethodModifierConstructorDescriptionHttpTask(HttpTask.Method method, String url, IResponseHandler handler)