| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
SymbolCodec.Reader.reset(ProtocolOption.Set optSet)
Resets reader at the beginning of packet. 
 | 
abstract void | 
SymbolCodec.Writer.reset(ProtocolOption.Set optSet)
Resets writer at the beginning of packet. 
 | 
QDAgent.Builder | 
QDAgent.Builder.withOptSet(ProtocolOption.Set optSet)  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
EventFlag.getSupportedEventFlags(ProtocolOption.Set optSet,
                      MessageType messageType)
Returns a mask of supported event flags for a given set of protocol options and message type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ProtocolOption.Set | 
ProtocolOption.EMPTY_SET
Empty set of protocol options. 
 | 
protected ProtocolOption.Set | 
AbstractQTPComposer.optSet  | 
static ProtocolOption.Set | 
ProtocolOption.SUPPORTED_SET
All supported protocol options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ProtocolOption.Set | 
MessageAdapter.getRemoteOptSet()  | 
static ProtocolOption.Set | 
ProtocolOption.parseProtocolOptions(String s)
Parses string set of options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractQTPComposer.setOptSet(ProtocolOption.Set optSet)  | 
protected void | 
AbstractConnectionHandler.setRemoteOptSet(MessageAdapter adapter,
               ProtocolOption.Set optSet)  | 
protected void | 
MessageAdapter.setRemoteOptSet(ProtocolOption.Set optSet)  | 
Copyright © 2002–2025 Devexperts LLC. All rights reserved.