Uses of Interface
ratpack.server.ServerChannelOptions.OptionSetter
-
Packages that use ServerChannelOptions.OptionSetter Package Description ratpack.server Objects used to start a ratpack application. -
-
Uses of ServerChannelOptions.OptionSetter in ratpack.server
Methods in ratpack.server that return ServerChannelOptions.OptionSetter Modifier and Type Method Description <T> ServerChannelOptions.OptionSetterServerChannelOptions.OptionSetter. set(io.netty.channel.ChannelOption<T> option, T value)Methods in ratpack.server with parameters of type ServerChannelOptions.OptionSetter Modifier and Type Method Description default voidServerChannelOptions. setChildOptions(ServerChannelOptions.OptionSetter setter)Sets the channel options for child channels.default voidServerChannelOptions. setOptions(ServerChannelOptions.OptionSetter setter)Sets the channel options for the server channel.
-