Class JsrParamIdOnMessage
java.lang.Object
org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBase
org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnMessage
- All Implemented Interfaces:
IJsrParamId
- Direct Known Subclasses:
JsrParamIdBinary
,JsrParamIdDecoder
,JsrParamIdPong
,JsrParamIdText
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
assertPartialMessageSupportDisabled
(Param param, JsrCallable callable) Methods inherited from class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBase
process
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.websocket.jsr356.annotations.IJsrParamId
process
-
Constructor Details
-
JsrParamIdOnMessage
public JsrParamIdOnMessage()
-
-
Method Details
-
assertPartialMessageSupportDisabled
-