public interface UrlRequest
Modifier and Type | Interface and Description |
---|---|
static interface |
UrlRequest.Id
An identifier of the
UrlRequest instance. |
Modifier and Type | Method and Description |
---|---|
default UrlRequest.Id |
id()
Returns the identifier of this URL request.
|
default java.lang.String |
method()
Returns a string that represents the request method name.
|
default java.lang.String |
url()
Returns a string that represents the URL address of this request.
|
default UrlRequest.Id id()
default java.lang.String url()
default java.lang.String method()