| Method and Description |
|---|
| ratpack.server.PublicAddress.builder(Context)
since 1.2, use
PublicAddress.builder() |
| ratpack.server.PublicAddress.get(Context)
since 1.2
|
| ratpack.server.PublicAddress.get(Context, Action<? super HttpUrlBuilder>)
since 1.2, use
PublicAddress.get(Action) |
| ratpack.server.PublicAddress.get(Context, String)
since 1.2, use
PublicAddress.get(String) |
| ratpack.exec.ExecResult.getRegistry() |
| ratpack.exec.Promise.next(Promise<O>)
replaced by
Promise.replace(Promise) as of 1.1.0 |
| ratpack.registry.Registry.single(Class<T>, Supplier<? extends T>) |