Uses of Class
org.glassfish.tyrus.core.frame.BinaryFrame
-
Uses of BinaryFrame in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionvoid
TyrusWebSocket.onFragment
(BinaryFrame frame, boolean last) This callback will be invoked when a fragmented binary message has been received.void
TyrusWebSocket.onMessage
(BinaryFrame frame) This callback will be invoked when a binary message has been received.