()
| 43 | |
| 44 | // The list of domains (host/authority header) that will be matched to this virtual host. |
| 45 | abstract ImmutableList<String> domains(); |
| 46 | |
| 47 | // The list of routes that will be matched, in order, for incoming requests. |
| 48 | abstract ImmutableList<Route> routes(); |
no outgoing calls