Uses of Class
org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
Packages that use OnMessageCallable
Package
Description
-
Uses of OnMessageCallable in org.eclipse.jetty.websocket.jsr356.annotations
Subclasses of OnMessageCallable in org.eclipse.jetty.websocket.jsr356.annotationsModifier and TypeClassDescriptionclassCallable forOnMessageannotated methods with a whole or partial binary messages.classCallable forOnMessageannotated methods forInputStreambased binary message objectsclassCallable forOnMessageannotated methods with aPongMessagemessage object.classCallable forOnMessageannotated methods with a whole or partial text messages.classCallable forOnMessageannotated methods forReaderbased text message objectsConstructors in org.eclipse.jetty.websocket.jsr356.annotations with parameters of type OnMessageCallableModifierConstructorDescriptionCopy ConstructorCopy ConstructorCopy ConstructorCopy ConstructorCopy Constructor -
Uses of OnMessageCallable in org.eclipse.jetty.websocket.jsr356.server
Methods in org.eclipse.jetty.websocket.jsr356.server with parameters of type OnMessageCallableModifier and TypeMethodDescriptionprivate intJsrServerEndpointImpl.getMaxMessageSize(int defaultMaxMessageSize, OnMessageCallable... onMessages)