Package io.netty.handler.codec
Interface DefaultHeaders.ValueValidator<V>
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultHeaders.ValueValidator<?>
NO_VALIDATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate(V value)
Validate the given value.
-
-
-
Field Detail
-
NO_VALIDATION
static final DefaultHeaders.ValueValidator<?> NO_VALIDATION
-
-
Method Detail
-
validate
void validate(V value)
Validate the given value. If the validation fails, then an implementation specific runtime exception may be thrown.- Parameters:
value
- The value to validate.
-
-