|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Request
Interface defining request to be sent via Transport.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final short SEND_IMMEDIATELY_PRIORITY
static final short MAX_USER_PRIORITY
static final short MIN_USER_PRIORITY
static final short DEFAULT_USER_PRIORITY
| Method Detail |
|---|
byte getPriority()
ByteBuffer getRequestMessage()
void submit()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||