public class RatpackServerCustomizerAdapter extends java.lang.Object implements RatpackServerCustomizer
Constructor and Description |
---|
RatpackServerCustomizerAdapter() |
Modifier and Type | Method and Description |
---|---|
Action<BindingsSpec> |
getBindings() |
java.util.List<Action<Chain>> |
getHandlers() |
Action<ServerConfigBuilder> |
getServerConfig() |
public java.util.List<Action<Chain>> getHandlers()
getHandlers
in interface RatpackServerCustomizer
public Action<BindingsSpec> getBindings()
getBindings
in interface RatpackServerCustomizer
public Action<ServerConfigBuilder> getServerConfig()
getServerConfig
in interface RatpackServerCustomizer