| Package | Description |
|---|---|
| com.weibo.api.motan.protocol.rpc | |
| com.weibo.api.motan.transport | |
| com.weibo.api.motan.transport.support |
| Modifier and Type | Field and Description |
|---|---|
protected Server |
DefaultRpcExporter.server |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServer |
| Modifier and Type | Method and Description |
|---|---|
Server |
EndpointFactory.createServer(URL url,
MessageHandler messageHandler)
create remote server
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointFactory.safeReleaseResource(Server server,
URL url)
safe release server
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Server> |
AbstractEndpointFactory.ipPort2ServerShareChannel
维持share channel 的service列表
|
protected ConcurrentMap<Server,Set<String>> |
AbstractEndpointFactory.server2UrlsShareChannel |
| Modifier and Type | Method and Description |
|---|---|
Server |
AbstractEndpointFactory.createServer(URL url,
MessageHandler messageHandler) |
protected abstract Server |
AbstractEndpointFactory.innerCreateServer(URL url,
MessageHandler messageHandler) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Server> |
AbstractEndpointFactory.getShallServerChannels() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEndpointFactory.safeReleaseResource(Server server,
URL url) |
Copyright © 2019. All rights reserved.