Package io.vertx.ext.stomp.lite.frame
Class InvalidConnectFrame
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.ext.stomp.lite.frame.InvalidConnectFrame
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidConnectFrame extends java.lang.RuntimeExceptionCreated 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.BuffergetData()The original connect frame before parsing sent by the client
-