Uses of Class
org.eclipse.jetty.websocket.jsr356.annotations.OnErrorCallable
-
Packages that use OnErrorCallable Package Description org.eclipse.jetty.websocket.jsr356.annotations -
-
Uses of OnErrorCallable in org.eclipse.jetty.websocket.jsr356.annotations
Fields in org.eclipse.jetty.websocket.jsr356.annotations declared as OnErrorCallable Modifier and Type Field Description OnErrorCallable
AnnotatedEndpointMetadata. onError
Callable for @OnError
annotationConstructors in org.eclipse.jetty.websocket.jsr356.annotations with parameters of type OnErrorCallable Constructor Description OnErrorCallable(OnErrorCallable copy)
-