Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IPacketAttachment |
IRecorderContext.createPacketAttachment()
Creates a new packet attachment in write-only mode.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IPacketAttachment |
IPacketAttachmentFactory.createPacketAttachment() |
Modifier and Type | Method and Description |
---|---|
IPacketAttachment |
IDataConnectionPacket.getPacketAttachment()
Returns the attachment, if data is defined as an attachment, containing the data
exchanged on the connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConvertedPacketAttachment
A special kind of packet attachment that is able to receive the content of
another attachment without the data copy really happening.
|
Modifier and Type | Method and Description |
---|---|
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.
|
© Copyright IBM Corp. 2013. All rights reserved.