public class QTPConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
COMPOSER_BUFFER_SIZE
Defines default size of the composer buffer that is kept in each composer instance.
|
static int |
COMPOSER_THRESHOLD
Defines default threshold for the size of the composed packet.
|
static LocalTime |
CONNECTION_RESTORE_TIME
Defines the connection recovery time for all client socket connections.
|
static long |
GRACEFUL_DELAY
Defines the graceful delay for different socket activities
|
static int |
MAX_MESSAGE_SIZE
Defines the hard upper limit for packet size in QTP transfers.
|
static int |
READ_AGGREGATION_SIZE
Maximum number of bytes to aggregate before processing when reading data from socket.
|
static long |
RECONNECT_DELAY
Default reconnection delay in QTP.
|
public static final long RECONNECT_DELAY
public static final int READ_AGGREGATION_SIZE
default
chunk pool
(it can be configured via JVM system property "com.devexperts.io.chunkSize" with a default value of 8192),
and parsing starts as soon as total number of bytes read exceeds this aggregation size.public static final int COMPOSER_THRESHOLD
public static final int COMPOSER_BUFFER_SIZE
public static final int MAX_MESSAGE_SIZE
public static final LocalTime CONNECTION_RESTORE_TIME
public static final long GRACEFUL_DELAY
Copyright © 2002–2025 Devexperts LLC. All rights reserved.