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