public class TLSClientHelloExtractor
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TLSClientHelloExtractor.ExtractorResult |
| Modifier and Type | Field | Description |
|---|---|---|
static byte[] |
USE_TLS_RESPONSE |
| Constructor | Description |
|---|---|
TLSClientHelloExtractor(java.nio.ByteBuffer netInBuffer) |
Creates the instance of the parser and processes the provided buffer.
|
| Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.