| Package | Description |
|---|---|
| io.servicecomb.core | |
| io.servicecomb.core.endpoint | |
| io.servicecomb.core.transport |
| Modifier and Type | Method and Description |
|---|---|
Transport |
Invocation.getTransport() |
Transport |
Endpoint.getTransport() |
| Constructor and Description |
|---|
Endpoint(Transport transport,
String endpoint) |
Endpoint(Transport transport,
String endpoint,
MicroserviceInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
protected Endpoint |
EndpointsCache.createEndpoint(Transport transport,
CacheEndpoint cacheEndpoint) |
protected abstract ENDPOINT |
AbstractEndpointsCache.createEndpoint(Transport transport,
CacheEndpoint cacheEndpoint) |
| 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 |
|---|---|
protected void |
TransportManager.checkTransportGroup(List<Transport> group) |
protected Transport |
TransportManager.chooseOneTransport(List<Transport> group) |
void |
TransportManager.setTransports(List<Transport> transports) |
Copyright © 2017. All rights reserved.