public class HeaderValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HeaderValue.Cache_Control |
static class |
HeaderValue.Connection |
static class |
HeaderValue.Content_Encoding |
static class |
HeaderValue.Content_Type |
static class |
HeaderValue.Keep_Alive |
static class |
HeaderValue.Server |
static class |
HeaderValue.Transfer_Encoding |
static class |
HeaderValue.Upgrade |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static HeaderValue |
from(String name) |
static HeaderValue |
from(String name,
Charset charset) |
int |
hashCode() |
String |
toString() |
public final String value
public final byte[] bytes
public static HeaderValue from(String name)
public static HeaderValue from(String name, Charset charset)
Copyright © 2025. All rights reserved.