Class EventMethods
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.EventMethods
-
public class EventMethods extends Object
A representation of the methods available to call for a particular class.
-
-
Field Summary
Fields Modifier and Type Field Description EventMethodonBinaryEventMethodonCloseEventMethodonConnectEventMethodonErrorEventMethodonFrameEventMethodonText
-
Constructor Summary
Constructors Constructor Description EventMethods(Class<?> pojoClass)
-
-
-
Field Detail
-
onConnect
public EventMethod onConnect
-
onClose
public EventMethod onClose
-
onBinary
public EventMethod onBinary
-
onText
public EventMethod onText
-
onError
public EventMethod onError
-
onFrame
public EventMethod onFrame
-
-
Constructor Detail
-
EventMethods
public EventMethods(Class<?> pojoClass)
-
-