| Package | Description |
|---|---|
| io.servicecomb.core | |
| io.servicecomb.core.endpoint | |
| io.servicecomb.core.invocation | |
| io.servicecomb.core.transport |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Transport.getEndpoint()
本tranport的监听地址
|
Endpoint |
Invocation.getEndpoint() |
Endpoint |
Transport.getPublishEndpoint()
用于上报到服务中心,要求是其他节点可访问的地址
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invocation.setEndpoint(Endpoint endpoint) |
| Constructor and Description |
|---|
Invocation(Endpoint endpoint,
OperationMeta operationMeta,
Object[] swaggerArguments) |
| Modifier and Type | Method and Description |
|---|---|
protected Endpoint |
EndpointsCache.createEndpoint(Transport transport,
CacheEndpoint cacheEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
static Invocation |
InvocationFactory.forProvider(Endpoint endpoint,
OperationMeta operationMeta,
Object[] swaggerArguments)
transport server收到请求时,创建invocation
|
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
AbstractTransport.endpoint |
protected Endpoint |
AbstractTransport.publishEndpoint |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
AbstractTransport.getEndpoint() |
Endpoint |
AbstractTransport.getPublishEndpoint() |
Copyright © 2017. All rights reserved.