|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPacketAttachment | |
---|---|
com.ibm.rational.test.lt.recorder.core.extensibility | Classes and interfaces required to contribute recording components (clients, recorders...) |
com.ibm.rational.test.lt.recorder.core.io | Provides the interfaces for reading and writing packet streams in recording session persistence files. |
com.ibm.rational.test.lt.recorder.core.packet | Interfaces and base classes used to define the recording data produced by recorders. |
com.ibm.rational.test.lt.recorder.core.packet.connection | Interfaces and base classes used to define recording packets with connection semantics. |
com.ibm.rational.test.lt.testgen.core.store | Provides the classes and interfaces for manipulating packets and attachments from packet converters. |
Uses of IPacketAttachment in com.ibm.rational.test.lt.recorder.core.extensibility |
---|
Methods in com.ibm.rational.test.lt.recorder.core.extensibility that return IPacketAttachment | |
---|---|
IPacketAttachment |
IRecorderContext.createPacketAttachment()
Creates a new packet attachment in write-only mode. |
Uses of IPacketAttachment in com.ibm.rational.test.lt.recorder.core.io |
---|
Methods in com.ibm.rational.test.lt.recorder.core.io that return IPacketAttachment | |
---|---|
IPacketAttachment |
IPacketOutputStream.createPacketAttachment()
Creates a packet attachment. |
IPacketAttachment |
IPacketInputStream.getPartialPacketAttachment(IPacketAttachment attachment,
InputStream packetAttachmentInputStream)
Returns a packet attachment whose content is the not-consumed part of another attachment input stream obtained through this packet input stream. |
Methods in com.ibm.rational.test.lt.recorder.core.io with parameters of type IPacketAttachment | |
---|---|
IPacketAttachment |
IPacketInputStream.getPartialPacketAttachment(IPacketAttachment attachment,
InputStream packetAttachmentInputStream)
Returns a packet attachment whose content is the not-consumed part of another attachment input stream obtained through this packet input stream. |
Uses of IPacketAttachment in com.ibm.rational.test.lt.recorder.core.packet |
---|
Methods in com.ibm.rational.test.lt.recorder.core.packet that return IPacketAttachment | |
---|---|
IPacketAttachment |
IPacketAttachmentFactory.createPacketAttachment()
|
Uses of IPacketAttachment in com.ibm.rational.test.lt.recorder.core.packet.connection |
---|
Methods in com.ibm.rational.test.lt.recorder.core.packet.connection that return IPacketAttachment | |
---|---|
IPacketAttachment |
IDataConnectionPacket.getPacketAttachment()
Returns the attachment, if data is defined as an attachment, containing the data exchanged on the connection. |
Uses of IPacketAttachment in com.ibm.rational.test.lt.testgen.core.store |
---|
Subinterfaces of IPacketAttachment in com.ibm.rational.test.lt.testgen.core.store | |
---|---|
interface |
IConvertedPacketAttachment
A special kind of packet attachment that is able to receive the content of another attachment without the data copy really happening. |
Methods in com.ibm.rational.test.lt.testgen.core.store with parameters of type IPacketAttachment | |
---|---|
void |
ConvertedAttachmentOutputStream.write(IPacketAttachment attachment)
Writes the content of an attachment to the receiver. |
void |
ConvertedAttachmentOutputStream.write(IPacketAttachment attachment,
InputStream inputStream)
Writes the content of an input stream, starting at the stream current position, till the end of stream is reached. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |