Package org.xnio.http

Interface HandshakeChecker


public interface HandshakeChecker
A class that can decide if a HTTP upgrade handshake is valid. If not it should throw an IOException
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Checks a handshake, and throws an exception if it is invalid
  • Method Details

    • checkHandshake

      void checkHandshake(Map<String,String> headers) throws IOException
      Checks a handshake, and throws an exception if it is invalid
      Parameters:
      headers - The response headers, keyed by lowercase name
      Throws:
      IOException - If the handshake is not valid