-
Deprecated MethodsMethodDescriptionUnused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.Unused. Will be removed in Tomcat 8.0.x onwards.use
ExchangeStoreInterceptor.setExchangeStore(ExchangeStore)instead: UsingExchangeStoreInterceptor.setExchangeStoreBeanId(String)from Spring works, but does not create a Spring bean dependency.useStatisticsJDBCInterceptor.setDataSource(DataSource)instead: Using setDataSourceBeanId(String) from Spring works, but does not create a Spring bean dependency.useStatisticsProvider.setDataSource(DataSource)instead: UsingStatisticsProvider.setDataSourceBeanId(String)from Spring works, but does not create a Spring bean dependency.Simply invokesRouter.shutdown(). "Not waiting" is not supported anymore, as open connections can now be forcibly closed after a timeout. SeeHttpTransport.setForceSocketCloseOnHotDeployAfter(int).