public interface Request
Transport.| Modifier and Type | Field and Description |
|---|---|
static short |
DEFAULT_USER_PRIORITY
Default (recommended) user message priority.
|
static short |
MAX_USER_PRIORITY
Maximum user message priority.
|
static short |
MIN_USER_PRIORITY
Minimum user message priority.
|
static short |
SEND_IMMEDIATELY_PRIORITY
Highest priority, message is sent immediately.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getPriority()
Get request priority, higher view higher priority.
|
ByteBuffer |
getRequestMessage()
Get request message to be sent.
|
void |
submit()
Submit this request message to the corresponding transport.
|
static final short SEND_IMMEDIATELY_PRIORITY
static final short MAX_USER_PRIORITY
static final short MIN_USER_PRIORITY
static final short DEFAULT_USER_PRIORITY
byte getPriority()
ByteBuffer getRequestMessage()
void submit()
throws IOException
IOExceptionCopyright © 2004-2020 EPICS. All Rights Reserved.