| Constructor and Description |
|---|
RpcTransport(String address,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
attach(PresentationSyntax syntax) |
void |
close() |
Properties |
getProperties() |
String |
getProtocol() |
protected void |
parse(String address) |
void |
receive(NdrBuffer buffer) |
void |
send(NdrBuffer buffer) |
public static final String PROTOCOL
public RpcTransport(String address, Properties properties) throws ProviderException
ProviderExceptionpublic String getProtocol()
getProtocol in interface Transportpublic Properties getProperties()
getProperties in interface Transportpublic Endpoint attach(PresentationSyntax syntax) throws IOException
attach in interface TransportIOExceptionpublic void close()
throws IOException
close in interface TransportIOExceptionpublic void send(NdrBuffer buffer) throws IOException
send in interface TransportIOExceptionpublic void receive(NdrBuffer buffer) throws IOException
receive in interface TransportIOExceptionprotected void parse(String address) throws ProviderException
ProviderExceptionCopyright © 2017 LSST. All rights reserved.