Class InvalidConnectFrame

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidConnectFrame
    extends java.lang.RuntimeException
    Created by 🤓 on 6/4/21.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidConnectFrame​(java.lang.String message, io.vertx.core.buffer.Buffer data)  
      InvalidConnectFrame​(java.lang.String message, java.lang.Throwable cause, io.vertx.core.buffer.Buffer data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.vertx.core.buffer.Buffer getData()
      The original connect frame before parsing sent by the client
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidConnectFrame

        public InvalidConnectFrame​(java.lang.String message,
                                   io.vertx.core.buffer.Buffer data)
      • InvalidConnectFrame

        public InvalidConnectFrame​(java.lang.String message,
                                   java.lang.Throwable cause,
                                   io.vertx.core.buffer.Buffer data)
    • Method Detail

      • getData

        public io.vertx.core.buffer.Buffer getData()
        The original connect frame before parsing sent by the client
        Returns:
        the raw data that was considered an invalid connect frame