public interface ExtendedHandshakeChecker
IOException
Modifier and Type | Method and Description |
---|---|
void |
checkHandshakeExtended(Map<String,List<String>> headers)
Checks a handshake, and throws an exception if it is invalid
|
void checkHandshakeExtended(Map<String,List<String>> headers) throws IOException
headers
- The response headers, keyed by lowercase nameIOException
- If the handshake is not validCopyright © 2019 JBoss by Red Hat. All rights reserved.