| Package | Description |
|---|---|
| com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
| com.devexperts.qd.ng |
This package contains next-generation interfaces for data and subscription exchange based on
RecordCursor class. |
| com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
| com.devexperts.qd.qtp.auth | |
| com.devexperts.qd.qtp.fieldreplacer | |
| com.devexperts.qd.qtp.socket |
This package contains a QTP connectors which use standard Java sockets.
|
| Class and Description |
|---|
| ProtocolOption.Set
Set of QTP protocol options.
|
| Class and Description |
|---|
| MessageType
Type of QTP message.
|
| ProtocolOption.Set
Set of QTP protocol options.
|
| Class and Description |
|---|
| AbstractConnectionHandler |
| AbstractMessageConnector |
| AbstractMessageConnector.Joinable |
| AbstractMessageVisitor
This class collapses various visitXXXData and visitXXXSubscription methods of
MessageVisitor interface into just two methods:
AbstractMessageVisitor.visitData(com.devexperts.qd.DataProvider, com.devexperts.qd.qtp.MessageType) and AbstractMessageVisitor.visitSubscription(com.devexperts.qd.SubscriptionProvider, com.devexperts.qd.qtp.MessageType). |
| AbstractQTPComposer
Base class for classes that compose QTP messages data into a byte stream in some format.
|
| AbstractQTPParser
Base class for classes that parse QTP messages data from byte stream in some format.
|
| AddressSyntaxException
Thrown to indicate that address string for
MessageConnectors.createMessageConnectors
has syntax errors. |
| AgentAdapter
The
AgentAdapter adapts agent side of QD to message API. |
| AgentAdapter.Factory
The factory for agent side of an QD.
|
| AgentChannels.Owner
The Owner interface represents the owner of the agent channels.
|
| BinaryQTPComposer
Composes QTP messages in binary format into byte stream.
|
| BinaryQTPParser
Parses QTP messages in binary format from byte stream.
|
| BinaryQTPParser.CorruptedException
This exception is thrown to indicate that stream is corrupted.
|
| BinaryRecordDesc |
| ChannelDescription
Description of a single channel.
|
| ChannelShaper
This class represents configuration of a single data channel within
AgentAdapter. |
| ConfigurableMessageAdapterFactory
Deprecated.
|
| DynamicChannelShaper |
| FieldReplacer
This interface allows to update fields in data read through
QTP parser. |
| HeartbeatPayload |
| MasterMessageAdapter |
| MessageAdapter
The
MessageAdapter is a basic adapter of some entity to message API. |
| MessageAdapter.AbstractFactory
An abstract message adapter factory for
QDEndpoint or a bunch of QDCollector instances. |
| MessageAdapter.CloseListener
The
CloseListener is used to notify QTP connector that
this message adapter was closed by some reason. |
| MessageAdapter.ConfigurableFactory
An abstract message adapter factory with ability to configure it with arbitrary keys and values.
|
| MessageAdapter.Factory
The
Factory performs creation of actual message agents
on demand from QTP connector. |
| MessageAdapterMBean
Management interface for
MessageAdapter. |
| MessageConnector
Implemented by every QTP message connector.
|
| MessageConnector.Bindable
Deprecated.
Experimental API. May be subject to backward-incompatible changes in the future.
|
| MessageConnectorListener
Listener for the
MessageConnector. |
| MessageConnectorMBean
Defines properties and operations that every
MessageConnector exposes via JMX. |
| MessageConnectorState |
| MessageConsumer
The
MessageConsumer processes incoming QTP messages. |
| MessageConsumerAdapter
Implementation of MessageConsumer that does nothing.
|
| MessageDescriptor
Descriptor for QTP protocol message that is sent as a part of
ProtocolDescriptor. |
| MessageListener
The
MessageListener is used to receive notifications about
QTP messages availability. |
| MessageProvider
The
MessageProvider provides QTP messages. |
| MessageType
Type of QTP message.
|
| MessageType.Flag |
| MessageVisitor
The
MessageVisitor defines protocol of serial access to messages
using Visitor pattern. |
| ProtocolDescriptor
Descriptor for QTP protocol that is sent in
DESCRIBE_PROTOCOL message. |
| ProtocolOption
Optional features of QTP protocol.
|
| ProtocolOption.Set
Set of QTP protocol options.
|
| QDEndpoint
Named collection of QD collectors and network connections.
|
| QDEndpoint.Builder
Builder that creates instances of
QDEndpoint objects. |
| QDEndpoint.ConnectorInitializer
A strategy that defines how to create
MessageConnectors,
which should be used QDEndpoint for QDEndpoint.connect(String). |
| QDEndpoint.Plugin |
| QTPWorkerThread
Daemon worker thread that distinguished between being gracefully
closed by
its parent, or being forcefully interrupted/stopped by someone else. |
| ServerConnectorMBean
Management interface for
AbstractMessageConnector. |
| Class and Description |
|---|
| AgentAdapter
The
AgentAdapter adapts agent side of QD to message API. |
| AgentAdapter.Factory
The factory for agent side of an QD.
|
| ChannelDescription
Description of a single channel.
|
| ChannelShaper
This class represents configuration of a single data channel within
AgentAdapter. |
| MessageAdapterConnectionFactory
QTP Connection protocol implementation.
|
| Class and Description |
|---|
| FieldReplacer
This interface allows to update fields in data read through
QTP parser. |
| FieldReplacer.Factory
The
Factory performs to create field replacers. |
| Class and Description |
|---|
| AbstractMessageConnector |
| AbstractMessageConnector.Joinable |
| AbstractServerConnector |
| MessageAdapter
The
MessageAdapter is a basic adapter of some entity to message API. |
| MessageAdapter.Factory
The
Factory performs creation of actual message agents
on demand from QTP connector. |
| MessageConnector
Implemented by every QTP message connector.
|
| MessageConnector.Bindable
Deprecated.
Experimental API. May be subject to backward-incompatible changes in the future.
|
| MessageConnectorMBean
Defines properties and operations that every
MessageConnector exposes via JMX. |
| MessageConnectorState |
| ServerConnectorMBean
Management interface for
AbstractMessageConnector. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.