|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transport
Interface defining transport (connection).
| Method Summary | |
|---|---|
boolean |
flush()
Enqueue (if necessary submit) request message. |
CAContext |
getContext()
Get context transport is living in. |
short |
getMinorRevision()
Transport protocol minor revision. |
short |
getPriority()
Transport priority. |
InetSocketAddress |
getRemoteAddress()
Get remote address. |
void |
submit(Request requestMessage)
Enqueue (if supported or if necessary send immediately) request message. |
| Method Detail |
|---|
InetSocketAddress getRemoteAddress()
CAContext getContext()
short getMinorRevision()
short getPriority()
void submit(Request requestMessage)
throws IOException
SEND_IMMEDIATELY_PRIORITY.
requestMessage - request message to enqueue.
IOExceptionboolean flush()
true on success, false on failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||