org.apache.qpid.proton.framing
Class TransportFrame

java.lang.Object
  extended by org.apache.qpid.proton.framing.TransportFrame

public class TransportFrame
extends Object


Constructor Summary
TransportFrame(int channel, FrameBody body, Binary payload)
           
 
Method Summary
 FrameBody getBody()
           
 int getChannel()
           
 Binary getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportFrame

public TransportFrame(int channel,
                      FrameBody body,
                      Binary payload)
Method Detail

getChannel

public int getChannel()

getBody

public FrameBody getBody()

getPayload

public Binary getPayload()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.