public final class Validator
extends java.lang.Object
| Constructor and Description |
|---|
Validator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
check(io.vertx.core.http.HttpServerRequest httpServerRequest,
double protocolVersion,
org.w3c.dom.Document doc)
Returns true if the request is valid.
|
static IProtocolValidator |
get() |
public static IProtocolValidator get()
public static boolean check(io.vertx.core.http.HttpServerRequest httpServerRequest,
double protocolVersion,
org.w3c.dom.Document doc)
httpServerRequest - doc - Copyright © 2024. All Rights Reserved.