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
public abstract class JsrParamIdOnMessage extends JsrParamIdBase implements IJsrParamId
-
-
Constructor Summary
Constructors Constructor Description JsrParamIdOnMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
assertPartialMessageSupportDisabled
protected void assertPartialMessageSupportDisabled(Param param, JsrCallable callable)
-
-