public abstract class AbstractRemotingServer extends AbstractRemotingEndpoint implements RemotingServer
| 构造器和说明 |
|---|
AbstractRemotingServer() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected RemotingChannelHolder |
doStart(RemotingConfiguration config) |
protected abstract RemotingChannelHolder |
doStart(RemotingServerConfiguration config) |
RemotingChannelHolder |
start(RemotingConfiguration config)
启动远程
|
doStop, getId, getWeight, isStart, setWeight, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRemotingServerConfigurationgetChannel, getId, getRemotingType, getWeight, isActive, isOpen, isStart, setWeight, stoppublic RemotingChannelHolder start(RemotingConfiguration config) throws RpcRemotingException
RemotingEndpointstart 在接口中 RemotingEndpointstart 在类中 AbstractRemotingEndpointconfig - 配置消息RpcRemotingException - 启动失败会抛异常protected RemotingChannelHolder doStart(RemotingConfiguration config) throws RpcRemotingException
doStart 在类中 AbstractRemotingEndpointRpcRemotingExceptionprotected abstract RemotingChannelHolder doStart(RemotingServerConfiguration config) throws RpcRemotingException
Copyright © 2020. All rights reserved.