| Package | Description |
|---|---|
| org.jinterop.dcom.transport | |
| rpc | |
| rpc.ncacn_np |
| Modifier and Type | Method and Description |
|---|---|
Transport |
JIComTransportFactory.createTransport(String address,
Properties properties) |
Transport |
JIComRuntimeTransportFactory.createTransport(String address,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
abstract Transport |
TransportFactory.createTransport(String address,
Properties properties) |
Transport |
Endpoint.getTransport() |
Transport |
ConnectionOrientedEndpoint.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionOrientedPdu |
DefaultConnection.receive(Transport transport) |
ConnectionOrientedPdu |
Connection.receive(Transport transport) |
protected ConnectionOrientedPdu |
DefaultConnection.receiveFragment(Transport transport) |
void |
DefaultConnection.transmit(ConnectionOrientedPdu pdu,
Transport transport) |
void |
Connection.transmit(ConnectionOrientedPdu pdu,
Transport transport) |
protected void |
DefaultConnection.transmitFragment(ConnectionOrientedPdu fragment,
Transport transport) |
| Constructor and Description |
|---|
ConnectionOrientedEndpoint(Transport transport,
PresentationSyntax syntax) |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcTransport |
| Modifier and Type | Method and Description |
|---|---|
Transport |
TransportFactory.createTransport(String address,
Properties properties) |
Copyright © 2017 LSST. All rights reserved.