()
| 35 | final class RoutingUtils { |
| 36 | // Prevent instantiation. |
| 37 | private RoutingUtils() { |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Returns the {@link VirtualHost} with the best match domain for the given hostname. |
nothing calls this directly
no outgoing calls
no test coverage detected