public class TLSClientHelloExtractor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TLSClientHelloExtractor.ExtractorResult |
Constructor and Description |
---|
TLSClientHelloExtractor(ByteBuffer netInBuffer)
Creates the instance of the parser and processes the provided buffer.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getClientRequestedApplicationProtocols() |
List<Cipher> |
getClientRequestedCiphers() |
TLSClientHelloExtractor.ExtractorResult |
getResult() |
String |
getSNIValue() |
public TLSClientHelloExtractor(ByteBuffer netInBuffer)
netInBuffer
- The buffer containing the TLS data to processCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.