@DefaultImplementation(value=DefaultHttpHostResolver.class) public interface HttpHostResolver
Modifier and Type | Method and Description |
---|---|
String |
resolve(HttpRequest request)
Returns the host of the current server with
protocol, host name, and an optional port.
|
@NonNull String resolve(@Nullable HttpRequest request)
request
- The current request