abstract class HelloCookieManager extends Object
| 限定符和类型 | 类和说明 |
|---|---|
(专用程序包) static class |
HelloCookieManager.Builder |
private static class |
HelloCookieManager.T13HelloCookieManager |
| 构造器和说明 |
|---|
HelloCookieManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) abstract byte[] |
createCookie(ServerHandshakeContext context,
ClientHello.ClientHelloMessage clientHello) |
(专用程序包) abstract boolean |
isCookieValid(ServerHandshakeContext context,
ClientHello.ClientHelloMessage clientHello,
byte[] cookie) |
abstract byte[] createCookie(ServerHandshakeContext context, ClientHello.ClientHelloMessage clientHello) throws IOException
IOExceptionabstract boolean isCookieValid(ServerHandshakeContext context, ClientHello.ClientHelloMessage clientHello, byte[] cookie) throws IOException
IOExceptionCopyright © 2023. All rights reserved.