| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessInboundTransport |
interface |
AccessOutboundTransport |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaseTransportImpl<T extends Transport> |
| Modifier and Type | Method and Description |
|---|---|
AccessTransport |
AbstractTransportImpl.getRemote() |
AccessTransport |
Transport.getRemote() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransportImpl.setRemote(AccessTransport remote) |
void |
Transport.setRemote(AccessTransport remote) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderBaseTransportImpl<T extends Transport> |
class |
LoaderInboundTransportImpl |
class |
LoaderOutboundTransportImpl |
| Modifier and Type | Method and Description |
|---|---|
AccessTransport |
TransportRegistryManager.find(String typeName) |
AccessTransport |
TransportManager.find(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AccessTransport> |
TransportRegistryManager.getTransports() |
Map<String,AccessTransport> |
TransportManager.getTransports() |
| Modifier and Type | Method and Description |
|---|---|
AccessTransport |
AbstractTransportRegistry.find(String typeName) |
AccessTransport |
TransportRegistry.find(String typeName) |
protected abstract AccessTransport |
AbstractTransportRegistry.protectedFind(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AccessTransport> |
AbstractTransportRegistry.getTransports() |
Map<String,AccessTransport> |
TransportRegistry.getTransports() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractTransportRegistry.protectedRegister(AccessTransport accessTransport)
TODO: Add JavaDoc.
|
void |
AbstractTransportRegistry.register(AccessTransport accessTransport)
TODO: Add JavaDoc.
|
void |
TransportRegistry.register(AccessTransport accessTransport) |
| Modifier and Type | Method and Description |
|---|---|
static AccessTransport |
Wrapper.wrap(Transport transport,
TransportRegistry transportRegistry)
TODO: Add JavaDoc.
|
Copyright © 2025. All rights reserved.