public interface NavigationEntry
Modifier and Type | Method and Description |
---|---|
default int |
httpStatus()
Returns the status code of the last known successful navigation.
|
default java.lang.String |
originalUrl()
Returns a string that represents the URL that caused this entry to be created.
|
default PageType |
pageType()
Returns the page type that tells if this entry is for an interstitial or error page.
|
default Timestamp |
timestamp()
Returns the time at which the last known navigation was completed.
|
default java.lang.String |
title()
Returns the title as set by the web page or an empty string if there is no title set.
|
default java.lang.String |
url()
Returns a string that represents the actual URL of the web page.
|
default java.lang.String title()
default java.lang.String url()
default java.lang.String originalUrl()
default int httpStatus()
default PageType pageType()
default Timestamp timestamp()