Uses of Class
httpserver.error.InvalidInput
Packages that use InvalidInput
-
Uses of InvalidInput in httpserver.core
Methods in httpserver.core that throw InvalidInputModifier and TypeMethodDescriptionbooleanSessionStore.existsSession(HttpServerExchange exchange) static longInputParser.getMandatoryLong(FormData formData, String parameter) static longInputParser.getMandatoryLong(HttpServerExchange exchange, String parameter) static StringInputParser.getMandatoryString(FormData formData, String parameter) SessionStore.getSession(HttpServerExchange exchange) SessionStore.getSession(HttpServerExchange exchange, T defaultValue) static ResponseBuilderResponseBuilder.respond(HttpServerExchange exchange) static ResponseBuilderResponseBuilder.respond(HttpServerExchange exchange, Function<Object, String> toJson) ResponseBuilder.status(int status) -
Uses of InvalidInput in httpserver.util
Methods in httpserver.util that throw InvalidInputModifier and TypeMethodDescriptionstatic <T> TFunctions.requireNotNull(T input, String message) static <T> TFunctions.requireTrue(boolean valid, T value, String message)