Uses of Class
org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
Packages that use InvalidSignatureException
Package
Description
-
Uses of InvalidSignatureException in org.eclipse.jetty.websocket.common.events.annotated
Methods in org.eclipse.jetty.websocket.common.events.annotated that return InvalidSignatureExceptionModifier and TypeMethodDescriptionstatic InvalidSignatureException
InvalidSignatureException.build
(Method method, Class<? extends Annotation> annoClass, ParamList... paramlists) -
Uses of InvalidSignatureException in org.eclipse.jetty.websocket.jsr356.annotations
Methods in org.eclipse.jetty.websocket.jsr356.annotations that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionboolean
IJsrParamId.process
(Param param, JsrCallable callable) Process the potential parameter.boolean
JsrParamIdBase.process
(Param param, JsrCallable callable) boolean
JsrParamIdBinary.process
(Param param, JsrCallable callable) boolean
JsrParamIdDecoder.process
(Param param, JsrCallable callable) boolean
JsrParamIdOnClose.process
(Param param, JsrCallable callable) boolean
JsrParamIdOnError.process
(Param param, JsrCallable callable) boolean
JsrParamIdOnOpen.process
(Param param, JsrCallable callable) boolean
JsrParamIdPong.process
(Param param, JsrCallable callable) boolean
JsrParamIdText.process
(Param param, JsrCallable callable) -
Uses of InvalidSignatureException in org.eclipse.jetty.websocket.jsr356.server
Methods in org.eclipse.jetty.websocket.jsr356.server that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionboolean
JsrPathParamId.process
(Param param, JsrCallable callable)