Uses of Class
com.kttdevelopment.simplehttpserver.var.RequestMethod
-
Packages that use RequestMethod Package Description com.kttdevelopment.simplehttpserver com.kttdevelopment.simplehttpserver.var -
-
Uses of RequestMethod in com.kttdevelopment.simplehttpserver
Methods in com.kttdevelopment.simplehttpserver that return RequestMethod Modifier and Type Method Description abstract RequestMethodSimpleHttpExchange. getRequestMethod()Returns the request method. -
Uses of RequestMethod in com.kttdevelopment.simplehttpserver.var
Methods in com.kttdevelopment.simplehttpserver.var that return RequestMethod Modifier and Type Method Description static RequestMethodRequestMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestMethod[]RequestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-