Uses of Enum
net.jonathangiles.tools.teenyhttpd.request.Method
Packages that use Method
-
Uses of Method in net.jonathangiles.tools.teenyhttpd
Methods in net.jonathangiles.tools.teenyhttpd with parameters of type Method -
Uses of Method in net.jonathangiles.tools.teenyhttpd.request
Methods in net.jonathangiles.tools.teenyhttpd.request that return MethodModifier and TypeMethodDescriptionRequest.getMethod()static MethodReturns the enum constant of this type with the specified name.static Method[]Method.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.jonathangiles.tools.teenyhttpd.request with parameters of type Method