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