Modifier and Type | Field and Description |
---|---|
static DefaultHeaders.NameValidator |
NOT_NULL |
Modifier and Type | Method and Description |
---|---|
void |
validateName(K name)
验证
name 是否有效。
|
static final DefaultHeaders.NameValidator NOT_NULL
void validateName(K name)
name
有效。
name
- 要验证的名称。
java.lang.RuntimeException
- 如果
name
无效。
Copyright © 2008–2018 The Netty Project. All rights reserved.