| 程序包 | 说明 |
|---|---|
| com.github.netty.protocol.servlet | |
| com.github.netty.protocol.servlet.util |
| 限定符和类型 | 方法和说明 |
|---|---|
Cookie[] |
ServletHttpServletRequest.getCookies() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Cookie> |
ServletHttpServletResponse.getCookies() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ServletHttpServletResponse.addCookie(Cookie cookie) |
void |
ServletHttpIncludeResponse.addCookie(Cookie cookie)
Disallow
addCookie() calls on an included response. |
| 限定符和类型 | 方法和说明 |
|---|---|
static Cookie[] |
ServletUtil.decodeCookie(String header)
Decodes the specified Set-Cookie HTTP header value into a
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
ServletUtil.getCookieValue(Cookie[] cookies,
String cookieName) |
Copyright © 2021. All rights reserved.