Class EventMethods
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.EventMethods
-
@Deprecated(since="2021-05-27") public class EventMethods extends java.lang.Object
Deprecated.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 EventMethod
onBinary
Deprecated.EventMethod
onClose
Deprecated.EventMethod
onConnect
Deprecated.EventMethod
onError
Deprecated.EventMethod
onFrame
Deprecated.EventMethod
onText
Deprecated.
-
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 boolean
equals(java.lang.Object obj)
Deprecated.java.lang.Class<?>
getPojoClass()
Deprecated.int
hashCode()
Deprecated.java.lang.String
toString()
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:
equals
in classjava.lang.Object
-
getPojoClass
public java.lang.Class<?> getPojoClass()
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-