final class SessionId extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static int |
MAX_LENGTH |
private byte[] |
sessionId |
| 构造器和说明 |
|---|
SessionId(boolean isRejoinable,
SecureRandom generator) |
SessionId(byte[] sessionId) |
private static final int MAX_LENGTH
private final byte[] sessionId
SessionId(boolean isRejoinable,
SecureRandom generator)
SessionId(byte[] sessionId)
int length()
byte[] getId()
void checkLength(int protocolVersion)
throws SSLProtocolException
Copyright © 2023. All rights reserved.