Package org.apache.qpid.proton.framing
Class TransportFrame
- java.lang.Object
-
- org.apache.qpid.proton.framing.TransportFrame
-
public class TransportFrame extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TransportFrame(int channel, FrameBody body, Binary payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameBody
getBody()
int
getChannel()
Binary
getPayload()
java.lang.String
toString()
-