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<Cipher> |
getClientRequestedCiphers() |
TLSClientHelloExtractor.ExtractorResult |
getResult() |
String |
getSNIValue() |
public TLSClientHelloExtractor(ByteBuffer netInBuffer)
netInBuffer
- The buffer containing the TLS data to processpublic TLSClientHelloExtractor.ExtractorResult getResult()
public String getSNIValue()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.