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