| Package | Description |
|---|---|
| org.apache.servicecomb.core | |
| org.apache.servicecomb.core.transport |
| Modifier and Type | Method and Description |
|---|---|
Transport |
Endpoint.getTransport() |
Transport |
Invocation.getTransport() |
| Constructor and Description |
|---|
Endpoint(Transport transport,
String endpoint) |
Endpoint(Transport transport,
String endpoint,
MicroserviceInstance instance) |
Endpoint(Transport transport,
String endpoint,
MicroserviceInstance instance,
Object address) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransport |
| Modifier and Type | Method and Description |
|---|---|
protected Transport |
TransportManager.chooseOneTransport(List<Transport> group) |
Transport |
TransportManager.findTransport(String transportName) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,List<Transport>> |
TransportManager.groupByName() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportManager.addTransportBeforeInit(Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportManager.addTransportsBeforeInit(List<Transport> transports) |
protected void |
TransportManager.checkTransportGroup(List<Transport> group) |
protected Transport |
TransportManager.chooseOneTransport(List<Transport> group) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.