| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOCOL |
protected Socket |
socket |
| Modifier | Constructor and Description |
|---|---|
protected |
JIComRuntimeTransport(String address,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
attach(PresentationSyntax syntax) |
void |
close() |
protected Endpoint |
getEndpoint(PresentationSyntax syntax) |
Properties |
getProperties() |
String |
getProtocol() |
protected Socket |
getSocket() |
void |
receive(NdrBuffer buffer) |
void |
send(NdrBuffer buffer) |
public static final String PROTOCOL
protected Socket socket
protected JIComRuntimeTransport(String address, Properties properties)
public String getProtocol()
getProtocol in interface Transportpublic Properties getProperties()
getProperties in interface Transportpublic Endpoint attach(PresentationSyntax syntax) throws IOException
attach in interface TransportIOExceptionprotected Endpoint getEndpoint(PresentationSyntax syntax) throws Exception
Exceptionpublic 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 TransportIOExceptionCopyright © 2022. All rights reserved.