public interface EmbeddedServletContainer
stopped
.
Instances of this class are usually obtained via a
EmbeddedServletContainerFactory
.
EmbeddedServletContainerFactory
void start() throws EmbeddedServletContainerException
EmbeddedServletContainerException
- of the container cannot be stoppedvoid stop() throws EmbeddedServletContainerException
EmbeddedServletContainerException
- of the container cannot be stoppedint getPort()
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.