Class EventMethods
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.EventMethods
-
@Deprecated(since="2021-05-27") public class EventMethods extends java.lang.ObjectDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.A representation of the methods available to call for a particular class.
-
-
Field Summary
Fields Modifier and Type Field Description EventMethodonBinaryDeprecated.EventMethodonCloseDeprecated.EventMethodonConnectDeprecated.EventMethodonErrorDeprecated.EventMethodonFrameDeprecated.EventMethodonTextDeprecated.
-
Constructor Summary
Constructors Constructor Description EventMethods(java.lang.Class<?> pojoClass)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.java.lang.Class<?>getPojoClass()Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Field Detail
-
onConnect
public EventMethod onConnect
Deprecated.
-
onClose
public EventMethod onClose
Deprecated.
-
onBinary
public EventMethod onBinary
Deprecated.
-
onText
public EventMethod onText
Deprecated.
-
onError
public EventMethod onError
Deprecated.
-
onFrame
public EventMethod onFrame
Deprecated.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
getPojoClass
public java.lang.Class<?> getPojoClass()
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-