public interface EmbeddedServletContainer
stopped
.
Instances of this class are usually obtained via a
EmbeddedServletContainerFactory
.
EmbeddedServletContainerFactory
Modifier and Type | Field and Description |
---|---|
static EmbeddedServletContainer |
NONE
An empty
EmbeddedServletContainer that does nothing. |
static final EmbeddedServletContainer NONE
EmbeddedServletContainer
that does nothing.void start() throws EmbeddedServletContainerException
EmbeddedServletContainerException
- of the container cannot be stoppedvoid stop() throws EmbeddedServletContainerException
EmbeddedServletContainerException
- of the container cannot be stoppedint getPort()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.