public interface Transport
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
attach(PresentationSyntax syntax) |
void |
close() |
Properties |
getProperties() |
String |
getProtocol() |
void |
receive(NdrBuffer buffer) |
void |
send(NdrBuffer buffer) |
String getProtocol()
Properties getProperties()
Endpoint attach(PresentationSyntax syntax) throws IOException
IOExceptionvoid send(NdrBuffer buffer) throws IOException
IOExceptionvoid receive(NdrBuffer buffer) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2017 LSST. All rights reserved.