Uses of Class
org.glassfish.tyrus.core.frame.BinaryFrame
Packages that use BinaryFrame
-
Uses of BinaryFrame in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core with parameters of type BinaryFrameModifier and TypeMethodDescriptionvoidTyrusWebSocket.onFragment(BinaryFrame frame, boolean last) This callback will be invoked when a fragmented binary message has been received.voidTyrusWebSocket.onMessage(BinaryFrame frame) This callback will be invoked when a binary message has been received.