com.ibm.rational.test.lt.recorder.core.packet.connection
Interface IDataConnectionPacket
- All Superinterfaces:
- IConnectionPacket, IRecorderPacket, Serializable
- All Known Subinterfaces:
- IReceiveConnectionPacket, ISendConnectionPacket
public interface IDataConnectionPacket
- extends IConnectionPacket
A packet indicating that data was exchanged on an open connection.
createInputStream
InputStream createInputStream()
- Returns an input stream containing the data exchanged on the connection.
- Returns:
getPacketAttachment
IPacketAttachment getPacketAttachment()
- Returns the attachment, if data is defined as an attachment, containing the data
exchanged on the connection. This returns
null
if data is not
stored as packet attachment.
- Returns:
© Copyright IBM Corp. 2012. All rights reserved.