public class JupiterSpringServer extends Object implements org.springframework.beans.factory.InitializingBean
| 构造器和说明 |
|---|
JupiterSpringServer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
JAcceptor |
getAcceptor() |
List<Pair<JOption<Object>,String>> |
getChildNetOptions() |
FlowController<JRequest> |
getGlobalFlowController() |
ProviderInterceptor[] |
getGlobalProviderInterceptors() |
List<Pair<JOption<Object>,String>> |
getParentNetOptions() |
String |
getRegistryServerAddresses() |
RegistryService.RegistryType |
getRegistryType() |
JServer |
getServer() |
boolean |
isHasRegistryServer() |
void |
setAcceptor(JAcceptor acceptor) |
void |
setChildNetOptions(List<Pair<JOption<Object>,String>> childNetOptions) |
void |
setGlobalFlowController(FlowController<JRequest> globalFlowController) |
void |
setGlobalProviderInterceptors(ProviderInterceptor[] globalProviderInterceptors) |
void |
setHasRegistryServer(boolean hasRegistryServer) |
void |
setParentNetOptions(List<Pair<JOption<Object>,String>> parentNetOptions) |
void |
setRegistryServerAddresses(String registryServerAddresses) |
void |
setRegistryType(String registryType) |
void |
setServer(JServer server) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic JServer getServer()
public void setServer(JServer server)
public RegistryService.RegistryType getRegistryType()
public void setRegistryType(String registryType)
public JAcceptor getAcceptor()
public void setAcceptor(JAcceptor acceptor)
public void setParentNetOptions(List<Pair<JOption<Object>,String>> parentNetOptions)
public void setChildNetOptions(List<Pair<JOption<Object>,String>> childNetOptions)
public String getRegistryServerAddresses()
public void setRegistryServerAddresses(String registryServerAddresses)
public boolean isHasRegistryServer()
public void setHasRegistryServer(boolean hasRegistryServer)
public ProviderInterceptor[] getGlobalProviderInterceptors()
public void setGlobalProviderInterceptors(ProviderInterceptor[] globalProviderInterceptors)
public FlowController<JRequest> getGlobalFlowController()
public void setGlobalFlowController(FlowController<JRequest> globalFlowController)
Copyright © 2018. All rights reserved.