public class EmbeddedServerServiceImpl extends Object implements com.alipay.sofa.ark.spi.web.EmbeddedServerService<org.apache.catalina.startup.Tomcat>
| Constructor and Description |
|---|
EmbeddedServerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.catalina.startup.Tomcat |
getEmbedServer() |
void |
setEmbedServer(org.apache.catalina.startup.Tomcat tomcat)
Once tomcat set to this EmbeddedServerService, it will not be allowed to modify!
|
public org.apache.catalina.startup.Tomcat getEmbedServer()
getEmbedServer in interface com.alipay.sofa.ark.spi.web.EmbeddedServerService<org.apache.catalina.startup.Tomcat>public void setEmbedServer(org.apache.catalina.startup.Tomcat tomcat)
setEmbedServer in interface com.alipay.sofa.ark.spi.web.EmbeddedServerService<org.apache.catalina.startup.Tomcat>tomcat - Copyright © 2024. All rights reserved.