Uses of Class
org.ow2.joram.mom.amqp.marshalling.Frame
-
Packages that use Frame Package Description org.ow2.joram.mom.amqp org.ow2.joram.mom.amqp.marshalling -
-
Uses of Frame in org.ow2.joram.mom.amqp
Methods in org.ow2.joram.mom.amqp with parameters of type Frame Modifier and Type Method Description private voidAMQPConnectionListener. process(Frame frame)Proceed this frame.private voidAMQPConnectionListener.NetServerOut. writeToPeer(Frame frame) -
Uses of Frame in org.ow2.joram.mom.amqp.marshalling
Methods in org.ow2.joram.mom.amqp.marshalling that return Frame Modifier and Type Method Description static FrameFrame. readFrom(InputStream in)FrameAbstractMarshallingMethod. toFrame()static FrameMarshallingHeader. toFrame(long bodySize, AMQP.Basic.BasicProperties basicProperties, int channelNumber)Methods in org.ow2.joram.mom.amqp.marshalling with parameters of type Frame Modifier and Type Method Description static voidFrame. writeTo(Frame frame, OutputStream out, int maxBodySize)
-