Package | Description |
---|---|
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentAdapter
The
AgentAdapter adapts agent side of QD to message API. |
class |
DistributorAdapter
The
DistributorAdapter adapts distributor side of QD to message API. |
class |
MessageAdapter
The
MessageAdapter is a basic adapter of some entity to message API. |
class |
MessageConsumerAdapter
Implementation of MessageConsumer that does nothing.
|
Modifier and Type | Method and Description |
---|---|
protected RecordBuffer |
AbstractQTPParser.nextRecordsMessage(MessageConsumer consumer,
MessageType messageType) |
void |
AbstractQTPParser.parse(MessageConsumer consumer)
Parses accumulated bytes and submits parsed messages to the specified MessageConsumer.
|
protected void |
BinaryQTPParser.parseImpl(com.devexperts.io.BufferedInput in,
MessageConsumer consumer) |
protected abstract void |
AbstractQTPParser.parseImpl(com.devexperts.io.BufferedInput in,
MessageConsumer consumer) |
protected void |
AbstractQTPParser.processPending(MessageConsumer consumer)
Processes pending message from buffers (if any) and resets them to
null . |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.