| Modifier and Type | Field and Description |
|---|---|
static DefaultHeaders.NameValidator |
NOT_NULL |
| Modifier and Type | Method and Description |
|---|---|
void |
validateName(K name)
Verify that
name is valid. |
static final DefaultHeaders.NameValidator NOT_NULL
void validateName(K name)
name is valid.name - The name to validate.RuntimeException - if name is not valid.Copyright © 2008–2025 The Netty Project. All rights reserved.