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