Uses of Class
org.jgroups.protocols.STOMP.Frame
-
Packages that use STOMP.Frame Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of STOMP.Frame in org.jgroups.protocols
Methods in org.jgroups.protocols that return STOMP.Frame Modifier and Type Method Description static STOMP.Frame
STOMP. readFrame(java.io.DataInputStream in)
Methods in org.jgroups.protocols with parameters of type STOMP.Frame Modifier and Type Method Description protected void
STOMP.Connection. handleFrame(STOMP.Frame frame)
-