| Package | Description |
|---|---|
| com.ibm.rational.test.lt.testgen.core.conversion |
Provides the classes and interfaces for implementing packet converters.
|
| com.ibm.rational.test.lt.testgen.core.store |
Provides the classes and interfaces for manipulating packets and attachments from packet converters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPacketConverter
A packet converter performs the on-the-fly conversion of a recorder packet stream
to another recorder packet stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasePacketConverter
A base implementation of
IPacketConverter that stores the context passed to
the BasePacketConverter.initialize(IPacketConverterContext). |
| Modifier and Type | Method and Description |
|---|---|
IPacketReferenceOutputStream |
IPacketConverterContext.getOutputStream()
Returns the packet output stream that the converter should be used to emit
the result of the conversion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPacketReferenceStore.flush(IPacketReferenceOutputStream outputStream,
long minPendingPacketTime)
Completes this store if this is not already done, and sends its content to
the specified stream.
|
© Copyright IBM Corp. 2013. All rights reserved.