Interface IHandshake

All Known Implementing Classes:
InboundHandshake, RTMPHandshake

public interface IHandshake
Base interface for Handshake classes.
Author:
Paul Gregoire (mondain@gmail.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.mina.core.buffer.IoBuffer
    doHandshake(org.apache.mina.core.buffer.IoBuffer input)
     
    boolean
     
    boolean
    validate(byte[] handshake)
     
  • Method Details

    • doHandshake

      org.apache.mina.core.buffer.IoBuffer doHandshake(org.apache.mina.core.buffer.IoBuffer input)
    • validate

      boolean validate(byte[] handshake)
    • useEncryption

      boolean useEncryption()