public class TLSClientHelloExtractor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TLSClientHelloExtractor.ExtractorResult |
Modifier and Type | Field and Description |
---|---|
static byte[] |
USE_TLS_RESPONSE |
Constructor and Description |
---|
TLSClientHelloExtractor(java.nio.ByteBuffer netInBuffer)
Creates the instance of the parser and processes the provided buffer.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getClientRequestedApplicationProtocols() |
java.util.List<Cipher> |
getClientRequestedCiphers() |
TLSClientHelloExtractor.ExtractorResult |
getResult() |
java.lang.String |
getSNIValue() |
public TLSClientHelloExtractor(java.nio.ByteBuffer netInBuffer) throws java.io.IOException
netInBuffer
- The buffer containing the TLS data to processjava.io.IOException
- If the client hello message is malformedpublic TLSClientHelloExtractor.ExtractorResult getResult()
public java.lang.String getSNIValue()
public java.util.List<Cipher> getClientRequestedCiphers()
public java.util.List<java.lang.String> getClientRequestedApplicationProtocols()
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.