Class EventMethods
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.EventMethods
-
@Deprecated(since="2021-05-27") public class EventMethods extends 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 EventMethodonBinaryDeprecated.EventMethodonCloseDeprecated.EventMethodonConnectDeprecated.EventMethodonErrorDeprecated.EventMethodonFrameDeprecated.EventMethodonTextDeprecated.
-
Constructor Summary
Constructors Constructor Description EventMethods(Class<?> pojoClass)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.Class<?>getPojoClass()Deprecated.inthashCode()Deprecated.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.
-
-
Constructor Detail
-
EventMethods
public EventMethods(Class<?> pojoClass)
Deprecated.
-
-
Method Detail
-
getPojoClass
public Class<?> getPojoClass()
Deprecated.
-
-