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<ServerConfig.Builder> |
getServerConfig() |
public List<Action<Chain>> getHandlers()
getHandlers
in interface RatpackServerCustomizer
public Action<BindingsSpec> getBindings()
getBindings
in interface RatpackServerCustomizer
public Action<ServerConfig.Builder> getServerConfig()
getServerConfig
in interface RatpackServerCustomizer