Interface JettyServerCustomizer
public interface JettyServerCustomizer
Callback interface that can be used to customize a JettyServer.- See Also:
JettyEmbeddedServletContainerFactory
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(org.eclipse.jetty.server.Server server)Customize the server.
Method Detail
customize
void customize(org.eclipse.jetty.server.Server server)
Customize the server.- Parameters:
server- the server to customize