public interface Transport
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2004-2020 EPICS. All Rights Reserved.