private static final class ServerHello.ServerHelloConsumer extends Object implements SSLConsumer
| 限定符 | 构造器和说明 |
|---|---|
private |
ServerHelloConsumer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
consume(ConnectionContext context,
ByteBuffer message) |
private void |
onHelloRetryRequest(ClientHandshakeContext chc,
ServerHello.ServerHelloMessage helloRetryRequest) |
private void |
onServerHello(ClientHandshakeContext chc,
ServerHello.ServerHelloMessage serverHello) |
public void consume(ConnectionContext context, ByteBuffer message) throws IOException
consume 在接口中 SSLConsumerIOExceptionprivate void onHelloRetryRequest(ClientHandshakeContext chc, ServerHello.ServerHelloMessage helloRetryRequest) throws IOException
IOExceptionprivate void onServerHello(ClientHandshakeContext chc, ServerHello.ServerHelloMessage serverHello) throws IOException
IOExceptionCopyright © 2023. All rights reserved.