Serialized Form
-
Package Apache.CLI
-
Class Apache.CLI.AlreadySelectedException extends ParseException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
group
OptionGroup group
The option group selected. -
option
Option option
The option that triggered the exception.
-
-
Class Apache.CLI.AmbiguousOptionException extends UnrecognizedOptionException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
matchingOptions
java.util.Collection<java.lang.String> matchingOptions
-
-
Class Apache.CLI.CommandLine extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
-
options
java.util.List<Option> options
-
-
Class Apache.CLI.MissingArgumentException extends ParseException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
option
Option option
-
-
Class Apache.CLI.MissingOptionException extends ParseException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
missingOptions
java.util.List missingOptions
-
-
Class Apache.CLI.Option extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
argCount
int argCount
-
argName
java.lang.String argName
-
description
java.lang.String description
-
longOption
java.lang.String longOption
-
option
java.lang.String option
-
optionalArg
boolean optionalArg
-
required
boolean required
-
type
java.lang.Class<?> type
-
values
java.util.List<java.lang.String> values
-
valuesep
char valuesep
-
-
Class Apache.CLI.OptionGroup extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
optionMap
java.util.Map<java.lang.String,Option> optionMap
-
required
boolean required
-
selected
java.lang.String selected
-
-
Class Apache.CLI.Options extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
longOpts
java.util.Map<java.lang.String,Option> longOpts
-
optionGroups
java.util.Map<java.lang.String,OptionGroup> optionGroups
-
requiredOpts
java.util.List<java.lang.Object> requiredOpts
-
shortOpts
java.util.Map<java.lang.String,Option> shortOpts
-
-
Class Apache.CLI.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class Apache.CLI.UnrecognizedOptionException extends ParseException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
option
java.lang.String option
-
-
-
Package javax.json
-
Class javax.json.JsonException extends java.lang.RuntimeException implements Serializable
-
-
Package javax.json.stream
-
Class javax.json.stream.JsonGenerationException extends JsonException implements Serializable
-
Class javax.json.stream.JsonParsingException extends JsonException implements Serializable
-
Serialized Fields
-
location
JsonLocation location
-
-
-
-
Package NeoVisionaries.WebSockets
-
Class NeoVisionaries.WebSockets.HostnameUnverifiedException extends WebSocketException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mHostname
java.lang.String mHostname
-
mSSLSocket
javax.net.ssl.SSLSocket mSSLSocket
-
-
Class NeoVisionaries.WebSockets.OpeningHandshakeException extends WebSocketException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mBody
byte[] mBody
-
mHeaders
java.util.Map<java.lang.String,java.util.List<java.lang.String>> mHeaders
-
mStatusLine
StatusLine mStatusLine
-
-
Class NeoVisionaries.WebSockets.WebSocketException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mError
WebSocketError mError
-
-
-
Package Torello.Browser
-
Class Torello.Browser.Accessibility.AXNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backendDOMNodeId
java.lang.Integer backendDOMNodeId
The backend ID for the associated DOM node, if any.
OPTIONAL -
childIds
java.lang.String[] childIds
IDs for each of this node's child nodes.
OPTIONAL -
description
Accessibility.AXValue description
The accessible description for thisNode
.
OPTIONAL -
ignored
boolean ignored
Whether this node is ignored for accessibility -
ignoredReasons
Accessibility.AXProperty[] ignoredReasons
Collection of reasons why this node is hidden.
OPTIONAL -
name
Accessibility.AXValue name
The accessible name for thisNode
.
OPTIONAL -
nodeId
java.lang.String nodeId
Unique identifier for this node. -
properties
Accessibility.AXProperty[] properties
All other properties
OPTIONAL -
role
Accessibility.AXValue role
ThisNode
's role, whether explicit or implicit.
OPTIONAL -
value
Accessibility.AXValue value
The value for thisNode
.
OPTIONAL
-
-
Class Torello.Browser.Accessibility.AXProperty extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
The name of this property. -
value
Accessibility.AXValue value
The value of this property.
-
-
Class Torello.Browser.Accessibility.AXRelatedNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backendDOMNodeId
int backendDOMNodeId
The BackendNodeId of the related DOM node. -
idref
java.lang.String idref
The IDRef value provided, if any.
OPTIONAL -
text
java.lang.String text
The text alternative of this node in the current context.
OPTIONAL
-
-
Class Torello.Browser.Accessibility.AXValue extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedNodes
Accessibility.AXRelatedNode[] relatedNodes
One or more related nodes, if applicable.
OPTIONAL -
sources
Accessibility.AXValueSource[] sources
The sources which contributed to the computation of this property.
OPTIONAL -
type
java.lang.String type
The type of this value. -
value
JsonValue value
The computed value of this property.
OPTIONAL
-
-
Class Torello.Browser.Accessibility.AXValueSource extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attribute
java.lang.String attribute
The name of the relevant attribute, if any.
OPTIONAL -
attributeValue
Accessibility.AXValue attributeValue
The value of the relevant attribute, if any.
OPTIONAL -
invalid
java.lang.Boolean invalid
Whether the value for this property is invalid.
OPTIONAL -
invalidReason
java.lang.String invalidReason
Reason for the value being invalid, if it is.
OPTIONAL -
nativeSource
java.lang.String nativeSource
The native markup source for this value, e.g. a <label> element.
OPTIONAL -
nativeSourceValue
Accessibility.AXValue nativeSourceValue
The value, such as a node or node list, of the native source.
OPTIONAL -
superseded
java.lang.Boolean superseded
Whether this source is superseded by a higher priority source.
OPTIONAL -
type
java.lang.String type
What type of source this is. -
value
Accessibility.AXValue value
The value of this property source.
OPTIONAL
-
-
Class Torello.Browser.Animation._Animation extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cssId
java.lang.String cssId
A unique ID forAnimation
representing the sources that triggered this CSS animation/transition.
OPTIONAL -
currentTime
java.lang.Number currentTime
Animation
's current time. -
id
java.lang.String id
Animation
's id. -
name
java.lang.String name
Animation
's name. -
pausedState
boolean pausedState
Animation
's internal paused state. -
playbackRate
java.lang.Number playbackRate
Animation
's playback rate. -
playState
java.lang.String playState
Animation
's play state. -
source
Animation.AnimationEffect source
Animation
's source animation node.
OPTIONAL -
startTime
java.lang.Number startTime
Animation
's start time. -
type
java.lang.String type
Animation type ofAnimation
.
-
-
Class Torello.Browser.Animation.animationCanceled extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
Id of the animation that was cancelled.
-
-
Class Torello.Browser.Animation.animationCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
Id of the animation that was created.
-
-
Class Torello.Browser.Animation.AnimationEffect extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backendNodeId
java.lang.Integer backendNodeId
AnimationEffect
's target node.
OPTIONAL -
delay
java.lang.Number delay
AnimationEffect
's delay. -
direction
java.lang.String direction
AnimationEffect
's playback direction. -
duration
java.lang.Number duration
AnimationEffect
's iteration duration. -
easing
java.lang.String easing
AnimationEffect
's timing function. -
endDelay
java.lang.Number endDelay
AnimationEffect
's end delay. -
fill
java.lang.String fill
AnimationEffect
's fill mode. -
iterations
java.lang.Number iterations
AnimationEffect
's iterations. -
iterationStart
java.lang.Number iterationStart
AnimationEffect
's iteration start. -
keyframesRule
Animation.KeyframesRule keyframesRule
AnimationEffect
's keyframes.
OPTIONAL
-
-
Class Torello.Browser.Animation.animationStarted extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
animation
Animation._Animation animation
Animation that was started.
-
-
Class Torello.Browser.Animation.KeyframesRule extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
keyframes
Animation.KeyframeStyle[] keyframes
List of animation keyframes. -
name
java.lang.String name
CSS keyframed animation's name.
OPTIONAL
-
-
Class Torello.Browser.Animation.KeyframeStyle extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
easing
java.lang.String easing
AnimationEffect
's timing function. -
offset
java.lang.String offset
Keyframe's time offset.
-
-
Class Torello.Browser.Audits.AffectedCookie extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domain
java.lang.String domain
[No Description Provided by Google]
-
name
java.lang.String name
The following three properties uniquely identify a cookie -
path
java.lang.String path
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.AffectedFrame extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.AffectedRequest extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestId
java.lang.String requestId
The unique request id. -
url
java.lang.String url
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Audits.AttributionReportingIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frame
Audits.AffectedFrame frame
[No Description Provided by Google]
OPTIONAL -
invalidParameter
java.lang.String invalidParameter
[No Description Provided by Google]
OPTIONAL -
request
Audits.AffectedRequest request
[No Description Provided by Google]
OPTIONAL -
violatingNodeId
java.lang.Integer violatingNodeId
[No Description Provided by Google]
OPTIONAL -
violationType
java.lang.String violationType
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.BlockedByResponseIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockedFrame
Audits.AffectedFrame blockedFrame
[No Description Provided by Google]
OPTIONAL -
parentFrame
Audits.AffectedFrame parentFrame
[No Description Provided by Google]
OPTIONAL -
reason
java.lang.String reason
[No Description Provided by Google]
-
request
Audits.AffectedRequest request
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.ContentSecurityPolicyIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockedURL
java.lang.String blockedURL
The url not included in allowed sources.
OPTIONAL -
contentSecurityPolicyViolationType
java.lang.String contentSecurityPolicyViolationType
[No Description Provided by Google]
-
frameAncestor
Audits.AffectedFrame frameAncestor
[No Description Provided by Google]
OPTIONAL -
isReportOnly
boolean isReportOnly
[No Description Provided by Google]
-
sourceCodeLocation
Audits.SourceCodeLocation sourceCodeLocation
[No Description Provided by Google]
OPTIONAL -
violatedDirective
java.lang.String violatedDirective
Specific directive that is violated, causing the CSP issue. -
violatingNodeId
java.lang.Integer violatingNodeId
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Audits.CorsIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientSecurityState
Network.ClientSecurityState clientSecurityState
[No Description Provided by Google]
OPTIONAL -
corsErrorStatus
Network.CorsErrorStatus corsErrorStatus
[No Description Provided by Google]
-
initiatorOrigin
java.lang.String initiatorOrigin
[No Description Provided by Google]
OPTIONAL -
isWarning
boolean isWarning
[No Description Provided by Google]
-
location
Audits.SourceCodeLocation location
[No Description Provided by Google]
OPTIONAL -
request
Audits.AffectedRequest request
[No Description Provided by Google]
-
resourceIPAddressSpace
java.lang.String resourceIPAddressSpace
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Audits.GenericIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorType
java.lang.String errorType
Issues with the same errorType are aggregated in the frontend. -
frameId
java.lang.String frameId
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Audits.HeavyAdIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frame
Audits.AffectedFrame frame
The frame that was blocked. -
reason
java.lang.String reason
The reason the ad was blocked, total network or cpu or peak cpu. -
resolution
java.lang.String resolution
The resolution status, either blocking the content or warning.
-
-
Class Torello.Browser.Audits.InspectorIssue extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
java.lang.String code
[No Description Provided by Google]
-
details
Audits.InspectorIssueDetails details
[No Description Provided by Google]
-
issueId
java.lang.String issueId
A unique id for this issue. May be omitted if no other entity (e.g. exception, CDP message, etc.) is referencing this issue.
OPTIONAL
-
-
Class Torello.Browser.Audits.InspectorIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributionReportingIssueDetails
Audits.AttributionReportingIssueDetails attributionReportingIssueDetails
[No Description Provided by Google]
OPTIONAL -
blockedByResponseIssueDetails
Audits.BlockedByResponseIssueDetails blockedByResponseIssueDetails
[No Description Provided by Google]
OPTIONAL -
contentSecurityPolicyIssueDetails
Audits.ContentSecurityPolicyIssueDetails contentSecurityPolicyIssueDetails
[No Description Provided by Google]
OPTIONAL -
corsIssueDetails
Audits.CorsIssueDetails corsIssueDetails
[No Description Provided by Google]
OPTIONAL -
genericIssueDetails
Audits.GenericIssueDetails genericIssueDetails
[No Description Provided by Google]
OPTIONAL -
heavyAdIssueDetails
Audits.HeavyAdIssueDetails heavyAdIssueDetails
[No Description Provided by Google]
OPTIONAL -
lowTextContrastIssueDetails
Audits.LowTextContrastIssueDetails lowTextContrastIssueDetails
[No Description Provided by Google]
OPTIONAL -
mixedContentIssueDetails
Audits.MixedContentIssueDetails mixedContentIssueDetails
[No Description Provided by Google]
OPTIONAL -
navigatorUserAgentIssueDetails
Audits.NavigatorUserAgentIssueDetails navigatorUserAgentIssueDetails
[No Description Provided by Google]
OPTIONAL -
quirksModeIssueDetails
Audits.QuirksModeIssueDetails quirksModeIssueDetails
[No Description Provided by Google]
OPTIONAL -
sameSiteCookieIssueDetails
Audits.SameSiteCookieIssueDetails sameSiteCookieIssueDetails
[No Description Provided by Google]
OPTIONAL -
sharedArrayBufferIssueDetails
Audits.SharedArrayBufferIssueDetails sharedArrayBufferIssueDetails
[No Description Provided by Google]
OPTIONAL -
twaQualityEnforcementDetails
Audits.TrustedWebActivityIssueDetails twaQualityEnforcementDetails
[No Description Provided by Google]
OPTIONAL -
wasmCrossOriginModuleSharingIssue
Audits.WasmCrossOriginModuleSharingIssueDetails wasmCrossOriginModuleSharingIssue
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Audits.issueAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issue
Audits.InspectorIssue issue
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.LowTextContrastIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contrastRatio
java.lang.Number contrastRatio
[No Description Provided by Google]
-
fontSize
java.lang.String fontSize
[No Description Provided by Google]
-
fontWeight
java.lang.String fontWeight
[No Description Provided by Google]
-
thresholdAA
java.lang.Number thresholdAA
[No Description Provided by Google]
-
thresholdAAA
java.lang.Number thresholdAAA
[No Description Provided by Google]
-
violatingNodeId
int violatingNodeId
[No Description Provided by Google]
-
violatingNodeSelector
java.lang.String violatingNodeSelector
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.MixedContentIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frame
Audits.AffectedFrame frame
Optional because not every mixed content issue is necessarily linked to a frame.
OPTIONAL -
insecureURL
java.lang.String insecureURL
The unsafe http url causing the mixed content issue. -
mainResourceURL
java.lang.String mainResourceURL
The url responsible for the call to an unsafe url. -
request
Audits.AffectedRequest request
The mixed content request. Does not always exist (e.g. for unsafe form submission urls).
OPTIONAL -
resolutionStatus
java.lang.String resolutionStatus
The way the mixed content issue is being resolved. -
resourceType
java.lang.String resourceType
The type of resource causing the mixed content issue (css, js, iframe, form,...). Marked as optional because it is mapped to from blink::mojom::RequestContextType, which will be replaced by network::mojom::RequestDestination
OPTIONAL
-
-
Class Torello.Browser.Audits.NavigatorUserAgentIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
location
Audits.SourceCodeLocation location
[No Description Provided by Google]
OPTIONAL -
url
java.lang.String url
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.QuirksModeIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
documentNodeId
int documentNodeId
[No Description Provided by Google]
-
frameId
java.lang.String frameId
[No Description Provided by Google]
-
isLimitedQuirksMode
boolean isLimitedQuirksMode
If false, it means the document's mode is "quirks" instead of "limited-quirks". -
loaderId
java.lang.String loaderId
[No Description Provided by Google]
-
url
java.lang.String url
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.SameSiteCookieIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cookie
Audits.AffectedCookie cookie
If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string. This hints at a problem where the cookie line is syntactically or semantically malformed in a way that no valid cookie could be created.
OPTIONAL -
cookieExclusionReasons
java.lang.String[] cookieExclusionReasons
[No Description Provided by Google]
-
cookieUrl
java.lang.String cookieUrl
[No Description Provided by Google]
OPTIONAL -
cookieWarningReasons
java.lang.String[] cookieWarningReasons
[No Description Provided by Google]
-
operation
java.lang.String operation
Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context. -
rawCookieLine
java.lang.String rawCookieLine
[No Description Provided by Google]
OPTIONAL -
request
Audits.AffectedRequest request
[No Description Provided by Google]
OPTIONAL -
siteForCookies
java.lang.String siteForCookies
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Audits.SharedArrayBufferIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isWarning
boolean isWarning
[No Description Provided by Google]
-
sourceCodeLocation
Audits.SourceCodeLocation sourceCodeLocation
[No Description Provided by Google]
-
type
java.lang.String type
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.SourceCodeLocation extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
int columnNumber
[No Description Provided by Google]
-
lineNumber
int lineNumber
[No Description Provided by Google]
-
scriptId
java.lang.String scriptId
[No Description Provided by Google]
OPTIONAL -
url
java.lang.String url
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.TrustedWebActivityIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
httpStatusCode
java.lang.Integer httpStatusCode
[No Description Provided by Google]
OPTIONAL -
packageName
java.lang.String packageName
The package name of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.
OPTIONAL -
signature
java.lang.String signature
The signature of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.
OPTIONAL -
url
java.lang.String url
The url that triggers the violation. -
violationType
java.lang.String violationType
[No Description Provided by Google]
-
-
Class Torello.Browser.Audits.WasmCrossOriginModuleSharingIssueDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isWarning
boolean isWarning
[No Description Provided by Google]
-
sourceOrigin
java.lang.String sourceOrigin
[No Description Provided by Google]
-
targetOrigin
java.lang.String targetOrigin
[No Description Provided by Google]
-
wasmModuleUrl
java.lang.String wasmModuleUrl
[No Description Provided by Google]
-
-
Class Torello.Browser.BackgroundService.BackgroundServiceEvent extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eventMetadata
BackgroundService.EventMetadata[] eventMetadata
A list of event-specific information. -
eventName
java.lang.String eventName
A description of the event. -
instanceId
java.lang.String instanceId
An identifier that groups related events together. -
origin
java.lang.String origin
The origin this event belongs to. -
service
java.lang.String service
The Background Service this event belongs to. -
serviceWorkerRegistrationId
java.lang.String serviceWorkerRegistrationId
The Service Worker ID that initiated the event. -
timestamp
java.lang.Number timestamp
Timestamp of the event (in seconds).
-
-
Class Torello.Browser.BackgroundService.backgroundServiceEventReceived extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backgroundServiceEvent
BackgroundService.BackgroundServiceEvent backgroundServiceEvent
[No Description Provided by Google]
-
-
Class Torello.Browser.BackgroundService.EventMetadata extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
java.lang.String key
[No Description Provided by Google]
-
value
java.lang.String value
[No Description Provided by Google]
-
-
Class Torello.Browser.BackgroundService.recordingStateChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isRecording
boolean isRecording
[No Description Provided by Google]
-
service
java.lang.String service
[No Description Provided by Google]
-
-
Class Torello.Browser.Browser.Bounds extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
height
java.lang.Integer height
The window height in pixels.
OPTIONAL -
left
java.lang.Integer left
The offset from the left edge of the screen to the window in pixels.
OPTIONAL -
top
java.lang.Integer top
The offset from the top edge of the screen to the window in pixels.
OPTIONAL -
width
java.lang.Integer width
The window width in pixels.
OPTIONAL -
windowState
java.lang.String windowState
The window state. Default to normal.
OPTIONAL
-
-
Class Torello.Browser.Browser.Bucket extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
int count
Number of samples. -
high
int high
Maximum value (exclusive). -
low
int low
Minimum value (inclusive).
-
-
Class Torello.Browser.Browser.downloadProgress extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
guid
java.lang.String guid
Global unique identifier of the download. -
receivedBytes
java.lang.Number receivedBytes
Total bytes received. -
state
java.lang.String state
Download status. -
totalBytes
java.lang.Number totalBytes
Total expected bytes to download.
-
-
Class Torello.Browser.Browser.downloadWillBegin extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame that caused the download to begin. -
guid
java.lang.String guid
Global unique identifier of the download. -
suggestedFilename
java.lang.String suggestedFilename
Suggested file name of the resource (the actual name of the file saved on disk may differ). -
url
java.lang.String url
URL of the resource being downloaded.
-
-
Class Torello.Browser.Browser.Histogram extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buckets
Browser.Bucket[] buckets
Buckets. -
count
int count
Total number of samples. -
name
java.lang.String name
Name. -
sum
int sum
Sum of sample values.
-
-
Class Torello.Browser.Browser.PermissionDescriptor extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowWithoutSanitization
java.lang.Boolean allowWithoutSanitization
For "clipboard" permission, may specify allowWithoutSanitization.
OPTIONAL -
name
java.lang.String name
Name of permission. See https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/permissions/permission_descriptor.idl for valid permission names. -
panTiltZoom
java.lang.Boolean panTiltZoom
For "camera" permission, may specify panTiltZoom.
OPTIONAL -
sysex
java.lang.Boolean sysex
For "midi" permission, may also specify sysex control.
OPTIONAL -
userVisibleOnly
java.lang.Boolean userVisibleOnly
For "push" permission, may specify userVisibleOnly. Note that userVisibleOnly = true is the only currently supported type.
OPTIONAL
-
-
Class Torello.Browser.BrowserEvent extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domain
java.lang.String domain
It was decided by somebody other than I that there are to be two API's of the browser Remote-Debug-Port interface. The two API's were decided to be theJavaScript
API, and theBrowser
API. These two do not have a lot of distinction or meaning.
Each API has several categories of methods, and these are called . -
name
java.lang.String name
The event has a name, and this name happens to be the exact same name as the event-class
itself. -
numFields
int numFields
This is the number of fields in this class. It is like a reflection-field.
-
-
Class Torello.Browser.CacheStorage.Cache extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheId
java.lang.String cacheId
An opaque unique id of the cache. -
cacheName
java.lang.String cacheName
The name of the cache. -
securityOrigin
java.lang.String securityOrigin
Security origin of the cache.
-
-
Class Torello.Browser.CacheStorage.CachedResponse extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
body
java.lang.String body
Entry content, base64-encoded. (Encoded as a base64 string when passed over JSON)
-
-
Class Torello.Browser.CacheStorage.DataEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestHeaders
CacheStorage.Header[] requestHeaders
Request headers -
requestMethod
java.lang.String requestMethod
Request method. -
requestURL
java.lang.String requestURL
Request URL. -
responseHeaders
CacheStorage.Header[] responseHeaders
Response headers -
responseStatus
int responseStatus
HTTP response status code. -
responseStatusText
java.lang.String responseStatusText
HTTP response status text. -
responseTime
java.lang.Number responseTime
Number of seconds since epoch. -
responseType
java.lang.String responseType
HTTP response type
-
-
Class Torello.Browser.CacheStorage.Header extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
[No Description Provided by Google]
-
value
java.lang.String value
[No Description Provided by Google]
-
-
Class Torello.Browser.Cast.issueUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issueMessage
java.lang.String issueMessage
[No Description Provided by Google]
-
-
Class Torello.Browser.Cast.Sink extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
[No Description Provided by Google]
-
name
java.lang.String name
[No Description Provided by Google]
-
session
java.lang.String session
Text describing the current session. Present only if there is an active session on the sink.
OPTIONAL
-
-
Class Torello.Browser.Cast.sinksUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sinks
Cast.Sink[] sinks
[No Description Provided by Google]
-
-
Class Torello.Browser.Console.ConsoleMessage extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
column
java.lang.Integer column
Column number in the resource that generated this message (1-based).
OPTIONAL -
level
java.lang.String level
Message severity. -
line
java.lang.Integer line
Line number in the resource that generated this message (1-based).
OPTIONAL -
source
java.lang.String source
Message source. -
text
java.lang.String text
Message text. -
url
java.lang.String url
URL of the message origin.
OPTIONAL
-
-
Class Torello.Browser.Console.messageAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
Console.ConsoleMessage message
Console message that has been added.
-
-
Class Torello.Browser.CSS.CSSComputedStyleProperty extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Computed style property name. -
value
java.lang.String value
Computed style property value.
-
-
Class Torello.Browser.CSS.CSSContainerQuery extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Optional name for the container.
OPTIONAL -
range
CSS.SourceRange range
The associated rule header range in the enclosing stylesheet (if available).
OPTIONAL -
styleSheetId
java.lang.String styleSheetId
Identifier of the stylesheet containing this object (if exists).
OPTIONAL -
text
java.lang.String text
Container query text.
-
-
Class Torello.Browser.CSS.CSSKeyframeRule extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
keyText
CSS.Value keyText
Associated key text. -
origin
java.lang.String origin
Parent stylesheet's origin. -
style
CSS.CSSStyle style
Associated style declaration. -
styleSheetId
java.lang.String styleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
OPTIONAL
-
-
Class Torello.Browser.CSS.CSSKeyframesRule extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
animationName
CSS.Value animationName
Animation name. -
keyframes
CSS.CSSKeyframeRule[] keyframes
List of keyframes.
-
-
Class Torello.Browser.CSS.CSSMedia extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mediaList
CSS.MediaQuery[] mediaList
Array of media queries.
OPTIONAL -
range
CSS.SourceRange range
The associated rule (@media or @import) header range in the enclosing stylesheet (if available).
OPTIONAL -
source
java.lang.String source
Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE tag. -
sourceURL
java.lang.String sourceURL
URL of the document containing the media query description.
OPTIONAL -
styleSheetId
java.lang.String styleSheetId
Identifier of the stylesheet containing this object (if exists).
OPTIONAL -
text
java.lang.String text
Media query text.
-
-
Class Torello.Browser.CSS.CSSProperty extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
disabled
java.lang.Boolean disabled
Whether the property is disabled by the user (present for source-based properties only).
OPTIONAL -
implicit
java.lang.Boolean implicit
Whether the property is implicit (impliesfalse
if absent).
OPTIONAL -
important
java.lang.Boolean important
Whether the property has "!important" annotation (impliesfalse
if absent).
OPTIONAL -
name
java.lang.String name
The property name. -
parsedOk
java.lang.Boolean parsedOk
Whether the property is understood by the browser (impliestrue
if absent).
OPTIONAL -
range
CSS.SourceRange range
The entire property range in the enclosing style declaration (if available).
OPTIONAL -
text
java.lang.String text
The full property text as specified in the style.
OPTIONAL -
value
java.lang.String value
The property value.
-
-
Class Torello.Browser.CSS.CSSRule extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containerQueries
CSS.CSSContainerQuery[] containerQueries
Container query list array (for rules involving container queries). The array enumerates container queries starting with the innermost one, going outwards.
OPTIONAL
EXPERIMENTAL -
media
CSS.CSSMedia[] media
Media list array (for rules involving media queries). The array enumerates media queries starting with the innermost one, going outwards.
OPTIONAL -
origin
java.lang.String origin
Parent stylesheet's origin. -
selectorList
CSS.SelectorList selectorList
Rule selector data. -
style
CSS.CSSStyle style
Associated style declaration. -
styleSheetId
java.lang.String styleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
OPTIONAL
-
-
Class Torello.Browser.CSS.CSSStyle extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cssProperties
CSS.CSSProperty[] cssProperties
CSS properties in the style. -
cssText
java.lang.String cssText
Style declaration text (if available).
OPTIONAL -
range
CSS.SourceRange range
Style declaration range in the enclosing stylesheet (if available).
OPTIONAL -
shorthandEntries
CSS.ShorthandEntry[] shorthandEntries
Computed values for all shorthands found in the style. -
styleSheetId
java.lang.String styleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
OPTIONAL
-
-
Class Torello.Browser.CSS.CSSStyleSheetHeader extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
disabled
boolean disabled
Denotes whether the stylesheet is disabled. -
endColumn
java.lang.Number endColumn
Column offset of the end of the stylesheet within the resource (zero based). -
endLine
java.lang.Number endLine
Line offset of the end of the stylesheet within the resource (zero based). -
frameId
java.lang.String frameId
Owner frame identifier. -
hasSourceURL
java.lang.Boolean hasSourceURL
Whether the sourceURL field value comes from the sourceURL comment.
OPTIONAL -
isConstructed
boolean isConstructed
True if this stylesheet is created through new CSSStyleSheet() or imported as a CSS module script. -
isInline
boolean isInline
Whether this stylesheet is created for STYLE tag by parser. This flag is not set for document.written STYLE tags. -
isMutable
boolean isMutable
Whether this stylesheet is mutable. Inline stylesheets become mutable after they have been modified via CSSOM API. <link> element's stylesheets become mutable only if DevTools modifies them. Constructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation. -
length
java.lang.Number length
Size of the content (in characters). -
origin
java.lang.String origin
Stylesheet origin. -
ownerNode
java.lang.Integer ownerNode
The backend id for the owner node of the stylesheet.
OPTIONAL -
sourceMapURL
java.lang.String sourceMapURL
URL of source map associated with the stylesheet (if any).
OPTIONAL -
sourceURL
java.lang.String sourceURL
Stylesheet resource URL. Empty if this is a constructed stylesheet created using new CSSStyleSheet() (but non-empty if this is a constructed sylesheet imported as a CSS module script). -
startColumn
java.lang.Number startColumn
Column offset of the stylesheet within the resource (zero based). -
startLine
java.lang.Number startLine
Line offset of the stylesheet within the resource (zero based). -
styleSheetId
java.lang.String styleSheetId
The stylesheet identifier. -
title
java.lang.String title
Stylesheet title.
-
-
Class Torello.Browser.CSS.FontFace extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fontFamily
java.lang.String fontFamily
The font-family. -
fontStretch
java.lang.String fontStretch
The font-stretch. -
fontStyle
java.lang.String fontStyle
The font-style. -
fontVariant
java.lang.String fontVariant
The font-variant. -
fontVariationAxes
CSS.FontVariationAxis[] fontVariationAxes
Available variation settings (a.k.a. "axes").
OPTIONAL -
fontWeight
java.lang.String fontWeight
The font-weight. -
platformFontFamily
java.lang.String platformFontFamily
The resolved platform font family -
src
java.lang.String src
The src. -
unicodeRange
java.lang.String unicodeRange
The unicode-range.
-
-
Class Torello.Browser.CSS.fontsUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
font
CSS.FontFace font
The web font that has loaded.
OPTIONAL
-
-
Class Torello.Browser.CSS.FontVariationAxis extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
java.lang.Number defaultValue
The default value. -
maxValue
java.lang.Number maxValue
The maximum value (inclusive) the font supports for this tag. -
minValue
java.lang.Number minValue
The minimum value (inclusive) the font supports for this tag. -
name
java.lang.String name
Human-readable variation name in the default language (normally, "en"). -
tag
java.lang.String tag
The font-variation-setting tag (a.k.a. "axis tag").
-
-
Class Torello.Browser.CSS.InheritedStyleEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inlineStyle
CSS.CSSStyle inlineStyle
The ancestor node's inline style, if any, in the style inheritance chain.
OPTIONAL -
matchedCSSRules
CSS.RuleMatch[] matchedCSSRules
Matches of CSS rules matching the ancestor node in the style inheritance chain.
-
-
Class Torello.Browser.CSS.MediaQuery extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
boolean active
Whether the media query condition is satisfied. -
expressions
CSS.MediaQueryExpression[] expressions
Array of media query expressions.
-
-
Class Torello.Browser.CSS.MediaQueryExpression extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
computedLength
java.lang.Number computedLength
Computed length of media query expression (if applicable).
OPTIONAL -
feature
java.lang.String feature
Media query expression feature. -
unit
java.lang.String unit
Media query expression units. -
value
java.lang.Number value
Media query expression value. -
valueRange
CSS.SourceRange valueRange
The associated range of the value text in the enclosing stylesheet (if available).
OPTIONAL
-
-
Class Torello.Browser.CSS.mediaQueryResultChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.CSS.PlatformFontUsage extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
familyName
java.lang.String familyName
Font's family name reported by platform. -
glyphCount
java.lang.Number glyphCount
Amount of glyphs that were rendered with this font. -
isCustomFont
boolean isCustomFont
Indicates if the font was downloaded or resolved locally.
-
-
Class Torello.Browser.CSS.PseudoElementMatches extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
matches
CSS.RuleMatch[] matches
Matches of CSS rules applicable to the pseudo style. -
pseudoType
java.lang.String pseudoType
Pseudo element type.
-
-
Class Torello.Browser.CSS.RuleMatch extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
matchingSelectors
int[] matchingSelectors
Matching selector indices in the rule's selectorList selectors (0-based). -
rule
CSS.CSSRule rule
CSS rule in the match.
-
-
Class Torello.Browser.CSS.RuleUsage extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endOffset
java.lang.Number endOffset
Offset of the end of the rule body from the beginning of the stylesheet. -
startOffset
java.lang.Number startOffset
Offset of the start of the rule (including selector) from the beginning of the stylesheet. -
styleSheetId
java.lang.String styleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from. -
used
boolean used
Indicates whether the rule was actually used by some element in the page.
-
-
Class Torello.Browser.CSS.SelectorList extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
selectors
CSS.Value[] selectors
Selectors in the list. -
text
java.lang.String text
Rule selector text.
-
-
Class Torello.Browser.CSS.ShorthandEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
important
java.lang.Boolean important
Whether the property has "!important" annotation (impliesfalse
if absent).
OPTIONAL -
name
java.lang.String name
Shorthand name. -
value
java.lang.String value
Shorthand value.
-
-
Class Torello.Browser.CSS.SourceRange extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endColumn
int endColumn
End column of range (exclusive). -
endLine
int endLine
End line of range -
startColumn
int startColumn
Start column of range (inclusive). -
startLine
int startLine
Start line of range.
-
-
Class Torello.Browser.CSS.StyleDeclarationEdit extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
range
CSS.SourceRange range
The range of the style text in the enclosing stylesheet. -
styleSheetId
java.lang.String styleSheetId
The css style sheet identifier. -
text
java.lang.String text
New style text.
-
-
Class Torello.Browser.CSS.styleSheetAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
header
CSS.CSSStyleSheetHeader header
Added stylesheet metainfo.
-
-
Class Torello.Browser.CSS.styleSheetChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
styleSheetId
java.lang.String styleSheetId
[No Description Provided by Google]
-
-
Class Torello.Browser.CSS.styleSheetRemoved extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
styleSheetId
java.lang.String styleSheetId
Identifier of the removed stylesheet.
-
-
Class Torello.Browser.CSS.Value extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
range
CSS.SourceRange range
Value range in the underlying resource (if available).
OPTIONAL -
text
java.lang.String text
Value text.
-
-
Class Torello.Browser.Database._Database extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domain
java.lang.String domain
Database domain. -
id
java.lang.String id
Database ID. -
name
java.lang.String name
Database name. -
version
java.lang.String version
Database version.
-
-
Class Torello.Browser.Database.addDatabase extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
database
Database._Database database
[No Description Provided by Google]
-
-
Class Torello.Browser.Database.Error extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
Error code. -
message
java.lang.String message
Error message.
-
-
Class Torello.Browser.Debugger.BreakLocation extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
java.lang.Integer columnNumber
Column number in the script (0-based).
OPTIONAL -
lineNumber
int lineNumber
Line number in the script (0-based). -
scriptId
java.lang.String scriptId
Script identifier as reported in theDebugger.scriptParsed
. -
type
java.lang.String type
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Debugger.breakpointResolved extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
breakpointId
java.lang.String breakpointId
Breakpoint unique identifier. -
location
Debugger.Location location
Actual breakpoint location.
-
-
Class Torello.Browser.Debugger.CallFrame extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_this
RunTime.RemoteObject _this
this
object for this call frame. -
callFrameId
java.lang.String callFrameId
Call frame identifier. This identifier is only valid while the virtual machine is paused. -
functionLocation
Debugger.Location functionLocation
Location in the source code.
OPTIONAL -
functionName
java.lang.String functionName
Name of the JavaScript function called on this call frame. -
location
Debugger.Location location
Location in the source code. -
returnValue
RunTime.RemoteObject returnValue
The value being returned, if the function is at return point.
OPTIONAL -
scopeChain
Debugger.Scope[] scopeChain
Scope chain for this call frame. -
url
java.lang.String url
JavaScript script name or url.
-
-
Class Torello.Browser.Debugger.DebugSymbols extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
externalURL
java.lang.String externalURL
URL of the external symbol source.
OPTIONAL -
type
java.lang.String type
Type of the debug symbols.
-
-
Class Torello.Browser.Debugger.Location extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
java.lang.Integer columnNumber
Column number in the script (0-based).
OPTIONAL -
lineNumber
int lineNumber
Line number in the script (0-based). -
scriptId
java.lang.String scriptId
Script identifier as reported in theDebugger.scriptParsed
.
-
-
Class Torello.Browser.Debugger.LocationRange extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
end
Debugger.ScriptPosition end
[No Description Provided by Google]
-
scriptId
java.lang.String scriptId
[No Description Provided by Google]
-
start
Debugger.ScriptPosition start
[No Description Provided by Google]
-
-
Class Torello.Browser.Debugger.paused extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
asyncCallStackTraceId
RunTime.StackTraceId asyncCallStackTraceId
Never present, will be removed.
OPTIONAL
EXPERIMENTAL
DEPRECATED -
asyncStackTrace
RunTime.StackTrace asyncStackTrace
Async stack trace, if any.
OPTIONAL -
asyncStackTraceId
RunTime.StackTraceId asyncStackTraceId
Async stack trace, if any.
OPTIONAL
EXPERIMENTAL -
callFrames
Debugger.CallFrame[] callFrames
Call stack the virtual machine stopped on. -
data
JsonObject data
Object containing break-specific auxiliary properties.
OPTIONAL -
hitBreakpoints
java.lang.String[] hitBreakpoints
Hit breakpoints IDs
OPTIONAL -
reason
java.lang.String reason
Pause reason.
-
-
Class Torello.Browser.Debugger.resumed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Debugger.Scope extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endLocation
Debugger.Location endLocation
Location in the source code where scope ends
OPTIONAL -
name
java.lang.String name
[No Description Provided by Google]
OPTIONAL -
object
RunTime.RemoteObject object
Object representing the scope. Forglobal
andwith
scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. -
startLocation
Debugger.Location startLocation
Location in the source code where scope starts
OPTIONAL -
type
java.lang.String type
Scope type.
-
-
Class Torello.Browser.Debugger.scriptFailedToParse extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
codeOffset
java.lang.Integer codeOffset
If the scriptLanguage is WebAssembly, the code section offset in the module.
OPTIONAL
EXPERIMENTAL -
embedderName
java.lang.String embedderName
The name the embedder supplied for this script.
OPTIONAL
EXPERIMENTAL -
endColumn
int endColumn
Length of the last line of the script. -
endLine
int endLine
Last line of the script. -
executionContextAuxData
JsonObject executionContextAuxData
Embedder-specific auxiliary data.
OPTIONAL -
executionContextId
int executionContextId
Specifies script creation context. -
hash
java.lang.String hash
Content hash of the script. -
hasSourceURL
java.lang.Boolean hasSourceURL
True, if this script has sourceURL.
OPTIONAL -
isModule
java.lang.Boolean isModule
True, if this script is ES6 module.
OPTIONAL -
length
java.lang.Integer length
This script length.
OPTIONAL -
scriptId
java.lang.String scriptId
Identifier of the script parsed. -
scriptLanguage
java.lang.String scriptLanguage
The language of the script.
OPTIONAL
EXPERIMENTAL -
sourceMapURL
java.lang.String sourceMapURL
URL of source map associated with script (if any).
OPTIONAL -
stackTrace
RunTime.StackTrace stackTrace
JavaScript top stack frame of where the script parsed event was triggered if available.
OPTIONAL
EXPERIMENTAL -
startColumn
int startColumn
Column offset of the script within the resource with given URL. -
startLine
int startLine
Line offset of the script within the resource with given URL (for script tags). -
url
java.lang.String url
URL or name of the script parsed (if any).
-
-
Class Torello.Browser.Debugger.scriptParsed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
codeOffset
java.lang.Integer codeOffset
If the scriptLanguage is WebAssembly, the code section offset in the module.
OPTIONAL
EXPERIMENTAL -
debugSymbols
Debugger.DebugSymbols debugSymbols
If the scriptLanguage is WebASsembly, the source of debug symbols for the module.
OPTIONAL
EXPERIMENTAL -
embedderName
java.lang.String embedderName
The name the embedder supplied for this script.
OPTIONAL
EXPERIMENTAL -
endColumn
int endColumn
Length of the last line of the script. -
endLine
int endLine
Last line of the script. -
executionContextAuxData
JsonObject executionContextAuxData
Embedder-specific auxiliary data.
OPTIONAL -
executionContextId
int executionContextId
Specifies script creation context. -
hash
java.lang.String hash
Content hash of the script. -
hasSourceURL
java.lang.Boolean hasSourceURL
True, if this script has sourceURL.
OPTIONAL -
isLiveEdit
java.lang.Boolean isLiveEdit
True, if this script is generated as a result of the live edit operation.
OPTIONAL
EXPERIMENTAL -
isModule
java.lang.Boolean isModule
True, if this script is ES6 module.
OPTIONAL -
length
java.lang.Integer length
This script length.
OPTIONAL -
scriptId
java.lang.String scriptId
Identifier of the script parsed. -
scriptLanguage
java.lang.String scriptLanguage
The language of the script.
OPTIONAL
EXPERIMENTAL -
sourceMapURL
java.lang.String sourceMapURL
URL of source map associated with script (if any).
OPTIONAL -
stackTrace
RunTime.StackTrace stackTrace
JavaScript top stack frame of where the script parsed event was triggered if available.
OPTIONAL
EXPERIMENTAL -
startColumn
int startColumn
Column offset of the script within the resource with given URL. -
startLine
int startLine
Line offset of the script within the resource with given URL (for script tags). -
url
java.lang.String url
URL or name of the script parsed (if any).
-
-
Class Torello.Browser.Debugger.ScriptPosition extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
int columnNumber
[No Description Provided by Google]
-
lineNumber
int lineNumber
[No Description Provided by Google]
-
-
Class Torello.Browser.Debugger.SearchMatch extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lineContent
java.lang.String lineContent
Line with match content. -
lineNumber
java.lang.Number lineNumber
Line number in resource content.
-
-
Class Torello.Browser.DOM.attributeModified extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Attribute name. -
nodeId
int nodeId
Id of the node that has changed. -
value
java.lang.String value
Attribute value.
-
-
Class Torello.Browser.DOM.attributeRemoved extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
A ttribute name. -
nodeId
int nodeId
Id of the node that has changed.
-
-
Class Torello.Browser.DOM.BackendNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backendNodeId
int backendNodeId
[No Description Provided by Google]
-
nodeName
java.lang.String nodeName
Node
's nodeName. -
nodeType
int nodeType
Node
's nodeType.
-
-
Class Torello.Browser.DOM.BoxModel extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
border
java.lang.Number[] border
Border box -
content
java.lang.Number[] content
Content box -
height
int height
Node height -
margin
java.lang.Number[] margin
Margin box -
padding
java.lang.Number[] padding
Padding box -
shapeOutside
DOM.ShapeOutsideInfo shapeOutside
Shape outside coordinates
OPTIONAL -
width
int width
Node width
-
-
Class Torello.Browser.DOM.characterDataModified extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
characterData
java.lang.String characterData
New text value. -
nodeId
int nodeId
Id of the node that has changed.
-
-
Class Torello.Browser.DOM.childNodeCountUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childNodeCount
int childNodeCount
New node count. -
nodeId
int nodeId
Id of the node that has changed.
-
-
Class Torello.Browser.DOM.childNodeInserted extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
node
DOM.Node node
Inserted node data. -
parentNodeId
int parentNodeId
Id of the node that has changed. -
previousNodeId
int previousNodeId
If of the previous siblint.
-
-
Class Torello.Browser.DOM.childNodeRemoved extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nodeId
int nodeId
Id of the node that has been removed. -
parentNodeId
int parentNodeId
Parent id.
-
-
Class Torello.Browser.DOM.CSSComputedStyleProperty extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Computed style property name. -
value
java.lang.String value
Computed style property value.
-
-
Class Torello.Browser.DOM.distributedNodesUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
distributedNodes
DOM.BackendNode[] distributedNodes
Distributed nodes for given insertion point. -
insertionPointId
int insertionPointId
Insertion point where distributed nodes were updated.
-
-
Class Torello.Browser.DOM.documentUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.DOM.inlineStyleInvalidated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nodeIds
int[] nodeIds
Ids of the nodes for which the inline styles have been invalidated.
-
-
Class Torello.Browser.DOM.Node extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
java.lang.String[] attributes
Attributes of theElement
node in the form of flat array[name1, value1, name2, value2]
.
OPTIONAL -
backendNodeId
int backendNodeId
The BackendNodeId for this node. -
baseURL
java.lang.String baseURL
Base URL thatDocument
orFrameOwner
node uses for URL completion.
OPTIONAL -
childNodeCount
java.lang.Integer childNodeCount
Child count forContainer
nodes.
OPTIONAL -
children
DOM.Node[] children
Child nodes of this node when requested with children.
OPTIONAL -
compatibilityMode
java.lang.String compatibilityMode
[No Description Provided by Google]
OPTIONAL -
contentDocument
DOM.Node contentDocument
Content document for frame owner elements.
OPTIONAL -
distributedNodes
DOM.BackendNode[] distributedNodes
Distributed nodes for given insertion point.
OPTIONAL -
documentURL
java.lang.String documentURL
Document URL thatDocument
orFrameOwner
node points to.
OPTIONAL -
frameId
java.lang.String frameId
Frame ID for frame owner elements.
OPTIONAL -
importedDocument
DOM.Node importedDocument
Deprecated, as the HTML Imports API has been removed (crbug.com/937746). This property used to return the imported document for the HTMLImport links. The property is always undefined now.
OPTIONAL
DEPRECATED -
internalSubset
java.lang.String internalSubset
DocumentType
's internalSubset.
OPTIONAL -
isSVG
java.lang.Boolean isSVG
Whether the node is SVG.
OPTIONAL -
localName
java.lang.String localName
Node
's localName. -
name
java.lang.String name
Attr
's name.
OPTIONAL -
nodeId
int nodeId
Node identifier that is passed into the rest of the DOM messages as thenodeId
. Backend will only push node with givenid
once. It is aware of all requested nodes and will only fire DOM events for nodes known to the client. -
nodeName
java.lang.String nodeName
Node
's nodeName. -
nodeType
int nodeType
Node
's nodeType. -
nodeValue
java.lang.String nodeValue
Node
's nodeValue. -
parentId
java.lang.Integer parentId
The id of the parent node if any.
OPTIONAL -
pseudoElements
DOM.Node[] pseudoElements
Pseudo elements associated with this node.
OPTIONAL -
pseudoType
java.lang.String pseudoType
Pseudo element type for this node.
OPTIONAL -
publicId
java.lang.String publicId
DocumentType
's publicId.
OPTIONAL -
shadowRoots
DOM.Node[] shadowRoots
Shadow root list for given element host.
OPTIONAL -
shadowRootType
java.lang.String shadowRootType
Shadow root type.
OPTIONAL -
systemId
java.lang.String systemId
DocumentType
's systemId.
OPTIONAL -
templateContent
DOM.Node templateContent
Content document fragment for template elements.
OPTIONAL -
value
java.lang.String value
Attr
's value.
OPTIONAL -
xmlVersion
java.lang.String xmlVersion
Document
's XML version in case of XML documents.
OPTIONAL
-
-
Class Torello.Browser.DOM.pseudoElementAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parentId
int parentId
Pseudo element's parent element id. -
pseudoElement
DOM.Node pseudoElement
The added pseudo element.
-
-
Class Torello.Browser.DOM.pseudoElementRemoved extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parentId
int parentId
Pseudo element's parent element id. -
pseudoElementId
int pseudoElementId
The removed pseudo element id.
-
-
Class Torello.Browser.DOM.Rect extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
height
java.lang.Number height
Rectangle height -
width
java.lang.Number width
Rectangle width -
x
java.lang.Number x
X coordinate -
y
java.lang.Number y
Y coordinate
-
-
Class Torello.Browser.DOM.RGBA extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a
java.lang.Number a
The alpha component, in the [0-1] range (default: 1).
OPTIONAL -
b
int b
The blue component, in the [0-255] range. -
g
int g
The green component, in the [0-255] range. -
r
int r
The red component, in the [0-255] range.
-
-
Class Torello.Browser.DOM.setChildNodes extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nodes
DOM.Node[] nodes
Child nodes array. -
parentId
int parentId
Parent node id to populate with children.
-
-
Class Torello.Browser.DOM.shadowRootPopped extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hostId
int hostId
Host element id. -
rootId
int rootId
Shadow root id.
-
-
Class Torello.Browser.DOM.shadowRootPushed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hostId
int hostId
Host element id. -
root
DOM.Node root
Shadow root.
-
-
Class Torello.Browser.DOM.ShapeOutsideInfo extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.DOMDebugger.EventListener extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backendNodeId
java.lang.Integer backendNodeId
Node the listener is added to (if any).
OPTIONAL -
columnNumber
int columnNumber
Column number in the script (0-based). -
handler
RunTime.RemoteObject handler
Event handler function value.
OPTIONAL -
lineNumber
int lineNumber
Line number in the script (0-based). -
once
boolean once
EventListener
's once flag. -
originalHandler
RunTime.RemoteObject originalHandler
Event original handler function value.
OPTIONAL -
passive
boolean passive
EventListener
's passive flag. -
scriptId
java.lang.String scriptId
Script id of the handler code. -
type
java.lang.String type
EventListener
's type. -
useCapture
boolean useCapture
EventListener
's useCapture.
-
-
Class Torello.Browser.DOMSnapshot.ComputedStyle extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
DOMSnapshot.NameValue[] properties
Name/value pairs of computed style properties.
-
-
Class Torello.Browser.DOMSnapshot.DocumentSnapshot extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseURL
int baseURL
Base URL thatDocument
orFrameOwner
node uses for URL completion. -
contentHeight
java.lang.Number contentHeight
Document content height.
OPTIONAL -
contentLanguage
int contentLanguage
Contains the document's content language. -
contentWidth
java.lang.Number contentWidth
Document content width.
OPTIONAL -
documentURL
int documentURL
Document URL thatDocument
orFrameOwner
node points to. -
encodingName
int encodingName
Contains the document's character set encoding. -
frameId
int frameId
Frame ID for frame owner elements and also for the document node. -
layout
DOMSnapshot.LayoutTreeSnapshot layout
The nodes in the layout tree. -
nodes
DOMSnapshot.NodeTreeSnapshot nodes
A table with dom nodes. -
publicId
int publicId
DocumentType
node's publicId. -
scrollOffsetX
java.lang.Number scrollOffsetX
Horizontal scroll offset.
OPTIONAL -
scrollOffsetY
java.lang.Number scrollOffsetY
Vertical scroll offset.
OPTIONAL -
systemId
int systemId
DocumentType
node's systemId. -
textBoxes
DOMSnapshot.TextBoxSnapshot textBoxes
The post-layout inline text nodes. -
title
int title
Document title.
-
-
Class Torello.Browser.DOMSnapshot.DOMNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
DOMSnapshot.NameValue[] attributes
Attributes of anElement
node.
OPTIONAL -
backendNodeId
int backendNodeId
Node
's id, corresponds to DOM.Node.backendNodeId. -
baseURL
java.lang.String baseURL
Base URL thatDocument
orFrameOwner
node uses for URL completion.
OPTIONAL -
childNodeIndexes
int[] childNodeIndexes
The indexes of the node's child nodes in thedomNodes
array returned bygetSnapshot
, if any.
OPTIONAL -
contentDocumentIndex
java.lang.Integer contentDocumentIndex
The index of a frame owner element's content document in thedomNodes
array returned bygetSnapshot
, if any.
OPTIONAL -
contentLanguage
java.lang.String contentLanguage
Only set for documents, contains the document's content language.
OPTIONAL -
currentSourceURL
java.lang.String currentSourceURL
The selected url for nodes with a srcset attribute.
OPTIONAL -
documentEncoding
java.lang.String documentEncoding
Only set for documents, contains the document's character set encoding.
OPTIONAL -
documentURL
java.lang.String documentURL
Document URL thatDocument
orFrameOwner
node points to.
OPTIONAL -
eventListeners
DOMDebugger.EventListener[] eventListeners
Details of the node's event listeners, if any.
OPTIONAL -
frameId
java.lang.String frameId
Frame ID for frame owner elements and also for the document node.
OPTIONAL -
inputChecked
java.lang.Boolean inputChecked
Only set for radio and checkbox input elements, indicates if the element has been checked
OPTIONAL -
inputValue
java.lang.String inputValue
Only set for input elements, contains the input's associated text value.
OPTIONAL -
isClickable
java.lang.Boolean isClickable
Whether this DOM node responds to mouse clicks. This includes nodes that have had click event listeners attached via JavaScript as well as anchor tags that naturally navigate when clicked.
OPTIONAL -
layoutNodeIndex
java.lang.Integer layoutNodeIndex
The index of the node's related layout tree node in thelayoutTreeNodes
array returned bygetSnapshot
, if any.
OPTIONAL -
nodeName
java.lang.String nodeName
Node
's nodeName. -
nodeType
int nodeType
Node
's nodeType. -
nodeValue
java.lang.String nodeValue
Node
's nodeValue. -
optionSelected
java.lang.Boolean optionSelected
Only set for option elements, indicates if the element has been selected
OPTIONAL -
originURL
java.lang.String originURL
The url of the script (if any) that generates this node.
OPTIONAL -
pseudoElementIndexes
int[] pseudoElementIndexes
Indexes of pseudo elements associated with this node in thedomNodes
array returned bygetSnapshot
, if any.
OPTIONAL -
pseudoType
java.lang.String pseudoType
Type of a pseudo element node.
OPTIONAL -
publicId
java.lang.String publicId
DocumentType
node's publicId.
OPTIONAL -
scrollOffsetX
java.lang.Number scrollOffsetX
Scroll offsets, set when this node is a Document.
OPTIONAL -
scrollOffsetY
java.lang.Number scrollOffsetY
[No Description Provided by Google]
OPTIONAL -
shadowRootType
java.lang.String shadowRootType
Shadow root type.
OPTIONAL -
systemId
java.lang.String systemId
DocumentType
node's systemId.
OPTIONAL -
textValue
java.lang.String textValue
Only set for textarea elements, contains the text value.
OPTIONAL
-
-
Class Torello.Browser.DOMSnapshot.InlineTextBox extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
boundingBox
DOM.Rect boundingBox
The bounding box in document coordinates. Note that scroll offset of the document is ignored. -
numCharacters
int numCharacters
The number of characters in this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2. -
startCharacterIndex
int startCharacterIndex
The starting index in characters, for this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.
-
-
Class Torello.Browser.DOMSnapshot.LayoutTreeNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
boundingBox
DOM.Rect boundingBox
The bounding box in document coordinates. Note that scroll offset of the document is ignored. -
domNodeIndex
int domNodeIndex
The index of the related DOM node in thedomNodes
array returned bygetSnapshot
. -
inlineTextNodes
DOMSnapshot.InlineTextBox[] inlineTextNodes
The post-layout inline text nodes, if any.
OPTIONAL -
isStackingContext
java.lang.Boolean isStackingContext
Set to true to indicate the element begins a new stacking context.
OPTIONAL -
layoutText
java.lang.String layoutText
Contents of the LayoutText, if any.
OPTIONAL -
paintOrder
java.lang.Integer paintOrder
Global paint order index, which is determined by the stacking order of the nodes. Nodes that are painted together will have the same index. Only provided if includePaintOrder in getSnapshot was true.
OPTIONAL -
styleIndex
java.lang.Integer styleIndex
Index into thecomputedStyles
array returned bygetSnapshot
.
OPTIONAL
-
-
Class Torello.Browser.DOMSnapshot.LayoutTreeSnapshot extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blendedBackgroundColors
int[] blendedBackgroundColors
The list of background colors that are blended with colors of overlapping elements.
OPTIONAL
EXPERIMENTAL -
bounds
java.lang.Number[][] bounds
The absolute position bounding box. -
clientRects
java.lang.Number[][] clientRects
The client rect of nodes. Only available when includeDOMRects is set to true
OPTIONAL -
nodeIndex
int[] nodeIndex
Index of the corresponding node in theNodeTreeSnapshot
array returned bycaptureSnapshot
. -
offsetRects
java.lang.Number[][] offsetRects
The offset rect of nodes. Only available when includeDOMRects is set to true
OPTIONAL -
paintOrders
int[] paintOrders
Global paint order index, which is determined by the stacking order of the nodes. Nodes that are painted together will have the same index. Only provided if includePaintOrder in captureSnapshot was true.
OPTIONAL -
scrollRects
java.lang.Number[][] scrollRects
The scroll rect of nodes. Only available when includeDOMRects is set to true
OPTIONAL -
stackingContexts
DOMSnapshot.RareBooleanData stackingContexts
Stacking context information. -
styles
int[][] styles
Array of indexes specifying computed style strings, filtered according to thecomputedStyles
parameter passed tocaptureSnapshot
. -
text
int[] text
Contents of the LayoutText, if any. -
textColorOpacities
java.lang.Number[] textColorOpacities
The list of computed text opacities.
OPTIONAL
EXPERIMENTAL
-
-
Class Torello.Browser.DOMSnapshot.NameValue extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Attribute/property name. -
value
java.lang.String value
Attribute/property value.
-
-
Class Torello.Browser.DOMSnapshot.NodeTreeSnapshot extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
int[][] attributes
Attributes of anElement
node. Flatten name, value pairs.
OPTIONAL -
backendNodeId
int[] backendNodeId
Node
's id, corresponds to DOM.Node.backendNodeId.
OPTIONAL -
contentDocumentIndex
DOMSnapshot.RareIntegerData contentDocumentIndex
The index of the document in the list of the snapshot documents.
OPTIONAL -
currentSourceURL
DOMSnapshot.RareStringData currentSourceURL
The selected url for nodes with a srcset attribute.
OPTIONAL -
inputChecked
DOMSnapshot.RareBooleanData inputChecked
Only set for radio and checkbox input elements, indicates if the element has been checked
OPTIONAL -
inputValue
DOMSnapshot.RareStringData inputValue
Only set for input elements, contains the input's associated text value.
OPTIONAL -
isClickable
DOMSnapshot.RareBooleanData isClickable
Whether this DOM node responds to mouse clicks. This includes nodes that have had click event listeners attached via JavaScript as well as anchor tags that naturally navigate when clicked.
OPTIONAL -
nodeName
int[] nodeName
Node
's nodeName.
OPTIONAL -
nodeType
int[] nodeType
Node
's nodeType.
OPTIONAL -
nodeValue
int[] nodeValue
Node
's nodeValue.
OPTIONAL -
optionSelected
DOMSnapshot.RareBooleanData optionSelected
Only set for option elements, indicates if the element has been selected
OPTIONAL -
originURL
DOMSnapshot.RareStringData originURL
The url of the script (if any) that generates this node.
OPTIONAL -
parentIndex
int[] parentIndex
Parent node index.
OPTIONAL -
pseudoType
DOMSnapshot.RareStringData pseudoType
Type of a pseudo element node.
OPTIONAL -
shadowRootType
DOMSnapshot.RareStringData shadowRootType
Type of the shadow root theNode
is in. String values are equal to theShadowRootType
enum.
OPTIONAL -
textValue
DOMSnapshot.RareStringData textValue
Only set for textarea elements, contains the text value.
OPTIONAL
-
-
Class Torello.Browser.DOMSnapshot.RareBooleanData extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int[] index
[No Description Provided by Google]
-
-
Class Torello.Browser.DOMSnapshot.RareIntegerData extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int[] index
[No Description Provided by Google]
-
value
int[] value
[No Description Provided by Google]
-
-
Class Torello.Browser.DOMSnapshot.RareStringData extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int[] index
[No Description Provided by Google]
-
value
int[] value
[No Description Provided by Google]
-
-
Class Torello.Browser.DOMSnapshot.TextBoxSnapshot extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bounds
java.lang.Number[][] bounds
The absolute position bounding box. -
layoutIndex
int[] layoutIndex
Index of the layout tree node that owns this box collection. -
length
int[] length
The number of characters in this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2. -
start
int[] start
The starting index in characters, for this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.
-
-
Class Torello.Browser.DOMStorage.domStorageItemAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
java.lang.String key
[No Description Provided by Google]
-
newValue
java.lang.String newValue
[No Description Provided by Google]
-
storageId
DOMStorage.StorageId storageId
[No Description Provided by Google]
-
-
Class Torello.Browser.DOMStorage.domStorageItemRemoved extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
java.lang.String key
[No Description Provided by Google]
-
storageId
DOMStorage.StorageId storageId
[No Description Provided by Google]
-
-
Class Torello.Browser.DOMStorage.domStorageItemsCleared extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
storageId
DOMStorage.StorageId storageId
[No Description Provided by Google]
-
-
Class Torello.Browser.DOMStorage.domStorageItemUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
java.lang.String key
[No Description Provided by Google]
-
newValue
java.lang.String newValue
[No Description Provided by Google]
-
oldValue
java.lang.String oldValue
[No Description Provided by Google]
-
storageId
DOMStorage.StorageId storageId
[No Description Provided by Google]
-
-
Class Torello.Browser.DOMStorage.StorageId extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isLocalStorage
boolean isLocalStorage
Whether the storage is local storage (not session storage). -
securityOrigin
java.lang.String securityOrigin
Security origin for the storage.
-
-
Class Torello.Browser.Emulation.DisplayFeature extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maskLength
int maskLength
A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. A display feature that only splits content will have a 0 mask_length. -
offset
int offset
The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction. -
orientation
java.lang.String orientation
Orientation of a display feature in relation to screen
-
-
Class Torello.Browser.Emulation.MediaFeature extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
[No Description Provided by Google]
-
value
java.lang.String value
[No Description Provided by Google]
-
-
Class Torello.Browser.Emulation.ScreenOrientation extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
angle
int angle
Orientation angle. -
type
java.lang.String type
Orientation type.
-
-
Class Torello.Browser.Emulation.UserAgentBrandVersion extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
brand
java.lang.String brand
[No Description Provided by Google]
-
version
java.lang.String version
[No Description Provided by Google]
-
-
Class Torello.Browser.Emulation.UserAgentMetadata extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
architecture
java.lang.String architecture
[No Description Provided by Google]
-
brands
Emulation.UserAgentBrandVersion[] brands
[No Description Provided by Google]
OPTIONAL -
fullVersion
java.lang.String fullVersion
[No Description Provided by Google]
OPTIONAL -
mobile
boolean mobile
[No Description Provided by Google]
-
model
java.lang.String model
[No Description Provided by Google]
-
platform
java.lang.String platform
[No Description Provided by Google]
-
platformVersion
java.lang.String platformVersion
[No Description Provided by Google]
-
-
Class Torello.Browser.Emulation.virtualTimeBudgetExpired extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Fetch.AuthChallenge extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
origin
java.lang.String origin
Origin of the challenger. -
realm
java.lang.String realm
The realm of the challenge. May be empty. -
scheme
java.lang.String scheme
The authentication scheme used, such as basic or digest -
source
java.lang.String source
Source of the authentication challenge.
OPTIONAL
-
-
Class Torello.Browser.Fetch.AuthChallengeResponse extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
password
java.lang.String password
The password to provide, possibly empty. Should only be set if response is ProvideCredentials.
OPTIONAL -
response
java.lang.String response
The decision on what to do in response to the authorization challenge. Default means deferring to the default behavior of the net stack, which will likely either the Cancel authentication or display a popup dialog box. -
username
java.lang.String username
The username to provide, possibly empty. Should only be set if response is ProvideCredentials.
OPTIONAL
-
-
Class Torello.Browser.Fetch.authRequired extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authChallenge
Fetch.AuthChallenge authChallenge
Details of the Authorization Challenge encountered. If this is set, client should respond with continueRequest that contains AuthChallengeResponse. -
frameId
java.lang.String frameId
The id of the frame that initiated the request. -
request
Network.Request request
The details of the request. -
requestId
java.lang.String requestId
Each request the page makes will have a unique id. -
resourceType
java.lang.String resourceType
How the requested resource will be used.
-
-
Class Torello.Browser.Fetch.HeaderEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
[No Description Provided by Google]
-
value
java.lang.String value
[No Description Provided by Google]
-
-
Class Torello.Browser.Fetch.RequestPattern extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestStage
java.lang.String requestStage
Stage at which to begin intercepting requests. Default is Request.
OPTIONAL -
resourceType
java.lang.String resourceType
If set, only requests for matching resource types will be intercepted.
OPTIONAL -
urlPattern
java.lang.String urlPattern
Wildcards ('*'
-> zero or more,'?'
-> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to"*"
.
OPTIONAL
-
-
Class Torello.Browser.Fetch.requestPaused extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
The id of the frame that initiated the request. -
networkId
java.lang.String networkId
If the intercepted request had a corresponding Network.requestWillBeSent event fired for it, then this networkId will be the same as the requestId present in the requestWillBeSent event.
OPTIONAL -
request
Network.Request request
The details of the request. -
requestId
java.lang.String requestId
Each request the page makes will have a unique id. -
resourceType
java.lang.String resourceType
How the requested resource will be used. -
responseErrorReason
java.lang.String responseErrorReason
Response error if intercepted at response stage.
OPTIONAL -
responseHeaders
Fetch.HeaderEntry[] responseHeaders
Response headers if intercepted at the response stage.
OPTIONAL -
responseStatusCode
java.lang.Integer responseStatusCode
Response code if intercepted at response stage.
OPTIONAL -
responseStatusText
java.lang.String responseStatusText
Response status text if intercepted at response stage.
OPTIONAL
-
-
Class Torello.Browser.HeadlessExperimental.needsBeginFramesChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
needsBeginFrames
boolean needsBeginFrames
True if BeginFrames are needed, false otherwise.
-
-
Class Torello.Browser.HeadlessExperimental.ScreenshotParams extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
format
java.lang.String format
Image compression format (defaults to png).
OPTIONAL -
quality
java.lang.Integer quality
Compression quality from range [0..100] (jpeg only).
OPTIONAL
-
-
Class Torello.Browser.HeapProfiler.addHeapSnapshotChunk extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
chunk
java.lang.String chunk
[No Description Provided by Google]
-
-
Class Torello.Browser.HeapProfiler.heapStatsUpdate extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
statsUpdate
int[] statsUpdate
An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
-
-
Class Torello.Browser.HeapProfiler.lastSeenObjectId extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lastSeenObjectId
int lastSeenObjectId
[No Description Provided by Google]
-
timestamp
java.lang.Number timestamp
[No Description Provided by Google]
-
-
Class Torello.Browser.HeapProfiler.reportHeapSnapshotProgress extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
done
int done
[No Description Provided by Google]
-
finished
java.lang.Boolean finished
[No Description Provided by Google]
OPTIONAL -
total
int total
[No Description Provided by Google]
-
-
Class Torello.Browser.HeapProfiler.resetProfiles extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.HeapProfiler.SamplingHeapProfile extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
head
HeapProfiler.SamplingHeapProfileNode head
[No Description Provided by Google]
-
samples
HeapProfiler.SamplingHeapProfileSample[] samples
[No Description Provided by Google]
-
-
Class Torello.Browser.HeapProfiler.SamplingHeapProfileNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callFrame
RunTime.CallFrame callFrame
Function location. -
children
HeapProfiler.SamplingHeapProfileNode[] children
Child nodes. -
id
int id
Node id. Ids are unique across all profiles collected between startSampling and stopSampling. -
selfSize
java.lang.Number selfSize
Allocations size in bytes for the node excluding children.
-
-
Class Torello.Browser.HeapProfiler.SamplingHeapProfileSample extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nodeId
int nodeId
Id of the corresponding profile tree node. -
ordinal
java.lang.Number ordinal
Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling. -
size
java.lang.Number size
Allocation size in bytes attributed to the sample.
-
-
Class Torello.Browser.IndexedDB.DatabaseWithObjectStores extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Database name. -
objectStores
IndexedDB.ObjectStore[] objectStores
Object stores in this database. -
version
java.lang.Number version
Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')
-
-
Class Torello.Browser.IndexedDB.DataEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
RunTime.RemoteObject key
Key object. -
primaryKey
RunTime.RemoteObject primaryKey
Primary key object. -
value
RunTime.RemoteObject value
Value object.
-
-
Class Torello.Browser.IndexedDB.Key extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
array
IndexedDB.Key[] array
Array value.
OPTIONAL -
date
java.lang.Number date
Date value.
OPTIONAL -
number
java.lang.Number number
Number value.
OPTIONAL -
string
java.lang.String string
String value.
OPTIONAL -
type
java.lang.String type
Key type.
-
-
Class Torello.Browser.IndexedDB.KeyPath extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
array
java.lang.String[] array
Array value.
OPTIONAL -
string
java.lang.String string
String value.
OPTIONAL -
type
java.lang.String type
Key path type.
-
-
Class Torello.Browser.IndexedDB.KeyRange extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lower
IndexedDB.Key lower
Lower bound.
OPTIONAL -
lowerOpen
boolean lowerOpen
If true lower bound is open. -
upper
IndexedDB.Key upper
Upper bound.
OPTIONAL -
upperOpen
boolean upperOpen
If true upper bound is open.
-
-
Class Torello.Browser.IndexedDB.ObjectStore extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoIncrement
boolean autoIncrement
If true, object store has auto increment flag set. -
indexes
IndexedDB.ObjectStoreIndex[] indexes
Indexes in this object store. -
keyPath
IndexedDB.KeyPath keyPath
Object store key path. -
name
java.lang.String name
Object store name.
-
-
Class Torello.Browser.IndexedDB.ObjectStoreIndex extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
keyPath
IndexedDB.KeyPath keyPath
Index key path. -
multiEntry
boolean multiEntry
If true, index allows multiple entries for a key. -
name
java.lang.String name
Index name. -
unique
boolean unique
If true, index is unique.
-
-
Class Torello.Browser.Input.DragData extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dragOperationsMask
int dragOperationsMask
Bit field representing allowed drag operations. Copy = 1, Link = 2, Move = 16 -
files
java.lang.String[] files
List of filenames that should be included when dropping
OPTIONAL -
items
Input.DragDataItem[] items
[No Description Provided by Google]
-
-
Class Torello.Browser.Input.DragDataItem extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseURL
java.lang.String baseURL
Stores the base URL for the contained markup. Only valid whenmimeType
== "text/html".
OPTIONAL -
data
java.lang.String data
Depending of the value ofmimeType
, it contains the dragged link, text, HTML markup or any other data. -
mimeType
java.lang.String mimeType
Mime type of the dragged data. -
title
java.lang.String title
Title associated with a link. Only valid whenmimeType
== "text/uri-list".
OPTIONAL
-
-
Class Torello.Browser.Input.dragIntercepted extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
Input.DragData data
[No Description Provided by Google]
-
-
Class Torello.Browser.Input.TouchPoint extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
force
java.lang.Number force
Force (default: 1.0).
OPTIONAL -
id
java.lang.Number id
Identifier used to track touch sources between events, must be unique within an event.
OPTIONAL -
radiusX
java.lang.Number radiusX
X radius of the touch area (default: 1.0).
OPTIONAL -
radiusY
java.lang.Number radiusY
Y radius of the touch area (default: 1.0).
OPTIONAL -
rotationAngle
java.lang.Number rotationAngle
Rotation angle (default: 0.0).
OPTIONAL -
tangentialPressure
java.lang.Number tangentialPressure
The normalized tangential pressure, which has a range of [-1,1] (default: 0).
OPTIONAL
EXPERIMENTAL -
tiltX
java.lang.Integer tiltX
The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0)
OPTIONAL
EXPERIMENTAL -
tiltY
java.lang.Integer tiltY
The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).
OPTIONAL
EXPERIMENTAL -
twist
java.lang.Integer twist
The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0).
OPTIONAL
EXPERIMENTAL -
x
java.lang.Number x
X coordinate of the event relative to the main frame's viewport in CSS pixels. -
y
java.lang.Number y
Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport.
-
-
Class Torello.Browser.Inspector.detached extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reason
java.lang.String reason
The reason why connection has been terminated.
-
-
Class Torello.Browser.Inspector.targetCrashed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Inspector.targetReloadedAfterCrash extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.LayerTree.Layer extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorX
java.lang.Number anchorX
Transform anchor point X, absent if no transform specified
OPTIONAL -
anchorY
java.lang.Number anchorY
Transform anchor point Y, absent if no transform specified
OPTIONAL -
anchorZ
java.lang.Number anchorZ
Transform anchor point Z, absent if no transform specified
OPTIONAL -
backendNodeId
java.lang.Integer backendNodeId
The backend id for the node associated with this layer.
OPTIONAL -
drawsContent
boolean drawsContent
Indicates whether this layer hosts any content, rather than being used for transform/scrolling purposes only. -
height
java.lang.Number height
Layer height. -
invisible
java.lang.Boolean invisible
Set if layer is not visible.
OPTIONAL -
layerId
java.lang.String layerId
The unique id for this layer. -
offsetX
java.lang.Number offsetX
Offset from parent layer, X coordinate. -
offsetY
java.lang.Number offsetY
Offset from parent layer, Y coordinate. -
paintCount
int paintCount
Indicates how many time this layer has painted. -
parentLayerId
java.lang.String parentLayerId
The id of parent (not present for root).
OPTIONAL -
scrollRects
LayerTree.ScrollRect[] scrollRects
Rectangles scrolling on main thread only.
OPTIONAL -
stickyPositionConstraint
LayerTree.StickyPositionConstraint stickyPositionConstraint
Sticky position constraint information
OPTIONAL -
transform
java.lang.Number[] transform
Transformation matrix for layer, default is identity matrix
OPTIONAL -
width
java.lang.Number width
Layer width.
-
-
Class Torello.Browser.LayerTree.layerPainted extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clip
DOM.Rect clip
Clip rectangle. -
layerId
java.lang.String layerId
The id of the painted layer.
-
-
Class Torello.Browser.LayerTree.layerTreeDidChange extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
layers
LayerTree.Layer[] layers
Layer tree, absent if not in the comspositing mode.
OPTIONAL
-
-
Class Torello.Browser.LayerTree.PictureTile extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
picture
java.lang.String picture
Base64-encoded snapshot data. (Encoded as a base64 string when passed over JSON) -
x
java.lang.Number x
Offset from owning layer left boundary -
y
java.lang.Number y
Offset from owning layer top boundary
-
-
Class Torello.Browser.LayerTree.ScrollRect extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
rect
DOM.Rect rect
Rectangle itself. -
type
java.lang.String type
Reason for rectangle to force scrolling on the main thread
-
-
Class Torello.Browser.LayerTree.StickyPositionConstraint extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containingBlockRect
DOM.Rect containingBlockRect
Layout rectangle of the containing block of the sticky element -
nearestLayerShiftingContainingBlock
java.lang.String nearestLayerShiftingContainingBlock
The nearest sticky layer that shifts the containing block
OPTIONAL -
nearestLayerShiftingStickyBox
java.lang.String nearestLayerShiftingStickyBox
The nearest sticky layer that shifts the sticky box
OPTIONAL -
stickyBoxRect
DOM.Rect stickyBoxRect
Layout rectangle of the sticky element before being shifted
-
-
Class Torello.Browser.Log.entryAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entry
Log.LogEntry entry
The entry.
-
-
Class Torello.Browser.Log.LogEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
args
RunTime.RemoteObject[] args
Call arguments.
OPTIONAL -
category
java.lang.String category
[No Description Provided by Google]
OPTIONAL -
level
java.lang.String level
Log entry severity. -
lineNumber
java.lang.Integer lineNumber
Line number in the resource.
OPTIONAL -
networkRequestId
java.lang.String networkRequestId
Identifier of the network request associated with this entry.
OPTIONAL -
source
java.lang.String source
Log entry source. -
stackTrace
RunTime.StackTrace stackTrace
JavaScript stack trace.
OPTIONAL -
text
java.lang.String text
Logged text. -
timestamp
java.lang.Number timestamp
Timestamp when this entry was added. -
url
java.lang.String url
URL of the resource if known.
OPTIONAL -
workerId
java.lang.String workerId
Identifier of the worker associated with this entry.
OPTIONAL
-
-
Class Torello.Browser.Log.ViolationSetting extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Violation type. -
threshold
java.lang.Number threshold
Time threshold to trigger upon.
-
-
Class Torello.Browser.Media.PlayerError extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
java.lang.String errorCode
When this switches to using media::Status instead of PipelineStatus we can remove "errorCode" and replace it with the fields from a Status instance. This also seems like a duplicate of the error level enum - there is a todo bug to have that level removed and use this instead. (crbug.com/1068454) -
type
java.lang.String type
[No Description Provided by Google]
-
-
Class Torello.Browser.Media.playerErrorsRaised extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errors
Media.PlayerError[] errors
[No Description Provided by Google]
-
playerId
java.lang.String playerId
[No Description Provided by Google]
-
-
Class Torello.Browser.Media.PlayerEvent extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timestamp
java.lang.Number timestamp
[No Description Provided by Google]
-
value
java.lang.String value
[No Description Provided by Google]
-
-
Class Torello.Browser.Media.playerEventsAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
events
Media.PlayerEvent[] events
[No Description Provided by Google]
-
playerId
java.lang.String playerId
[No Description Provided by Google]
-
-
Class Torello.Browser.Media.PlayerMessage extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
level
java.lang.String level
Keep in sync with MediaLogMessageLevel We are currently keeping the message level 'error' separate from the PlayerError type because right now they represent different things, this one being a DVLOG(ERROR) style log message that gets printed based on what log level is selected in the UI, and the other is a representation of a media::PipelineStatus object. Soon however we're going to be moving away from using PipelineStatus for errors and introducing a new error type which should hopefully let us integrate the error log level into the PlayerError type. -
message
java.lang.String message
[No Description Provided by Google]
-
-
Class Torello.Browser.Media.playerMessagesLogged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
messages
Media.PlayerMessage[] messages
[No Description Provided by Google]
-
playerId
java.lang.String playerId
[No Description Provided by Google]
-
-
Class Torello.Browser.Media.playerPropertiesChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
playerId
java.lang.String playerId
[No Description Provided by Google]
-
properties
Media.PlayerProperty[] properties
[No Description Provided by Google]
-
-
Class Torello.Browser.Media.PlayerProperty extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
[No Description Provided by Google]
-
value
java.lang.String value
[No Description Provided by Google]
-
-
Class Torello.Browser.Media.playersCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
players
java.lang.String[] players
[No Description Provided by Google]
-
-
Class Torello.Browser.Memory.Module extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseAddress
java.lang.String baseAddress
Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string. -
name
java.lang.String name
Name of the module. -
size
java.lang.Number size
Size of the module in bytes. -
uuid
java.lang.String uuid
UUID of the module.
-
-
Class Torello.Browser.Memory.SamplingProfile extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
modules
Memory.Module[] modules
[No Description Provided by Google]
-
samples
Memory.SamplingProfileNode[] samples
[No Description Provided by Google]
-
-
Class Torello.Browser.Memory.SamplingProfileNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
size
java.lang.Number size
Size of the sampled allocation. -
stack
java.lang.String[] stack
Execution stack at the point of allocation. -
total
java.lang.Number total
Total bytes attributed to this sample.
-
-
Class Torello.Browser.Network.AuthChallenge extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
origin
java.lang.String origin
Origin of the challenger. -
realm
java.lang.String realm
The realm of the challenge. May be empty. -
scheme
java.lang.String scheme
The authentication scheme used, such as basic or digest -
source
java.lang.String source
Source of the authentication challenge.
OPTIONAL
-
-
Class Torello.Browser.Network.AuthChallengeResponse extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
password
java.lang.String password
The password to provide, possibly empty. Should only be set if response is ProvideCredentials.
OPTIONAL -
response
java.lang.String response
The decision on what to do in response to the authorization challenge. Default means deferring to the default behavior of the net stack, which will likely either the Cancel authentication or display a popup dialog box. -
username
java.lang.String username
The username to provide, possibly empty. Should only be set if response is ProvideCredentials.
OPTIONAL
-
-
Class Torello.Browser.Network.BlockedCookieWithReason extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockedReasons
java.lang.String[] blockedReasons
The reason(s) the cookie was blocked. -
cookie
Network.Cookie cookie
The cookie object representing the cookie which was not sent.
-
-
Class Torello.Browser.Network.BlockedSetCookieWithReason extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockedReasons
java.lang.String[] blockedReasons
The reason(s) this cookie was blocked. -
cookie
Network.Cookie cookie
The cookie object which represents the cookie which was not stored. It is optional because sometimes complete cookie information is not available, such as in the case of parsing errors.
OPTIONAL -
cookieLine
java.lang.String cookieLine
The string representing this individual cookie as it would appear in the header. This is not the entire "cookie" or "set-cookie" header which could have multiple cookies.
-
-
Class Torello.Browser.Network.CachedResource extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bodySize
java.lang.Number bodySize
Cached response body size. -
response
Network.Response response
Cached response data.
OPTIONAL -
type
java.lang.String type
Type of this resource. -
url
java.lang.String url
Resource URL. This is the url of the original network request.
-
-
Class Torello.Browser.Network.ClientSecurityState extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
initiatorIPAddressSpace
java.lang.String initiatorIPAddressSpace
[No Description Provided by Google]
-
initiatorIsSecureContext
boolean initiatorIsSecureContext
[No Description Provided by Google]
-
privateNetworkRequestPolicy
java.lang.String privateNetworkRequestPolicy
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.ConnectTiming extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestTime
java.lang.Number requestTime
Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime. Matches ResourceTiming's requestTime for the same request (but not for redirected requests).
-
-
Class Torello.Browser.Network.Cookie extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domain
java.lang.String domain
Cookie domain. -
expires
java.lang.Number expires
Cookie expiration date as the number of seconds since the UNIX epoch. -
httpOnly
boolean httpOnly
True if cookie is http-only. -
name
java.lang.String name
Cookie name. -
path
java.lang.String path
Cookie path. -
priority
java.lang.String priority
Cookie Priority
EXPERIMENTAL -
sameParty
boolean sameParty
True if cookie is SameParty.
EXPERIMENTAL -
sameSite
java.lang.String sameSite
Cookie SameSite type.
OPTIONAL -
secure
boolean secure
True if cookie is secure. -
session
boolean session
True in case of session cookie. -
size
int size
Cookie size. -
sourcePort
int sourcePort
Cookie source port. Valid values are {-1, [1, 65535]}, -1 indicates an unspecified port. An unspecified port value allows protocol clients to emulate legacy cookie scope for the port. This is a temporary ability and it will be removed in the future.
EXPERIMENTAL -
sourceScheme
java.lang.String sourceScheme
Cookie source scheme type.
EXPERIMENTAL -
value
java.lang.String value
Cookie value.
-
-
Class Torello.Browser.Network.CookieParam extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domain
java.lang.String domain
Cookie domain.
OPTIONAL -
expires
java.lang.Number expires
Cookie expiration date, session cookie if not set
OPTIONAL -
httpOnly
java.lang.Boolean httpOnly
True if cookie is http-only.
OPTIONAL -
name
java.lang.String name
Cookie name. -
path
java.lang.String path
Cookie path.
OPTIONAL -
priority
java.lang.String priority
Cookie Priority.
OPTIONAL
EXPERIMENTAL -
sameParty
java.lang.Boolean sameParty
True if cookie is SameParty.
OPTIONAL
EXPERIMENTAL -
sameSite
java.lang.String sameSite
Cookie SameSite type.
OPTIONAL -
secure
java.lang.Boolean secure
True if cookie is secure.
OPTIONAL -
sourcePort
java.lang.Integer sourcePort
Cookie source port. Valid values are {-1, [1, 65535]}, -1 indicates an unspecified port. An unspecified port value allows protocol clients to emulate legacy cookie scope for the port. This is a temporary ability and it will be removed in the future.
OPTIONAL
EXPERIMENTAL -
sourceScheme
java.lang.String sourceScheme
Cookie source scheme type.
OPTIONAL
EXPERIMENTAL -
url
java.lang.String url
The request-URI to associate with the setting of the cookie. This value can affect the default domain, path, source port, and source scheme values of the created cookie.
OPTIONAL -
value
java.lang.String value
Cookie value.
-
-
Class Torello.Browser.Network.CorsErrorStatus extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
corsError
java.lang.String corsError
[No Description Provided by Google]
-
failedParameter
java.lang.String failedParameter
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.CrossOriginEmbedderPolicyStatus extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reportingEndpoint
java.lang.String reportingEndpoint
[No Description Provided by Google]
OPTIONAL -
reportOnlyReportingEndpoint
java.lang.String reportOnlyReportingEndpoint
[No Description Provided by Google]
OPTIONAL -
reportOnlyValue
java.lang.String reportOnlyValue
[No Description Provided by Google]
-
value
java.lang.String value
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.CrossOriginOpenerPolicyStatus extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reportingEndpoint
java.lang.String reportingEndpoint
[No Description Provided by Google]
OPTIONAL -
reportOnlyReportingEndpoint
java.lang.String reportOnlyReportingEndpoint
[No Description Provided by Google]
OPTIONAL -
reportOnlyValue
java.lang.String reportOnlyValue
[No Description Provided by Google]
-
value
java.lang.String value
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.dataReceived extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataLength
int dataLength
Data chunk length. -
encodedDataLength
int encodedDataLength
Actual bytes received (might be less than dataLength for compressed encodings). -
requestId
java.lang.String requestId
Request identifier. -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.eventSourceMessageReceived extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
java.lang.String data
Message content. -
eventId
java.lang.String eventId
Message identifier. -
eventName
java.lang.String eventName
Message type. -
requestId
java.lang.String requestId
Request identifier. -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.Initiator extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
java.lang.Number columnNumber
Initiator column number, set for Parser type or for Script type (when script is importing module) (0-based).
OPTIONAL -
lineNumber
java.lang.Number lineNumber
Initiator line number, set for Parser type or for Script type (when script is importing module) (0-based).
OPTIONAL -
requestId
java.lang.String requestId
Set if another request triggered this request (e.g. preflight).
OPTIONAL -
stack
RunTime.StackTrace stack
Initiator JavaScript stack trace, set for Script only.
OPTIONAL -
type
java.lang.String type
Type of this initiator. -
url
java.lang.String url
Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
OPTIONAL
-
-
Class Torello.Browser.Network.loadingFailed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockedReason
java.lang.String blockedReason
The reason why loading was blocked, if any.
OPTIONAL -
canceled
java.lang.Boolean canceled
True if loading was canceled.
OPTIONAL -
corsErrorStatus
Network.CorsErrorStatus corsErrorStatus
The reason why loading was blocked by CORS, if any.
OPTIONAL -
errorText
java.lang.String errorText
User friendly error message. -
requestId
java.lang.String requestId
Request identifier. -
timestamp
java.lang.Number timestamp
Timestamp. -
type
java.lang.String type
Resource type.
-
-
Class Torello.Browser.Network.loadingFinished extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encodedDataLength
java.lang.Number encodedDataLength
Total number of bytes received for this request. -
requestId
java.lang.String requestId
Request identifier. -
shouldReportCorbBlocking
java.lang.Boolean shouldReportCorbBlocking
Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console.
OPTIONAL -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.LoadNetworkResourceOptions extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
disableCache
boolean disableCache
[No Description Provided by Google]
-
includeCredentials
boolean includeCredentials
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.LoadNetworkResourcePageResult extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
headers
JsonObject headers
Response headers.
OPTIONAL -
httpStatusCode
java.lang.Number httpStatusCode
[No Description Provided by Google]
OPTIONAL -
netError
java.lang.Number netError
Optional values used for error reporting.
OPTIONAL -
netErrorName
java.lang.String netErrorName
[No Description Provided by Google]
OPTIONAL -
stream
java.lang.String stream
If successful, one of the following two fields holds the result.
OPTIONAL -
success
boolean success
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.PostDataEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
java.lang.String bytes
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Network.ReportingApiReport extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
body
JsonObject body
[No Description Provided by Google]
-
completedAttempts
int completedAttempts
The number of delivery attempts made so far, not including an active attempt. -
depth
int depth
How many uploads deep the related request was. -
destination
java.lang.String destination
The name of the endpoint group that should be used to deliver the report. -
id
java.lang.String id
[No Description Provided by Google]
-
initiatorUrl
java.lang.String initiatorUrl
The URL of the document that triggered the report. -
status
java.lang.String status
[No Description Provided by Google]
-
timestamp
java.lang.Number timestamp
When the report was generated. -
type
java.lang.String type
The type of the report (specifies the set of data that is contained in the report body).
-
-
Class Torello.Browser.Network.reportingApiReportAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
report
Network.ReportingApiReport report
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.reportingApiReportUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
report
Network.ReportingApiReport report
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.Request extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hasPostData
java.lang.Boolean hasPostData
True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long.
OPTIONAL -
headers
JsonObject headers
HTTP request headers. -
initialPriority
java.lang.String initialPriority
Priority of the resource request at the time request is sent. -
isLinkPreload
java.lang.Boolean isLinkPreload
Whether is loaded via link preload.
OPTIONAL -
isSameSite
java.lang.Boolean isSameSite
True if this resource request is considered to be the 'same site' as the request correspondinfg to the main frame.
OPTIONAL
EXPERIMENTAL -
method
java.lang.String method
HTTP request method. -
mixedContentType
java.lang.String mixedContentType
The mixed content type of the request.
OPTIONAL -
postData
java.lang.String postData
HTTP POST request data.
OPTIONAL -
postDataEntries
Network.PostDataEntry[] postDataEntries
Request body elements. This will be converted from base64 to binary
OPTIONAL
EXPERIMENTAL -
referrerPolicy
java.lang.String referrerPolicy
The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/ -
trustTokenParams
Network.TrustTokenParams trustTokenParams
Set for requests when the TrustToken API is used. Contains the parameters passed by the developer (e.g. via "fetch") as understood by the backend.
OPTIONAL
EXPERIMENTAL -
url
java.lang.String url
Request URL (without fragment). -
urlFragment
java.lang.String urlFragment
Fragment of the requested URL starting with hash, if present.
OPTIONAL
-
-
Class Torello.Browser.Network.requestIntercepted extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authChallenge
Network.AuthChallenge authChallenge
Details of the Authorization Challenge encountered. If this is set then continueInterceptedRequest must contain an authChallengeResponse.
OPTIONAL -
frameId
java.lang.String frameId
The id of the frame that initiated the request. -
interceptionId
java.lang.String interceptionId
Each request the page makes will have a unique id, however if any redirects are encountered while processing that fetch, they will be reported with the same id as the original fetch. Likewise if HTTP authentication is needed then the same fetch id will be used. -
isDownload
java.lang.Boolean isDownload
Set if the request is a navigation that will result in a download. Only present after response is received from the server (i.e. HeadersReceived stage).
OPTIONAL -
isNavigationRequest
boolean isNavigationRequest
Whether this is a navigation request, which can abort the navigation completely. -
redirectUrl
java.lang.String redirectUrl
Redirect location, only sent if a redirect was intercepted.
OPTIONAL -
request
Network.Request request
[No Description Provided by Google]
-
requestId
java.lang.String requestId
If the intercepted request had a corresponding requestWillBeSent event fired for it, then this requestId will be the same as the requestId present in the requestWillBeSent event.
OPTIONAL -
resourceType
java.lang.String resourceType
How the requested resource will be used. -
responseErrorReason
java.lang.String responseErrorReason
Response error if intercepted at response stage or if redirect occurred while intercepting request.
OPTIONAL -
responseHeaders
JsonObject responseHeaders
Response headers if intercepted at the response stage or if redirect occurred while intercepting request or auth retry occurred.
OPTIONAL -
responseStatusCode
java.lang.Integer responseStatusCode
Response code if intercepted at response stage or if redirect occurred while intercepting request or auth retry occurred.
OPTIONAL
-
-
Class Torello.Browser.Network.RequestPattern extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
interceptionStage
java.lang.String interceptionStage
Stage at which to begin intercepting requests. Default is Request.
OPTIONAL -
resourceType
java.lang.String resourceType
If set, only requests for matching resource types will be intercepted.
OPTIONAL -
urlPattern
java.lang.String urlPattern
Wildcards ('*'
-> zero or more,'?'
-> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to"*"
.
OPTIONAL
-
-
Class Torello.Browser.Network.requestServedFromCache extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestId
java.lang.String requestId
Request identifier.
-
-
Class Torello.Browser.Network.requestWillBeSent extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
documentURL
java.lang.String documentURL
URL of the document this request is loaded for. -
frameId
java.lang.String frameId
Frame identifier.
OPTIONAL -
hasUserGesture
java.lang.Boolean hasUserGesture
Whether the request is initiated by a user gesture. Defaults to false.
OPTIONAL -
initiator
Network.Initiator initiator
Request initiator. -
loaderId
java.lang.String loaderId
Loader identifier. Empty string if the request is fetched from worker. -
redirectHasExtraInfo
boolean redirectHasExtraInfo
In the case that redirectResponse is populated, this flag indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for the request which was just redirected.
EXPERIMENTAL -
redirectResponse
Network.Response redirectResponse
Redirect response data.
OPTIONAL -
request
Network.Request request
Request data. -
requestId
java.lang.String requestId
Request identifier. -
timestamp
java.lang.Number timestamp
Timestamp. -
type
java.lang.String type
Type of this resource.
OPTIONAL -
wallTime
java.lang.Number wallTime
Timestamp.
-
-
Class Torello.Browser.Network.requestWillBeSentExtraInfo extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedCookies
Network.BlockedCookieWithReason[] associatedCookies
A list of cookies potentially associated to the requested URL. This includes both cookies sent with the request and the ones not sent; the latter are distinguished by having blockedReason field set. -
clientSecurityState
Network.ClientSecurityState clientSecurityState
The client security state set for the request.
OPTIONAL -
connectTiming
Network.ConnectTiming connectTiming
Connection timing information for the request.
EXPERIMENTAL -
headers
JsonObject headers
Raw request headers as they will be sent over the wire. -
requestId
java.lang.String requestId
Request identifier. Used to match this information to an existing requestWillBeSent event.
-
-
Class Torello.Browser.Network.resourceChangedPriority extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
newPriority
java.lang.String newPriority
New priority -
requestId
java.lang.String requestId
Request identifier. -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.ResourceTiming extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
connectEnd
java.lang.Number connectEnd
Connected to the remote host. -
connectStart
java.lang.Number connectStart
Started connecting to the remote host. -
dnsEnd
java.lang.Number dnsEnd
Finished DNS address resolve. -
dnsStart
java.lang.Number dnsStart
Started DNS address resolve. -
proxyEnd
java.lang.Number proxyEnd
Finished resolving proxy. -
proxyStart
java.lang.Number proxyStart
Started resolving proxy. -
pushEnd
java.lang.Number pushEnd
Time the server finished pushing request.
EXPERIMENTAL -
pushStart
java.lang.Number pushStart
Time the server started pushing request.
EXPERIMENTAL -
receiveHeadersEnd
java.lang.Number receiveHeadersEnd
Finished receiving response headers. -
requestTime
java.lang.Number requestTime
Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime. -
sendEnd
java.lang.Number sendEnd
Finished sending request. -
sendStart
java.lang.Number sendStart
Started sending request. -
sslEnd
java.lang.Number sslEnd
Finished SSL handshake. -
sslStart
java.lang.Number sslStart
Started SSL handshake. -
workerFetchStart
java.lang.Number workerFetchStart
Started fetch event.
EXPERIMENTAL -
workerReady
java.lang.Number workerReady
Finished Starting ServiceWorker.
EXPERIMENTAL -
workerRespondWithSettled
java.lang.Number workerRespondWithSettled
Settled fetch event respondWith promise.
EXPERIMENTAL -
workerStart
java.lang.Number workerStart
Started running ServiceWorker.
EXPERIMENTAL
-
-
Class Torello.Browser.Network.Response extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheStorageCacheName
java.lang.String cacheStorageCacheName
Cache Storage Cache Name.
OPTIONAL -
connectionId
java.lang.Number connectionId
Physical connection id that was actually used for this request. -
connectionReused
boolean connectionReused
Specifies whether physical connection was actually reused for this request. -
encodedDataLength
java.lang.Number encodedDataLength
Total number of bytes received for this request so far. -
fromDiskCache
java.lang.Boolean fromDiskCache
Specifies that the request was served from the disk cache.
OPTIONAL -
fromPrefetchCache
java.lang.Boolean fromPrefetchCache
Specifies that the request was served from the prefetch cache.
OPTIONAL -
fromServiceWorker
java.lang.Boolean fromServiceWorker
Specifies that the request was served from the ServiceWorker.
OPTIONAL -
headers
JsonObject headers
HTTP response headers. -
headersText
java.lang.String headersText
HTTP response headers text. This has been replaced by the headers in Network.responseReceivedExtraInfo.
OPTIONAL
DEPRECATED -
mimeType
java.lang.String mimeType
Resource mimeType as determined by the browser. -
protocol
java.lang.String protocol
Protocol used to fetch this request.
OPTIONAL -
remoteIPAddress
java.lang.String remoteIPAddress
Remote IP address.
OPTIONAL -
remotePort
java.lang.Integer remotePort
Remote port.
OPTIONAL -
requestHeaders
JsonObject requestHeaders
Refined HTTP request headers that were actually transmitted over the network.
OPTIONAL -
requestHeadersText
java.lang.String requestHeadersText
HTTP request headers text. This has been replaced by the headers in Network.requestWillBeSentExtraInfo.
OPTIONAL
DEPRECATED -
responseTime
java.lang.Number responseTime
The time at which the returned response was generated.
OPTIONAL -
securityDetails
Network.SecurityDetails securityDetails
Security details for the request.
OPTIONAL -
securityState
java.lang.String securityState
Security state of the request resource. -
serviceWorkerResponseSource
java.lang.String serviceWorkerResponseSource
Response source of response from ServiceWorker.
OPTIONAL -
status
int status
HTTP response status code. -
statusText
java.lang.String statusText
HTTP response status text. -
timing
Network.ResourceTiming timing
Timing information for the given request.
OPTIONAL -
url
java.lang.String url
Response URL. This URL can be different from CachedResource.url in case of redirect.
-
-
Class Torello.Browser.Network.responseReceived extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Frame identifier.
OPTIONAL -
hasExtraInfo
boolean hasExtraInfo
Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for this request.
EXPERIMENTAL -
loaderId
java.lang.String loaderId
Loader identifier. Empty string if the request is fetched from worker. -
requestId
java.lang.String requestId
Request identifier. -
response
Network.Response response
Response data. -
timestamp
java.lang.Number timestamp
Timestamp. -
type
java.lang.String type
Resource type.
-
-
Class Torello.Browser.Network.responseReceivedExtraInfo extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockedCookies
Network.BlockedSetCookieWithReason[] blockedCookies
A list of cookies which were not stored from the response along with the corresponding reasons for blocking. The cookies here may not be valid due to syntax errors, which are represented by the invalid cookie line string instead of a proper cookie. -
headers
JsonObject headers
Raw response headers as they were received over the wire. -
headersText
java.lang.String headersText
Raw response header text as it was received over the wire. The raw text may not always be available, such as in the case of HTTP/2 or QUIC.
OPTIONAL -
requestId
java.lang.String requestId
Request identifier. Used to match this information to another responseReceived event. -
resourceIPAddressSpace
java.lang.String resourceIPAddressSpace
The IP address space of the resource. The address space can only be determined once the transport established the connection, so we can't send it inrequestWillBeSentExtraInfo
. -
statusCode
int statusCode
The status code of the response. This is useful in cases the request failed and no responseReceived event is triggered, which is the case for, e.g., CORS errors. This is also the correct status code for cached requests, where the status in responseReceived is a 200 and this will be 304.
-
-
Class Torello.Browser.Network.SecurityDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateId
int certificateId
Certificate ID value. -
certificateTransparencyCompliance
java.lang.String certificateTransparencyCompliance
Whether the request complied with Certificate Transparency policy -
cipher
java.lang.String cipher
Cipher name. -
issuer
java.lang.String issuer
Name of the issuing CA. -
keyExchange
java.lang.String keyExchange
Key Exchange used by the connection, or the empty string if not applicable. -
keyExchangeGroup
java.lang.String keyExchangeGroup
(EC)DH group used by the connection, if applicable.
OPTIONAL -
mac
java.lang.String mac
TLS MAC. Note that AEAD ciphers do not have separate MACs.
OPTIONAL -
protocol
java.lang.String protocol
Protocol name (e.g. "TLS 1.2" or "QUIC"). -
sanList
java.lang.String[] sanList
Subject Alternative Name (SAN) DNS names and IP addresses. -
signedCertificateTimestampList
Network.SignedCertificateTimestamp[] signedCertificateTimestampList
List of signed certificate timestamps (SCTs). -
subjectName
java.lang.String subjectName
Certificate subject name. -
validFrom
java.lang.Number validFrom
Certificate valid from date. -
validTo
java.lang.Number validTo
Certificate valid to (expiration) date
-
-
Class Torello.Browser.Network.SecurityIsolationStatus extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
coep
Network.CrossOriginEmbedderPolicyStatus coep
[No Description Provided by Google]
OPTIONAL -
coop
Network.CrossOriginOpenerPolicyStatus coop
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Network.SignedCertificateTimestamp extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hashAlgorithm
java.lang.String hashAlgorithm
Hash algorithm. -
logDescription
java.lang.String logDescription
Log name / description. -
logId
java.lang.String logId
Log ID. -
origin
java.lang.String origin
Origin. -
signatureAlgorithm
java.lang.String signatureAlgorithm
Signature algorithm. -
signatureData
java.lang.String signatureData
Signature data. -
status
java.lang.String status
Validation status. -
timestamp
java.lang.Number timestamp
Issuance date.
-
-
Class Torello.Browser.Network.SignedExchangeError extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorField
java.lang.String errorField
The field which caused the error.
OPTIONAL -
message
java.lang.String message
Error message. -
signatureIndex
java.lang.Integer signatureIndex
The index of the signature which caused the error.
OPTIONAL
-
-
Class Torello.Browser.Network.SignedExchangeHeader extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
headerIntegrity
java.lang.String headerIntegrity
Signed exchange header integrity hash in the form of "sha256-<base64-hash-value>". -
requestUrl
java.lang.String requestUrl
Signed exchange request URL. -
responseCode
int responseCode
Signed exchange response code. -
responseHeaders
JsonObject responseHeaders
Signed exchange response headers. -
signatures
Network.SignedExchangeSignature[] signatures
Signed exchange response signature.
-
-
Class Torello.Browser.Network.SignedExchangeInfo extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errors
Network.SignedExchangeError[] errors
Errors occurred while handling the signed exchagne.
OPTIONAL -
header
Network.SignedExchangeHeader header
Information about the signed exchange header.
OPTIONAL -
outerResponse
Network.Response outerResponse
The outer response of signed HTTP exchange which was received from network. -
securityDetails
Network.SecurityDetails securityDetails
Security details for the signed exchange header.
OPTIONAL
-
-
Class Torello.Browser.Network.signedExchangeReceived extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
info
Network.SignedExchangeInfo info
Information about the signed exchange response. -
requestId
java.lang.String requestId
Request identifier.
-
-
Class Torello.Browser.Network.SignedExchangeSignature extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificates
java.lang.String[] certificates
The encoded certificates.
OPTIONAL -
certSha256
java.lang.String certSha256
The hex string of signed exchange signature cert sha256.
OPTIONAL -
certUrl
java.lang.String certUrl
Signed exchange signature cert Url.
OPTIONAL -
date
int date
Signed exchange signature date. -
expires
int expires
Signed exchange signature expires. -
integrity
java.lang.String integrity
Signed exchange signature integrity. -
label
java.lang.String label
Signed exchange signature label. -
signature
java.lang.String signature
The hex string of signed exchange signature. -
validityUrl
java.lang.String validityUrl
Signed exchange signature validity Url.
-
-
Class Torello.Browser.Network.subresourceWebBundleInnerResponseError extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bundleRequestId
java.lang.String bundleRequestId
Bundle request identifier. Used to match this information to another event. This made be absent in case when the instrumentation was enabled only after webbundle was parsed.
OPTIONAL -
errorMessage
java.lang.String errorMessage
Error message -
innerRequestId
java.lang.String innerRequestId
Request identifier of the subresource request -
innerRequestURL
java.lang.String innerRequestURL
URL of the subresource resource.
-
-
Class Torello.Browser.Network.subresourceWebBundleInnerResponseParsed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bundleRequestId
java.lang.String bundleRequestId
Bundle request identifier. Used to match this information to another event. This made be absent in case when the instrumentation was enabled only after webbundle was parsed.
OPTIONAL -
innerRequestId
java.lang.String innerRequestId
Request identifier of the subresource request -
innerRequestURL
java.lang.String innerRequestURL
URL of the subresource resource.
-
-
Class Torello.Browser.Network.subresourceWebBundleMetadataError extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorMessage
java.lang.String errorMessage
Error message -
requestId
java.lang.String requestId
Request identifier. Used to match this information to another event.
-
-
Class Torello.Browser.Network.subresourceWebBundleMetadataReceived extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestId
java.lang.String requestId
Request identifier. Used to match this information to another event. -
urls
java.lang.String[] urls
A list of URLs of resources in the subresource Web Bundle.
-
-
Class Torello.Browser.Network.trustTokenOperationDone extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issuedTokenCount
java.lang.Integer issuedTokenCount
The number of obtained Trust Tokens on a successful "Issuance" operation.
OPTIONAL -
issuerOrigin
java.lang.String issuerOrigin
Origin of the issuer in case of a "Issuance" or "Redemption" operation.
OPTIONAL -
requestId
java.lang.String requestId
[No Description Provided by Google]
-
status
java.lang.String status
Detailed success or error status of the operation. 'AlreadyExists' also signifies a successful operation, as the result of the operation already exists und thus, the operation was abort preemptively (e.g. a cache hit). -
topLevelOrigin
java.lang.String topLevelOrigin
Top level origin. The context in which the operation was attempted.
OPTIONAL -
type
java.lang.String type
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.TrustTokenParams extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issuers
java.lang.String[] issuers
Origins of issuers from whom to request tokens or redemption records.
OPTIONAL -
refreshPolicy
java.lang.String refreshPolicy
Only set for "token-redemption" type and determine whether to request a fresh SRR or use a still valid cached SRR. -
type
java.lang.String type
[No Description Provided by Google]
-
-
Class Torello.Browser.Network.webSocketClosed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestId
java.lang.String requestId
Request identifier. -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.webSocketCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
initiator
Network.Initiator initiator
Request initiator.
OPTIONAL -
requestId
java.lang.String requestId
Request identifier. -
url
java.lang.String url
WebSocket request URL.
-
-
Class Torello.Browser.Network.WebSocketFrame extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mask
boolean mask
WebSocket message mask. -
opcode
java.lang.Number opcode
WebSocket message opcode. -
payloadData
java.lang.String payloadData
WebSocket message payload data. If the opcode is 1, this is a text message and payloadData is a UTF-8 string. If the opcode isn't 1, then payloadData is a base64 encoded string representing binary data.
-
-
Class Torello.Browser.Network.webSocketFrameError extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorMessage
java.lang.String errorMessage
WebSocket error message. -
requestId
java.lang.String requestId
Request identifier. -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.webSocketFrameReceived extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestId
java.lang.String requestId
Request identifier. -
response
Network.WebSocketFrame response
WebSocket response data. -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.webSocketFrameSent extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestId
java.lang.String requestId
Request identifier. -
response
Network.WebSocketFrame response
WebSocket response data. -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.webSocketHandshakeResponseReceived extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestId
java.lang.String requestId
Request identifier. -
response
Network.WebSocketResponse response
WebSocket response data. -
timestamp
java.lang.Number timestamp
Timestamp.
-
-
Class Torello.Browser.Network.WebSocketRequest extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
headers
JsonObject headers
HTTP request headers.
-
-
Class Torello.Browser.Network.WebSocketResponse extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
headers
JsonObject headers
HTTP response headers. -
headersText
java.lang.String headersText
HTTP response headers text.
OPTIONAL -
requestHeaders
JsonObject requestHeaders
HTTP request headers.
OPTIONAL -
requestHeadersText
java.lang.String requestHeadersText
HTTP request headers text.
OPTIONAL -
status
int status
HTTP response status code. -
statusText
java.lang.String statusText
HTTP response status text.
-
-
Class Torello.Browser.Network.webSocketWillSendHandshakeRequest extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
request
Network.WebSocketRequest request
WebSocket request data. -
requestId
java.lang.String requestId
Request identifier. -
timestamp
java.lang.Number timestamp
Timestamp. -
wallTime
java.lang.Number wallTime
UTC Timestamp.
-
-
Class Torello.Browser.Network.webTransportClosed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timestamp
java.lang.Number timestamp
Timestamp. -
transportId
java.lang.String transportId
WebTransport identifier.
-
-
Class Torello.Browser.Network.webTransportConnectionEstablished extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timestamp
java.lang.Number timestamp
Timestamp. -
transportId
java.lang.String transportId
WebTransport identifier.
-
-
Class Torello.Browser.Network.webTransportCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
initiator
Network.Initiator initiator
Request initiator.
OPTIONAL -
timestamp
java.lang.Number timestamp
Timestamp. -
transportId
java.lang.String transportId
WebTransport identifier. -
url
java.lang.String url
WebTransport request URL.
-
-
Class Torello.Browser.Overlay.BoxStyle extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Overlay.ContainerQueryContainerHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containerBorder
Overlay.LineStyle containerBorder
The style of the container border.
OPTIONAL -
descendantBorder
Overlay.LineStyle descendantBorder
The style of the descendants' borders.
OPTIONAL
-
-
Class Torello.Browser.Overlay.ContainerQueryHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containerQueryContainerHighlightConfig
Overlay.ContainerQueryContainerHighlightConfig containerQueryContainerHighlightConfig
A descriptor for the highlight appearance of container query containers. -
nodeId
int nodeId
Identifier of the container node to highlight.
-
-
Class Torello.Browser.Overlay.FlexContainerHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnGapSpace
Overlay.BoxStyle columnGapSpace
Style of empty space caused by columns gaps (gap/column-gap).
OPTIONAL -
containerBorder
Overlay.LineStyle containerBorder
The style of the container border
OPTIONAL -
crossAlignment
Overlay.LineStyle crossAlignment
Style of the self-alignment line (align-items).
OPTIONAL -
crossDistributedSpace
Overlay.BoxStyle crossDistributedSpace
Style of content-distribution space on the cross axis (align-content).
OPTIONAL -
itemSeparator
Overlay.LineStyle itemSeparator
The style of the separator between items
OPTIONAL -
lineSeparator
Overlay.LineStyle lineSeparator
The style of the separator between lines
OPTIONAL -
mainDistributedSpace
Overlay.BoxStyle mainDistributedSpace
Style of content-distribution space on the main axis (justify-content).
OPTIONAL -
rowGapSpace
Overlay.BoxStyle rowGapSpace
Style of empty space caused by row gaps (gap/row-gap).
OPTIONAL
-
-
Class Torello.Browser.Overlay.FlexItemHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseSizeBorder
Overlay.LineStyle baseSizeBorder
Style of the border around the box representing the item's base size
OPTIONAL -
baseSizeBox
Overlay.BoxStyle baseSizeBox
Style of the box representing the item's base size
OPTIONAL -
flexibilityArrow
Overlay.LineStyle flexibilityArrow
Style of the arrow representing if the item grew or shrank
OPTIONAL
-
-
Class Torello.Browser.Overlay.FlexNodeHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
flexContainerHighlightConfig
Overlay.FlexContainerHighlightConfig flexContainerHighlightConfig
A descriptor for the highlight appearance of flex containers. -
nodeId
int nodeId
Identifier of the node to highlight.
-
-
Class Torello.Browser.Overlay.GridHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
areaBorderColor
DOM.RGBA areaBorderColor
The named grid areas border color (Default: transparent).
OPTIONAL -
cellBorderColor
DOM.RGBA cellBorderColor
The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
OPTIONAL
DEPRECATED -
cellBorderDash
java.lang.Boolean cellBorderDash
Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
OPTIONAL
DEPRECATED -
columnGapColor
DOM.RGBA columnGapColor
The column gap highlight fill color (default: transparent).
OPTIONAL -
columnHatchColor
DOM.RGBA columnHatchColor
The column gap hatching fill color (default: transparent).
OPTIONAL -
columnLineColor
DOM.RGBA columnLineColor
The column line color (default: transparent).
OPTIONAL -
columnLineDash
java.lang.Boolean columnLineDash
Whether column lines are dashed (default: false).
OPTIONAL -
gridBackgroundColor
DOM.RGBA gridBackgroundColor
The grid container background color (Default: transparent).
OPTIONAL -
gridBorderColor
DOM.RGBA gridBorderColor
The grid container border highlight color (default: transparent).
OPTIONAL -
gridBorderDash
java.lang.Boolean gridBorderDash
Whether the grid border is dashed (default: false).
OPTIONAL -
rowGapColor
DOM.RGBA rowGapColor
The row gap highlight fill color (default: transparent).
OPTIONAL -
rowHatchColor
DOM.RGBA rowHatchColor
The row gap hatching fill color (default: transparent).
OPTIONAL -
rowLineColor
DOM.RGBA rowLineColor
The row line color (default: transparent).
OPTIONAL -
rowLineDash
java.lang.Boolean rowLineDash
Whether row lines are dashed (default: false).
OPTIONAL -
showAreaNames
java.lang.Boolean showAreaNames
Show area name labels (default: false).
OPTIONAL -
showGridExtensionLines
java.lang.Boolean showGridExtensionLines
Whether the extension lines from grid cells to the rulers should be shown (default: false).
OPTIONAL -
showLineNames
java.lang.Boolean showLineNames
Show line name labels (default: false).
OPTIONAL -
showNegativeLineNumbers
java.lang.Boolean showNegativeLineNumbers
Show Negative line number labels (default: false).
OPTIONAL -
showPositiveLineNumbers
java.lang.Boolean showPositiveLineNumbers
Show Positive line number labels (default: false).
OPTIONAL -
showTrackSizes
java.lang.Boolean showTrackSizes
Show track size labels (default: false).
OPTIONAL
-
-
Class Torello.Browser.Overlay.GridNodeHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gridHighlightConfig
Overlay.GridHighlightConfig gridHighlightConfig
A descriptor for the highlight appearance. -
nodeId
int nodeId
Identifier of the node to highlight.
-
-
Class Torello.Browser.Overlay.HighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
borderColor
DOM.RGBA borderColor
The border highlight fill color (default: transparent).
OPTIONAL -
colorFormat
java.lang.String colorFormat
The color format used to format color styles (default: hex).
OPTIONAL -
containerQueryContainerHighlightConfig
Overlay.ContainerQueryContainerHighlightConfig containerQueryContainerHighlightConfig
The container query container highlight configuration (default: all transparent).
OPTIONAL -
contentColor
DOM.RGBA contentColor
The content box highlight fill color (default: transparent).
OPTIONAL -
contrastAlgorithm
java.lang.String contrastAlgorithm
The contrast algorithm to use for the contrast ratio (default: aa).
OPTIONAL -
cssGridColor
DOM.RGBA cssGridColor
The grid layout color (default: transparent).
OPTIONAL -
eventTargetColor
DOM.RGBA eventTargetColor
The event target element highlight fill color (default: transparent).
OPTIONAL -
flexContainerHighlightConfig
Overlay.FlexContainerHighlightConfig flexContainerHighlightConfig
The flex container highlight configuration (default: all transparent).
OPTIONAL -
flexItemHighlightConfig
Overlay.FlexItemHighlightConfig flexItemHighlightConfig
The flex item highlight configuration (default: all transparent).
OPTIONAL -
gridHighlightConfig
Overlay.GridHighlightConfig gridHighlightConfig
The grid layout highlight configuration (default: all transparent).
OPTIONAL -
marginColor
DOM.RGBA marginColor
The margin highlight fill color (default: transparent).
OPTIONAL -
paddingColor
DOM.RGBA paddingColor
The padding highlight fill color (default: transparent).
OPTIONAL -
shapeColor
DOM.RGBA shapeColor
The shape outside fill color (default: transparent).
OPTIONAL -
shapeMarginColor
DOM.RGBA shapeMarginColor
The shape margin fill color (default: transparent).
OPTIONAL -
showAccessibilityInfo
java.lang.Boolean showAccessibilityInfo
Whether the a11y info should be shown (default: true).
OPTIONAL -
showExtensionLines
java.lang.Boolean showExtensionLines
Whether the extension lines from node to the rulers should be shown (default: false).
OPTIONAL -
showInfo
java.lang.Boolean showInfo
Whether the node info tooltip should be shown (default: false).
OPTIONAL -
showRulers
java.lang.Boolean showRulers
Whether the rulers should be shown (default: false).
OPTIONAL -
showStyles
java.lang.Boolean showStyles
Whether the node styles in the tooltip (default: false).
OPTIONAL
-
-
Class Torello.Browser.Overlay.HingeConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Overlay.inspectModeCanceled extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Overlay.inspectNodeRequested extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backendNodeId
int backendNodeId
Id of the node to inspect.
-
-
Class Torello.Browser.Overlay.IsolatedElementHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isolationModeHighlightConfig
Overlay.IsolationModeHighlightConfig isolationModeHighlightConfig
A descriptor for the highlight appearance of an element in isolation mode. -
nodeId
int nodeId
Identifier of the isolated element to highlight.
-
-
Class Torello.Browser.Overlay.IsolationModeHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maskColor
DOM.RGBA maskColor
The fill color for the mask covering non-isolated elements (default: transparent).
OPTIONAL -
resizerColor
DOM.RGBA resizerColor
The fill color of the resizers (default: transparent).
OPTIONAL -
resizerHandleColor
DOM.RGBA resizerHandleColor
The fill color for resizer handles (default: transparent).
OPTIONAL
-
-
Class Torello.Browser.Overlay.LineStyle extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
color
DOM.RGBA color
The color of the line (default: transparent)
OPTIONAL -
pattern
java.lang.String pattern
The line pattern (default: solid)
OPTIONAL
-
-
Class Torello.Browser.Overlay.nodeHighlightRequested extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nodeId
int nodeId
[No Description Provided by Google]
-
-
Class Torello.Browser.Overlay.screenshotRequested extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
viewport
Page.Viewport viewport
Viewport to capture, in device independent pixels (dip).
-
-
Class Torello.Browser.Overlay.ScrollSnapContainerHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
scrollMarginColor
DOM.RGBA scrollMarginColor
The margin highlight fill color (default: transparent).
OPTIONAL -
scrollPaddingColor
DOM.RGBA scrollPaddingColor
The padding highlight fill color (default: transparent).
OPTIONAL -
snapAreaBorder
Overlay.LineStyle snapAreaBorder
The style of the snap area border (default: transparent)
OPTIONAL -
snapportBorder
Overlay.LineStyle snapportBorder
The style of the snapport border (default: transparent)
OPTIONAL
-
-
Class Torello.Browser.Overlay.ScrollSnapHighlightConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nodeId
int nodeId
Identifier of the node to highlight. -
scrollSnapContainerHighlightConfig
Overlay.ScrollSnapContainerHighlightConfig scrollSnapContainerHighlightConfig
A descriptor for the highlight appearance of scroll snap containers.
-
-
Class Torello.Browser.Overlay.SourceOrderConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Page.AdFrameStatus extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
adFrameType
java.lang.String adFrameType
[No Description Provided by Google]
-
explanations
java.lang.String[] explanations
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Page.AppManifestError extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
Error column. -
critical
int critical
If criticial, this is a non-recoverable parse error. -
line
int line
Error line. -
message
java.lang.String message
Error message.
-
-
Class Torello.Browser.Page.AppManifestParsedProperties extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
scope
java.lang.String scope
Computed scope value
-
-
Class Torello.Browser.Page.BackForwardCacheNotRestoredExplanation extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reason
java.lang.String reason
Not restored reason -
type
java.lang.String type
Type of the reason
-
-
Class Torello.Browser.Page.backForwardCacheNotUsed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
The frame id of the associated frame. -
loaderId
java.lang.String loaderId
The loader id for the associated navgation. -
notRestoredExplanations
Page.BackForwardCacheNotRestoredExplanation[] notRestoredExplanations
Array of reasons why the page could not be cached. This must not be empty.
-
-
Class Torello.Browser.Page.CompilationCacheParams extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eager
java.lang.Boolean eager
A hint to the backend whether eager compilation is recommended. (the actual compilation mode used is upon backend discretion).
OPTIONAL -
url
java.lang.String url
The URL of the script to produce a compilation cache entry for.
-
-
Class Torello.Browser.Page.compilationCacheProduced extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
java.lang.String data
Base64-encoded data (Encoded as a base64 string when passed over JSON) -
url
java.lang.String url
[No Description Provided by Google]
-
-
Class Torello.Browser.Page.documentOpened extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frame
Page.Frame frame
Frame object.
-
-
Class Torello.Browser.Page.domContentEventFired extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timestamp
java.lang.Number timestamp
[No Description Provided by Google]
-
-
Class Torello.Browser.Page.downloadProgress extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
guid
java.lang.String guid
Global unique identifier of the download. -
receivedBytes
java.lang.Number receivedBytes
Total bytes received. -
state
java.lang.String state
Download status. -
totalBytes
java.lang.Number totalBytes
Total expected bytes to download.
-
-
Class Torello.Browser.Page.downloadWillBegin extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame that caused download to begin. -
guid
java.lang.String guid
Global unique identifier of the download. -
suggestedFilename
java.lang.String suggestedFilename
Suggested file name of the resource (the actual name of the file saved on disk may differ). -
url
java.lang.String url
URL of the resource being downloaded.
-
-
Class Torello.Browser.Page.fileChooserOpened extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backendNodeId
int backendNodeId
Input node id.
EXPERIMENTAL -
frameId
java.lang.String frameId
Id of the frame containing input node.
EXPERIMENTAL -
mode
java.lang.String mode
Input mode.
-
-
Class Torello.Browser.Page.FontFamilies extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cursive
java.lang.String cursive
The cursive font-family.
OPTIONAL -
fantasy
java.lang.String fantasy
The fantasy font-family.
OPTIONAL -
fixed
java.lang.String fixed
The fixed font-family.
OPTIONAL -
pictograph
java.lang.String pictograph
The pictograph font-family.
OPTIONAL -
sansSerif
java.lang.String sansSerif
The sansSerif font-family.
OPTIONAL -
serif
java.lang.String serif
The serif font-family.
OPTIONAL -
standard
java.lang.String standard
The standard font-family.
OPTIONAL
-
-
Class Torello.Browser.Page.FontSizes extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fixed
java.lang.Integer fixed
Default fixed font size.
OPTIONAL -
standard
java.lang.Integer standard
Default standard font size.
OPTIONAL
-
-
Class Torello.Browser.Page.Frame extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
adFrameStatus
Page.AdFrameStatus adFrameStatus
Indicates whether this frame was tagged as an ad and why.
OPTIONAL
EXPERIMENTAL -
crossOriginIsolatedContextType
java.lang.String crossOriginIsolatedContextType
Indicates whether this is a cross origin isolated context.
EXPERIMENTAL -
domainAndRegistry
java.lang.String domainAndRegistry
Frame document's registered domain, taking the public suffixes list into account. Extracted from the Frame's url. Example URLs: http://www.google.com/file.html -> "google.com" http://a.b.co.uk/file.html -> "b.co.uk"
EXPERIMENTAL -
gatedAPIFeatures
java.lang.String[] gatedAPIFeatures
Indicated which gated APIs / features are available.
EXPERIMENTAL -
id
java.lang.String id
Frame unique identifier. -
loaderId
java.lang.String loaderId
Identifier of the loader associated with this frame. -
mimeType
java.lang.String mimeType
Frame document's mimeType as determined by the browser. -
name
java.lang.String name
Frame's name as specified in the tag.
OPTIONAL -
parentId
java.lang.String parentId
Parent frame identifier.
OPTIONAL -
secureContextType
java.lang.String secureContextType
Indicates whether the main document is a secure context and explains why that is the case.
EXPERIMENTAL -
securityOrigin
java.lang.String securityOrigin
Frame document's security origin. -
unreachableUrl
java.lang.String unreachableUrl
If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.
OPTIONAL
EXPERIMENTAL -
url
java.lang.String url
Frame document's URL without fragment. -
urlFragment
java.lang.String urlFragment
Frame document's URL fragment including the '#'.
OPTIONAL
EXPERIMENTAL
-
-
Class Torello.Browser.Page.frameAttached extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame that has been attached. -
parentFrameId
java.lang.String parentFrameId
Parent frame identifier. -
stack
RunTime.StackTrace stack
JavaScript stack trace of when frame was attached, only set if frame initiated from script.
OPTIONAL
-
-
Class Torello.Browser.Page.frameClearedScheduledNavigation extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame that has cleared its scheduled navigation.
-
-
Class Torello.Browser.Page.frameDetached extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame that has been detached. -
reason
java.lang.String reason
[No Description Provided by Google]
EXPERIMENTAL
-
-
Class Torello.Browser.Page.frameNavigated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frame
Page.Frame frame
Frame object. -
type
java.lang.String type
[No Description Provided by Google]
EXPERIMENTAL
-
-
Class Torello.Browser.Page.frameRequestedNavigation extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
disposition
java.lang.String disposition
The disposition for the navigation. -
frameId
java.lang.String frameId
Id of the frame that is being navigated. -
reason
java.lang.String reason
The reason for the navigation. -
url
java.lang.String url
The destination URL for the requested navigation.
-
-
Class Torello.Browser.Page.frameResized extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Page.FrameResource extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
canceled
java.lang.Boolean canceled
True if the resource was canceled during loading.
OPTIONAL -
contentSize
java.lang.Number contentSize
Resource content size.
OPTIONAL -
failed
java.lang.Boolean failed
True if the resource failed to load.
OPTIONAL -
lastModified
java.lang.Number lastModified
last-modified timestamp as reported by server.
OPTIONAL -
mimeType
java.lang.String mimeType
Resource mimeType as determined by the browser. -
type
java.lang.String type
Type of this resource. -
url
java.lang.String url
Resource URL.
-
-
Class Torello.Browser.Page.FrameResourceTree extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childFrames
Page.FrameResourceTree[] childFrames
Child frames.
OPTIONAL -
frame
Page.Frame frame
Frame information for this tree item. -
resources
Page.FrameResource[] resources
Information about frame resources.
-
-
Class Torello.Browser.Page.frameScheduledNavigation extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
delay
java.lang.Number delay
Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start. -
frameId
java.lang.String frameId
Id of the frame that has scheduled a navigation. -
reason
java.lang.String reason
The reason for the navigation. -
url
java.lang.String url
The destination URL for the scheduled navigation.
-
-
Class Torello.Browser.Page.frameStartedLoading extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame that has started loading.
-
-
Class Torello.Browser.Page.frameStoppedLoading extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame that has stopped loading.
-
-
Class Torello.Browser.Page.FrameTree extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childFrames
Page.FrameTree[] childFrames
Child frames.
OPTIONAL -
frame
Page.Frame frame
Frame information for this tree item.
-
-
Class Torello.Browser.Page.InstallabilityError extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorArguments
Page.InstallabilityErrorArgument[] errorArguments
The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}). -
errorId
java.lang.String errorId
The error id (e.g. 'manifest-missing-suitable-icon').
-
-
Class Torello.Browser.Page.InstallabilityErrorArgument extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Argument name (e.g. name:'minimum-icon-size-in-pixels'). -
value
java.lang.String value
Argument value (e.g. value:'64').
-
-
Class Torello.Browser.Page.interstitialHidden extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Page.interstitialShown extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.Page.javascriptDialogClosed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
result
boolean result
Whether dialog was confirmed. -
userInput
java.lang.String userInput
User input in case of prompt.
-
-
Class Torello.Browser.Page.javascriptDialogOpening extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultPrompt
java.lang.String defaultPrompt
Default dialog prompt.
OPTIONAL -
hasBrowserHandler
boolean hasBrowserHandler
True iff browser is capable showing or acting on the given dialog. When browser has no dialog handler for given target, calling alert while Page domain is engaged will stall the page execution. Execution can be resumed via calling Page.handleJavaScriptDialog. -
message
java.lang.String message
Message that will be displayed by the dialog. -
type
java.lang.String type
Dialog type. -
url
java.lang.String url
Frame url.
-
-
Class Torello.Browser.Page.LayoutViewport extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientHeight
int clientHeight
Height (CSS pixels), excludes scrollbar if present. -
clientWidth
int clientWidth
Width (CSS pixels), excludes scrollbar if present. -
pageX
int pageX
Horizontal offset relative to the document (CSS pixels). -
pageY
int pageY
Vertical offset relative to the document (CSS pixels).
-
-
Class Torello.Browser.Page.lifecycleEvent extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame. -
loaderId
java.lang.String loaderId
Loader identifier. Empty string if the request is fetched from worker. -
name
java.lang.String name
[No Description Provided by Google]
-
timestamp
java.lang.Number timestamp
[No Description Provided by Google]
-
-
Class Torello.Browser.Page.loadEventFired extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timestamp
java.lang.Number timestamp
[No Description Provided by Google]
-
-
Class Torello.Browser.Page.navigatedWithinDocument extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frameId
java.lang.String frameId
Id of the frame. -
url
java.lang.String url
Frame's new url.
-
-
Class Torello.Browser.Page.NavigationEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
Unique id of the navigation history entry. -
title
java.lang.String title
Title of the navigation history entry. -
transitionType
java.lang.String transitionType
Transition type. -
url
java.lang.String url
URL of the navigation history entry. -
userTypedURL
java.lang.String userTypedURL
URL that the user typed in the url bar.
-
-
Class Torello.Browser.Page.OriginTrial extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
status
java.lang.String status
[No Description Provided by Google]
-
tokensWithStatus
Page.OriginTrialTokenWithStatus[] tokensWithStatus
[No Description Provided by Google]
-
trialName
java.lang.String trialName
[No Description Provided by Google]
-
-
Class Torello.Browser.Page.OriginTrialToken extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expiryTime
java.lang.Number expiryTime
[No Description Provided by Google]
-
isThirdParty
boolean isThirdParty
[No Description Provided by Google]
-
matchSubDomains
boolean matchSubDomains
[No Description Provided by Google]
-
origin
java.lang.String origin
[No Description Provided by Google]
-
trialName
java.lang.String trialName
[No Description Provided by Google]
-
usageRestriction
java.lang.String usageRestriction
[No Description Provided by Google]
-
-
Class Torello.Browser.Page.OriginTrialTokenWithStatus extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parsedToken
Page.OriginTrialToken parsedToken
parsedToken
is present only when the token is extractable and parsable.
OPTIONAL -
rawTokenText
java.lang.String rawTokenText
[No Description Provided by Google]
-
status
java.lang.String status
[No Description Provided by Google]
-
-
Class Torello.Browser.Page.PermissionsPolicyBlockLocator extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockReason
java.lang.String blockReason
[No Description Provided by Google]
-
frameId
java.lang.String frameId
[No Description Provided by Google]
-
-
Class Torello.Browser.Page.PermissionsPolicyFeatureState extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowed
boolean allowed
[No Description Provided by Google]
-
feature
java.lang.String feature
[No Description Provided by Google]
-
locator
Page.PermissionsPolicyBlockLocator locator
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.Page.screencastFrame extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
java.lang.String data
Base64-encoded compressed image. (Encoded as a base64 string when passed over JSON) -
metadata
Page.ScreencastFrameMetadata metadata
Screencast frame metadata. -
sessionId
int sessionId
Frame number.
-
-
Class Torello.Browser.Page.ScreencastFrameMetadata extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deviceHeight
java.lang.Number deviceHeight
Device screen height in DIP. -
deviceWidth
java.lang.Number deviceWidth
Device screen width in DIP. -
offsetTop
java.lang.Number offsetTop
Top offset in DIP. -
pageScaleFactor
java.lang.Number pageScaleFactor
Page scale factor. -
scrollOffsetX
java.lang.Number scrollOffsetX
Position of horizontal scroll in CSS pixels. -
scrollOffsetY
java.lang.Number scrollOffsetY
Position of vertical scroll in CSS pixels. -
timestamp
java.lang.Number timestamp
Frame swap timestamp.
OPTIONAL
-
-
Class Torello.Browser.Page.screencastVisibilityChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
visible
boolean visible
True if the page is visible.
-
-
Class Torello.Browser.Page.Viewport extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
height
java.lang.Number height
Rectangle height in device independent pixels (dip). -
scale
java.lang.Number scale
Page scale factor. -
width
java.lang.Number width
Rectangle width in device independent pixels (dip). -
x
java.lang.Number x
X offset in device independent pixels (dip). -
y
java.lang.Number y
Y offset in device independent pixels (dip).
-
-
Class Torello.Browser.Page.VisualViewport extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientHeight
java.lang.Number clientHeight
Height (CSS pixels), excludes scrollbar if present. -
clientWidth
java.lang.Number clientWidth
Width (CSS pixels), excludes scrollbar if present. -
offsetX
java.lang.Number offsetX
Horizontal offset relative to the layout viewport (CSS pixels). -
offsetY
java.lang.Number offsetY
Vertical offset relative to the layout viewport (CSS pixels). -
pageX
java.lang.Number pageX
Horizontal offset relative to the document (CSS pixels). -
pageY
java.lang.Number pageY
Vertical offset relative to the document (CSS pixels). -
scale
java.lang.Number scale
Scale relative to the ideal viewport (size at width=device-width). -
zoom
java.lang.Number zoom
Page zoom factor (CSS to device independent pixels ratio).
OPTIONAL
-
-
Class Torello.Browser.Page.windowOpen extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
url
java.lang.String url
The URL for the new window. -
userGesture
boolean userGesture
Whether or not it was triggered by user gesture. -
windowFeatures
java.lang.String[] windowFeatures
An array of enabled window features. -
windowName
java.lang.String windowName
Window name.
-
-
Class Torello.Browser.Performance.Metric extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Metric name. -
value
java.lang.Number value
Metric value.
-
-
Class Torello.Browser.Performance.metrics extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
metrics
Performance.Metric[] metrics
Current values of the metrics. -
title
java.lang.String title
Timestamp title.
-
-
Class Torello.Browser.PerformanceTimeline.LargestContentfulPaint extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elementId
java.lang.String elementId
The id attribute of the element, if available.
OPTIONAL -
loadTime
java.lang.Number loadTime
[No Description Provided by Google]
-
nodeId
java.lang.Integer nodeId
[No Description Provided by Google]
OPTIONAL -
renderTime
java.lang.Number renderTime
[No Description Provided by Google]
-
size
java.lang.Number size
The number of pixels being painted. -
url
java.lang.String url
The URL of the image (may be trimmed).
OPTIONAL
-
-
Class Torello.Browser.PerformanceTimeline.LayoutShift extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hadRecentInput
boolean hadRecentInput
[No Description Provided by Google]
-
lastInputTime
java.lang.Number lastInputTime
[No Description Provided by Google]
-
sources
PerformanceTimeline.LayoutShiftAttribution[] sources
[No Description Provided by Google]
-
value
java.lang.Number value
Score increment produced by this event.
-
-
Class Torello.Browser.PerformanceTimeline.LayoutShiftAttribution extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.PerformanceTimeline.TimelineEvent extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
duration
java.lang.Number duration
Event duration, if applicable.
OPTIONAL -
frameId
java.lang.String frameId
Identifies the frame that this event is related to. Empty for non-frame targets. -
layoutShiftDetails
PerformanceTimeline.LayoutShift layoutShiftDetails
[No Description Provided by Google]
OPTIONAL -
lcpDetails
PerformanceTimeline.LargestContentfulPaint lcpDetails
[No Description Provided by Google]
OPTIONAL -
name
java.lang.String name
Name may be empty depending on the type. -
time
java.lang.Number time
Time in seconds since Epoch, monotonically increasing within document lifetime. -
type
java.lang.String type
The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype This determines which of the optional "details" fiedls is present.
-
-
Class Torello.Browser.PerformanceTimeline.timelineEventAdded extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
event
PerformanceTimeline.TimelineEvent event
[No Description Provided by Google]
-
-
Class Torello.Browser.Profiler.consoleProfileFinished extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
[No Description Provided by Google]
-
location
Debugger.Location location
Location of console.profileEnd(). -
profile
Profiler.Profile profile
[No Description Provided by Google]
-
title
java.lang.String title
Profile title passed as an argument to console.profile().
OPTIONAL
-
-
Class Torello.Browser.Profiler.consoleProfileStarted extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
[No Description Provided by Google]
-
location
Debugger.Location location
Location of console.profile(). -
title
java.lang.String title
Profile title passed as an argument to console.profile().
OPTIONAL
-
-
Class Torello.Browser.Profiler.CoverageRange extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
int count
Collected execution count of the source range. -
endOffset
int endOffset
JavaScript script source offset for the range end. -
startOffset
int startOffset
JavaScript script source offset for the range start.
-
-
Class Torello.Browser.Profiler.FunctionCoverage extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
functionName
java.lang.String functionName
JavaScript function name. -
isBlockCoverage
boolean isBlockCoverage
Whether coverage data for this function has block granularity. -
ranges
Profiler.CoverageRange[] ranges
Source ranges inside the function with coverage data.
-
-
Class Torello.Browser.Profiler.PositionTickInfo extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
line
int line
Source line number (1-based). -
ticks
int ticks
Number of samples attributed to the source line.
-
-
Class Torello.Browser.Profiler.preciseCoverageDeltaUpdate extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
occasion
java.lang.String occasion
Identifier for distinguishing coverage events. -
result
Profiler.ScriptCoverage[] result
Coverage data for the current isolate. -
timestamp
java.lang.Number timestamp
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
-
-
Class Torello.Browser.Profiler.Profile extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endTime
java.lang.Number endTime
Profiling end timestamp in microseconds. -
nodes
Profiler.ProfileNode[] nodes
The list of profile nodes. First item is the root node. -
samples
int[] samples
Ids of samples top nodes.
OPTIONAL -
startTime
java.lang.Number startTime
Profiling start timestamp in microseconds. -
timeDeltas
int[] timeDeltas
Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
OPTIONAL
-
-
Class Torello.Browser.Profiler.ProfileNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callFrame
RunTime.CallFrame callFrame
Function location. -
children
int[] children
Child node ids.
OPTIONAL -
deoptReason
java.lang.String deoptReason
The reason of being not optimized. The function may be deoptimized or marked as don't optimize.
OPTIONAL -
hitCount
java.lang.Integer hitCount
Number of samples where this node was on top of the call stack.
OPTIONAL -
id
int id
Unique id of the node. -
positionTicks
Profiler.PositionTickInfo[] positionTicks
An array of source position ticks.
OPTIONAL
-
-
Class Torello.Browser.Profiler.ScriptCoverage extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
functions
Profiler.FunctionCoverage[] functions
Functions contained in the script that has coverage data. -
scriptId
java.lang.String scriptId
JavaScript script id. -
url
java.lang.String url
JavaScript script name or url.
-
-
Class Torello.Browser.Profiler.ScriptTypeProfile extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
Profiler.TypeProfileEntry[] entries
Type profile entries for parameters and return values of the functions in the script. -
scriptId
java.lang.String scriptId
JavaScript script id. -
url
java.lang.String url
JavaScript script name or url.
-
-
Class Torello.Browser.Profiler.TypeObject extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Name of a type collected with type profiling.
-
-
Class Torello.Browser.Profiler.TypeProfileEntry extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
offset
int offset
Source offset of the parameter or end of function for return values. -
types
Profiler.TypeObject[] types
The types for this parameter or return value.
-
-
Class Torello.Browser.RunTime.bindingCalled extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executionContextId
int executionContextId
Identifier of the context where the call was made. -
name
java.lang.String name
[No Description Provided by Google]
-
payload
java.lang.String payload
[No Description Provided by Google]
-
-
Class Torello.Browser.RunTime.CallArgument extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
objectId
java.lang.String objectId
Remote object handle.
OPTIONAL -
unserializableValue
java.lang.String unserializableValue
Primitive value which can not be JSON-stringified.
OPTIONAL -
value
JsonValue value
Primitive value or serializable javascript object.
OPTIONAL
-
-
Class Torello.Browser.RunTime.CallFrame extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
int columnNumber
JavaScript script column number (0-based). -
functionName
java.lang.String functionName
JavaScript function name. -
lineNumber
int lineNumber
JavaScript script line number (0-based). -
scriptId
java.lang.String scriptId
JavaScript script id. -
url
java.lang.String url
JavaScript script name or url.
-
-
Class Torello.Browser.RunTime.consoleAPICalled extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
args
RunTime.RemoteObject[] args
Call arguments. -
context
java.lang.String context
Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.
OPTIONAL
EXPERIMENTAL -
executionContextId
int executionContextId
Identifier of the context where the call was made. -
stackTrace
RunTime.StackTrace stackTrace
Stack trace captured when the call was made. The async stack chain is automatically reported for the following call types:assert
,error
,trace
,warning
. For other types the async call chain can be retrieved usingDebugger.getStackTrace
andstackTrace.parentId
field.
OPTIONAL -
timestamp
java.lang.Number timestamp
Call timestamp. -
type
java.lang.String type
Type of the call.
-
-
Class Torello.Browser.RunTime.CustomPreview extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bodyGetterId
java.lang.String bodyGetterId
If formatter returns true as a result of formatter.hasBody call then bodyGetterId will contain RemoteObjectId for the function that returns result of formatter.body(object, config) call. The result value is json ML array.
OPTIONAL -
header
java.lang.String header
The JSON-stringified result of formatter.header(object, config) call. It contains json ML array that represents RemoteObject.
-
-
Class Torello.Browser.RunTime.EntryPreview extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
RunTime.ObjectPreview key
Preview of the key. Specified for map-like collection entries.
OPTIONAL -
value
RunTime.ObjectPreview value
Preview of the value.
-
-
Class Torello.Browser.RunTime.ExceptionDetails extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
int columnNumber
Column number of the exception location (0-based). -
exception
RunTime.RemoteObject exception
Exception object if available.
OPTIONAL -
exceptionId
int exceptionId
Exception id. -
exceptionMetaData
JsonObject exceptionMetaData
Dictionary with entries of meta data that the client associated with this exception, such as information about associated network requests, etc.
OPTIONAL
EXPERIMENTAL -
executionContextId
java.lang.Integer executionContextId
Identifier of the context where exception happened.
OPTIONAL -
lineNumber
int lineNumber
Line number of the exception location (0-based). -
scriptId
java.lang.String scriptId
Script ID of the exception location.
OPTIONAL -
stackTrace
RunTime.StackTrace stackTrace
JavaScript stack trace if available.
OPTIONAL -
text
java.lang.String text
Exception text, which should be used together with exception object when available. -
url
java.lang.String url
URL of the exception location, to be used when the script was not reported.
OPTIONAL
-
-
Class Torello.Browser.RunTime.exceptionRevoked extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
exceptionId
int exceptionId
The id of revoked exception, as reported inexceptionThrown
. -
reason
java.lang.String reason
Reason describing why exception was revoked.
-
-
Class Torello.Browser.RunTime.exceptionThrown extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
exceptionDetails
RunTime.ExceptionDetails exceptionDetails
[No Description Provided by Google]
-
timestamp
java.lang.Number timestamp
Timestamp of the exception.
-
-
Class Torello.Browser.RunTime.executionContextCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
RunTime.ExecutionContextDescription context
A newly created execution context.
-
-
Class Torello.Browser.RunTime.ExecutionContextDescription extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
auxData
JsonObject auxData
Embedder-specific auxiliary data.
OPTIONAL -
id
int id
Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. -
name
java.lang.String name
Human readable name describing given context. -
origin
java.lang.String origin
Execution context origin. -
uniqueId
java.lang.String uniqueId
A system-unique execution context identifier. Unlike the id, this is unique across multiple processes, so can be reliably used to identify specific context while backend performs a cross-process navigation.
EXPERIMENTAL
-
-
Class Torello.Browser.RunTime.executionContextDestroyed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executionContextId
int executionContextId
Id of the destroyed context
-
-
Class Torello.Browser.RunTime.executionContextsCleared extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Browser.RunTime.inspectRequested extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executionContextId
java.lang.Integer executionContextId
Identifier of the context where the call was made.
OPTIONAL
EXPERIMENTAL -
hints
JsonObject hints
[No Description Provided by Google]
-
object
RunTime.RemoteObject object
[No Description Provided by Google]
-
-
Class Torello.Browser.RunTime.InternalPropertyDescriptor extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Conventional property name. -
value
RunTime.RemoteObject value
The value associated with the property.
OPTIONAL
-
-
Class Torello.Browser.RunTime.ObjectPreview extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
java.lang.String description
String representation of the object.
OPTIONAL -
entries
RunTime.EntryPreview[] entries
List of the entries. Specified formap
andset
subtype values only.
OPTIONAL -
overflow
boolean overflow
True iff some of the properties or entries of the original object did not fit. -
properties
RunTime.PropertyPreview[] properties
List of the properties. -
subtype
java.lang.String subtype
Object subtype hint. Specified forobject
type values only.
OPTIONAL -
type
java.lang.String type
Object type.
-
-
Class Torello.Browser.RunTime.PrivatePropertyDescriptor extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
get
RunTime.RemoteObject get
A function which serves as a getter for the private property, orundefined
if there is no getter (accessor descriptors only).
OPTIONAL -
name
java.lang.String name
Private property name. -
set
RunTime.RemoteObject set
A function which serves as a setter for the private property, orundefined
if there is no setter (accessor descriptors only).
OPTIONAL -
value
RunTime.RemoteObject value
The value associated with the private property.
OPTIONAL
-
-
Class Torello.Browser.RunTime.PropertyDescriptor extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
configurable
boolean configurable
True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. -
enumerable
boolean enumerable
True if this property shows up during enumeration of the properties on the corresponding object. -
get
RunTime.RemoteObject get
A function which serves as a getter for the property, orundefined
if there is no getter (accessor descriptors only).
OPTIONAL -
isOwn
java.lang.Boolean isOwn
True if the property is owned for the object.
OPTIONAL -
name
java.lang.String name
Property name or symbol description. -
set
RunTime.RemoteObject set
A function which serves as a setter for the property, orundefined
if there is no setter (accessor descriptors only).
OPTIONAL -
symbol
RunTime.RemoteObject symbol
Property symbol object, if the property is of thesymbol
type.
OPTIONAL -
value
RunTime.RemoteObject value
The value associated with the property.
OPTIONAL -
wasThrown
java.lang.Boolean wasThrown
True if the result was thrown during the evaluation.
OPTIONAL -
writable
java.lang.Boolean writable
True if the value associated with the property may be changed (data descriptors only).
OPTIONAL
-
-
Class Torello.Browser.RunTime.PropertyPreview extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Property name. -
subtype
java.lang.String subtype
Object subtype hint. Specified forobject
type values only.
OPTIONAL -
type
java.lang.String type
Object type. Accessor means that the property itself is an accessor property. -
value
java.lang.String value
User-friendly property value string.
OPTIONAL -
valuePreview
RunTime.ObjectPreview valuePreview
Nested value preview.
OPTIONAL
-
-
Class Torello.Browser.RunTime.RemoteObject extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
className
java.lang.String className
Object class (constructor) name. Specified forobject
type values only.
OPTIONAL -
customPreview
RunTime.CustomPreview customPreview
[No Description Provided by Google]
OPTIONAL
EXPERIMENTAL -
description
java.lang.String description
String representation of the object.
OPTIONAL -
objectId
java.lang.String objectId
Unique object identifier (for non-primitive values).
OPTIONAL -
preview
RunTime.ObjectPreview preview
Preview containing abbreviated property values. Specified forobject
type values only.
OPTIONAL
EXPERIMENTAL -
subtype
java.lang.String subtype
Object subtype hint. Specified forobject
type values only. NOTE: If you change anything here, make sure to also updatesubtype
inObjectPreview
andPropertyPreview
below.
OPTIONAL -
type
java.lang.String type
Object type. -
unserializableValue
java.lang.String unserializableValue
Primitive value which can not be JSON-stringified does not havevalue
, but gets this property.
OPTIONAL -
value
JsonValue value
Remote object value in case of primitive values or JSON values (if it was requested).
OPTIONAL
-
-
Class Torello.Browser.RunTime.StackTrace extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callFrames
RunTime.CallFrame[] callFrames
JavaScript function name. -
description
java.lang.String description
String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
OPTIONAL -
parent
RunTime.StackTrace parent
Asynchronous JavaScript stack trace that preceded this stack, if available.
OPTIONAL -
parentId
RunTime.StackTraceId parentId
Asynchronous JavaScript stack trace that preceded this stack, if available.
OPTIONAL
EXPERIMENTAL
-
-
Class Torello.Browser.RunTime.StackTraceId extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
debuggerId
java.lang.String debuggerId
[No Description Provided by Google]
OPTIONAL -
id
java.lang.String id
[No Description Provided by Google]
-
-
Class Torello.Browser.Schema.Domain extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Domain name. -
version
java.lang.String version
Domain version.
-
-
Class Torello.Browser.Security.certificateError extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorType
java.lang.String errorType
The type of the error. -
eventId
int eventId
The ID of the event. -
requestURL
java.lang.String requestURL
The url that was requested.
-
-
Class Torello.Browser.Security.CertificateSecurityState extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificate
java.lang.String[] certificate
Page certificate. -
certificateHasSha1Signature
boolean certificateHasSha1Signature
True if the certificate has a SHA1 signature in the chain. -
certificateHasWeakSignature
boolean certificateHasWeakSignature
True if the certificate uses a weak signature aglorithm. -
certificateNetworkError
java.lang.String certificateNetworkError
The highest priority network error code, if the certificate has an error.
OPTIONAL -
cipher
java.lang.String cipher
Cipher name. -
issuer
java.lang.String issuer
Name of the issuing CA. -
keyExchange
java.lang.String keyExchange
Key Exchange used by the connection, or the empty string if not applicable. -
keyExchangeGroup
java.lang.String keyExchangeGroup
(EC)DH group used by the connection, if applicable.
OPTIONAL -
mac
java.lang.String mac
TLS MAC. Note that AEAD ciphers do not have separate MACs.
OPTIONAL -
modernSSL
boolean modernSSL
True if modern SSL -
obsoleteSslCipher
boolean obsoleteSslCipher
True if the connection is using an obsolete SSL cipher. -
obsoleteSslKeyExchange
boolean obsoleteSslKeyExchange
True if the connection is using an obsolete SSL key exchange. -
obsoleteSslProtocol
boolean obsoleteSslProtocol
True if the connection is using an obsolete SSL protocol. -
obsoleteSslSignature
boolean obsoleteSslSignature
True if the connection is using an obsolete SSL signature. -
protocol
java.lang.String protocol
Protocol name (e.g. "TLS 1.2" or "QUIC"). -
subjectName
java.lang.String subjectName
Certificate subject name. -
validFrom
java.lang.Number validFrom
Certificate valid from date. -
validTo
java.lang.Number validTo
Certificate valid to (expiration) date
-
-
Class Torello.Browser.Security.InsecureContentStatus extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containedMixedForm
boolean containedMixedForm
Always false. -
displayedContentWithCertErrors
boolean displayedContentWithCertErrors
Always false. -
displayedInsecureContentStyle
java.lang.String displayedInsecureContentStyle
Always set to unknown. -
displayedMixedContent
boolean displayedMixedContent
Always false. -
ranContentWithCertErrors
boolean ranContentWithCertErrors
Always false. -
ranInsecureContentStyle
java.lang.String ranInsecureContentStyle
Always set to unknown. -
ranMixedContent
boolean ranMixedContent
Always false.
-
-
Class Torello.Browser.Security.SafetyTipInfo extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
safetyTipStatus
java.lang.String safetyTipStatus
Describes whether the page triggers any safety tips or reputation warnings. Default is unknown. -
safeUrl
java.lang.String safeUrl
The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.
OPTIONAL
-
-
Class Torello.Browser.Security.securityStateChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
explanations
Security.SecurityStateExplanation[] explanations
List of explanations for the security state. If the overall security state isinsecure
orwarning
, at least one corresponding explanation should be included. -
insecureContentStatus
Security.InsecureContentStatus insecureContentStatus
Information about insecure content on the page.
DEPRECATED -
schemeIsCryptographic
boolean schemeIsCryptographic
True if the page was loaded over cryptographic transport such as HTTPS.
DEPRECATED -
securityState
java.lang.String securityState
Security state. -
summary
java.lang.String summary
Overrides user-visible description of the state.
OPTIONAL
-
-
Class Torello.Browser.Security.SecurityStateExplanation extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificate
java.lang.String[] certificate
Page certificate. -
description
java.lang.String description
Full text explanation of the factor. -
mixedContentType
java.lang.String mixedContentType
The type of mixed content described by the explanation. -
recommendations
java.lang.String[] recommendations
Recommendations to fix any issues.
OPTIONAL -
securityState
java.lang.String securityState
Security state representing the severity of the factor being explained. -
summary
java.lang.String summary
Short phrase describing the type of factor. -
title
java.lang.String title
Title describing the type of factor.
-
-
Class Torello.Browser.Security.VisibleSecurityState extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateSecurityState
Security.CertificateSecurityState certificateSecurityState
Security state details about the page certificate.
OPTIONAL -
safetyTipInfo
Security.SafetyTipInfo safetyTipInfo
The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.
OPTIONAL -
securityState
java.lang.String securityState
The security level of the page. -
securityStateIssueIds
java.lang.String[] securityStateIssueIds
Array of security state issues ids.
-
-
Class Torello.Browser.Security.visibleSecurityStateChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
visibleSecurityState
Security.VisibleSecurityState visibleSecurityState
Security state information about the page.
-
-
Class Torello.Browser.ServiceWorker.ServiceWorkerErrorMessage extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
int columnNumber
[No Description Provided by Google]
-
errorMessage
java.lang.String errorMessage
[No Description Provided by Google]
-
lineNumber
int lineNumber
[No Description Provided by Google]
-
registrationId
java.lang.String registrationId
[No Description Provided by Google]
-
sourceURL
java.lang.String sourceURL
[No Description Provided by Google]
-
versionId
java.lang.String versionId
[No Description Provided by Google]
-
-
Class Torello.Browser.ServiceWorker.ServiceWorkerRegistration extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isDeleted
boolean isDeleted
[No Description Provided by Google]
-
registrationId
java.lang.String registrationId
[No Description Provided by Google]
-
scopeURL
java.lang.String scopeURL
[No Description Provided by Google]
-
-
Class Torello.Browser.ServiceWorker.ServiceWorkerVersion extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
controlledClients
java.lang.String[] controlledClients
[No Description Provided by Google]
OPTIONAL -
registrationId
java.lang.String registrationId
[No Description Provided by Google]
-
runningStatus
java.lang.String runningStatus
[No Description Provided by Google]
-
scriptLastModified
java.lang.Number scriptLastModified
The Last-Modified header value of the main script.
OPTIONAL -
scriptResponseTime
java.lang.Number scriptResponseTime
The time at which the response headers of the main script were received from the server. For cached script it is the last time the cache entry was validated.
OPTIONAL -
scriptURL
java.lang.String scriptURL
[No Description Provided by Google]
-
status
java.lang.String status
[No Description Provided by Google]
-
targetId
java.lang.String targetId
[No Description Provided by Google]
OPTIONAL -
versionId
java.lang.String versionId
[No Description Provided by Google]
-
-
Class Torello.Browser.ServiceWorker.workerErrorReported extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorMessage
ServiceWorker.ServiceWorkerErrorMessage errorMessage
[No Description Provided by Google]
-
-
Class Torello.Browser.ServiceWorker.workerRegistrationUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
registrations
ServiceWorker.ServiceWorkerRegistration[] registrations
[No Description Provided by Google]
-
-
Class Torello.Browser.ServiceWorker.workerVersionUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
versions
ServiceWorker.ServiceWorkerVersion[] versions
[No Description Provided by Google]
-
-
Class Torello.Browser.Storage.cacheStorageContentUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheName
java.lang.String cacheName
Name of cache in origin. -
origin
java.lang.String origin
Origin to update.
-
-
Class Torello.Browser.Storage.cacheStorageListUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
origin
java.lang.String origin
Origin to update.
-
-
Class Torello.Browser.Storage.indexedDBContentUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseName
java.lang.String databaseName
Database to update. -
objectStoreName
java.lang.String objectStoreName
ObjectStore to update. -
origin
java.lang.String origin
Origin to update.
-
-
Class Torello.Browser.Storage.indexedDBListUpdated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
origin
java.lang.String origin
Origin to update.
-
-
Class Torello.Browser.Storage.TrustTokens extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
java.lang.Number count
[No Description Provided by Google]
-
issuerOrigin
java.lang.String issuerOrigin
[No Description Provided by Google]
-
-
Class Torello.Browser.Storage.UsageForType extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
storageType
java.lang.String storageType
Name of storage type. -
usage
java.lang.Number usage
Storage usage (bytes).
-
-
Class Torello.Browser.SystemInfo.GPUDevice extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deviceId
java.lang.Number deviceId
PCI ID of the GPU device, if available; 0 otherwise. -
deviceString
java.lang.String deviceString
String description of the GPU device, if the PCI ID is not available. -
driverVendor
java.lang.String driverVendor
String description of the GPU driver vendor. -
driverVersion
java.lang.String driverVersion
String description of the GPU driver version. -
revision
java.lang.Number revision
Revision of the GPU, only available on Windows.
OPTIONAL -
subSysId
java.lang.Number subSysId
Sub sys ID of the GPU, only available on Windows.
OPTIONAL -
vendorId
java.lang.Number vendorId
PCI ID of the GPU vendor, if available; 0 otherwise. -
vendorString
java.lang.String vendorString
String description of the GPU vendor, if the PCI ID is not available.
-
-
Class Torello.Browser.SystemInfo.GPUInfo extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
auxAttributes
JsonObject auxAttributes
An optional dictionary of additional GPU related attributes.
OPTIONAL -
devices
SystemInfo.GPUDevice[] devices
The graphics devices on the system. Element 0 is the primary GPU. -
driverBugWorkarounds
java.lang.String[] driverBugWorkarounds
An optional array of GPU driver bug workarounds. -
featureStatus
JsonObject featureStatus
An optional dictionary of graphics features and their status.
OPTIONAL -
imageDecoding
SystemInfo.ImageDecodeAcceleratorCapability[] imageDecoding
Supported accelerated image decoding capabilities. -
videoDecoding
SystemInfo.VideoDecodeAcceleratorCapability[] videoDecoding
Supported accelerated video decoding capabilities. -
videoEncoding
SystemInfo.VideoEncodeAcceleratorCapability[] videoEncoding
Supported accelerated video encoding capabilities.
-
-
Class Torello.Browser.SystemInfo.ImageDecodeAcceleratorCapability extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
imageType
java.lang.String imageType
Image coded, e.g. Jpeg. -
maxDimensions
SystemInfo.Size maxDimensions
Maximum supported dimensions of the image in pixels. -
minDimensions
SystemInfo.Size minDimensions
Minimum supported dimensions of the image in pixels. -
subsamplings
java.lang.String[] subsamplings
Optional array of supported subsampling formats, e.g. 4:2:0, if known.
-
-
Class Torello.Browser.SystemInfo.ProcessInfo extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cpuTime
java.lang.Number cpuTime
Specifies cumulative CPU usage in seconds across all threads of the process since the process start. -
id
int id
Specifies process id. -
type
java.lang.String type
Specifies process type.
-
-
Class Torello.Browser.SystemInfo.Size extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
height
int height
Height in pixels. -
width
int width
Width in pixels.
-
-
Class Torello.Browser.SystemInfo.VideoDecodeAcceleratorCapability extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxResolution
SystemInfo.Size maxResolution
Maximum video dimensions in pixels supported for this |profile|. -
minResolution
SystemInfo.Size minResolution
Minimum video dimensions in pixels supported for this |profile|. -
profile
java.lang.String profile
Video codec profile that is supported, e.g. VP9 Profile 2.
-
-
Class Torello.Browser.SystemInfo.VideoEncodeAcceleratorCapability extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxFramerateDenominator
int maxFramerateDenominator
[No Description Provided by Google]
-
maxFramerateNumerator
int maxFramerateNumerator
Maximum encoding framerate in frames per second supported for this |profile|, as fraction's numerator and denominator, e.g. 24/1 fps, 24000/1001 fps, etc. -
maxResolution
SystemInfo.Size maxResolution
Maximum video dimensions in pixels supported for this |profile|. -
profile
java.lang.String profile
Video codec profile that is supported, e.g H264 Main.
-
-
Class Torello.Browser.Target.attachedToTarget extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionId
java.lang.String sessionId
Identifier assigned to the session used to send/receive messages. -
targetInfo
Target.TargetInfo targetInfo
[No Description Provided by Google]
-
waitingForDebugger
boolean waitingForDebugger
[No Description Provided by Google]
-
-
Class Torello.Browser.Target.detachedFromTarget extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionId
java.lang.String sessionId
Detached session identifier. -
targetId
java.lang.String targetId
Deprecated.
OPTIONAL
DEPRECATED
-
-
Class Torello.Browser.Target.receivedMessageFromTarget extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
java.lang.String message
[No Description Provided by Google]
-
sessionId
java.lang.String sessionId
Identifier of a session which sends a message. -
targetId
java.lang.String targetId
Deprecated.
OPTIONAL
DEPRECATED
-
-
Class Torello.Browser.Target.RemoteLocation extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
host
java.lang.String host
[No Description Provided by Google]
-
port
int port
[No Description Provided by Google]
-
-
Class Torello.Browser.Target.targetCrashed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Termination error code. -
status
java.lang.String status
Termination status type. -
targetId
java.lang.String targetId
[No Description Provided by Google]
-
-
Class Torello.Browser.Target.targetCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
targetInfo
Target.TargetInfo targetInfo
[No Description Provided by Google]
-
-
Class Torello.Browser.Target.targetDestroyed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
targetId
java.lang.String targetId
[No Description Provided by Google]
-
-
Class Torello.Browser.Target.TargetInfo extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attached
boolean attached
Whether the target has an attached client. -
browserContextId
java.lang.String browserContextId
[No Description Provided by Google]
OPTIONAL
EXPERIMENTAL -
canAccessOpener
boolean canAccessOpener
Whether the target has access to the originating window.
EXPERIMENTAL -
openerFrameId
java.lang.String openerFrameId
Frame id of originating window (is only set if target has an opener).
OPTIONAL
EXPERIMENTAL -
openerId
java.lang.String openerId
Opener target Id
OPTIONAL -
targetId
java.lang.String targetId
[No Description Provided by Google]
-
title
java.lang.String title
[No Description Provided by Google]
-
type
java.lang.String type
[No Description Provided by Google]
-
url
java.lang.String url
[No Description Provided by Google]
-
-
Class Torello.Browser.Target.targetInfoChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
targetInfo
Target.TargetInfo targetInfo
[No Description Provided by Google]
-
-
Class Torello.Browser.Tethering.accepted extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionId
java.lang.String connectionId
Connection id to be used. -
port
int port
Port number that was successfully bound.
-
-
Class Torello.Browser.Tracing.bufferUsage extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eventCount
java.lang.Number eventCount
An approximate number of events in the trace log.
OPTIONAL -
percentFull
java.lang.Number percentFull
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
OPTIONAL -
value
java.lang.Number value
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
OPTIONAL
-
-
Class Torello.Browser.Tracing.dataCollected extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
JsonArray value
[No Description Provided by Google]
-
-
Class Torello.Browser.Tracing.TraceConfig extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
enableArgumentFilter
java.lang.Boolean enableArgumentFilter
Turns on argument filter.
OPTIONAL -
enableSampling
java.lang.Boolean enableSampling
Turns on JavaScript stack sampling.
OPTIONAL -
enableSystrace
java.lang.Boolean enableSystrace
Turns on system tracing.
OPTIONAL -
excludedCategories
java.lang.String[] excludedCategories
Excluded category filters.
OPTIONAL -
includedCategories
java.lang.String[] includedCategories
Included category filters.
OPTIONAL -
memoryDumpConfig
JsonObject memoryDumpConfig
Configuration for memory dump triggers. Used only when "memory-infra" category is enabled.
OPTIONAL -
recordMode
java.lang.String recordMode
Controls how the trace buffer stores data.
OPTIONAL -
syntheticDelays
java.lang.String[] syntheticDelays
Configuration to synthesize the delays in tracing.
OPTIONAL
-
-
Class Torello.Browser.Tracing.tracingComplete extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataLossOccurred
boolean dataLossOccurred
Indicates whether some trace data is known to have been lost, e.g. because the trace ring buffer wrapped around. -
stream
java.lang.String stream
A handle of the stream that holds resulting trace data.
OPTIONAL -
streamCompression
java.lang.String streamCompression
Compression format of returned stream.
OPTIONAL -
traceFormat
java.lang.String traceFormat
Trace data format of returned stream.
OPTIONAL
-
-
Class Torello.Browser.WebAudio.AudioListener extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
listenerId
java.lang.String listenerId
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.audioListenerCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
listener
WebAudio.AudioListener listener
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.audioListenerWillBeDestroyed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
listenerId
java.lang.String listenerId
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.AudioNode extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
channelCount
java.lang.Number channelCount
[No Description Provided by Google]
-
channelCountMode
java.lang.String channelCountMode
[No Description Provided by Google]
-
channelInterpretation
java.lang.String channelInterpretation
[No Description Provided by Google]
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
nodeId
java.lang.String nodeId
[No Description Provided by Google]
-
nodeType
java.lang.String nodeType
[No Description Provided by Google]
-
numberOfInputs
java.lang.Number numberOfInputs
[No Description Provided by Google]
-
numberOfOutputs
java.lang.Number numberOfOutputs
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.audioNodeCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
node
WebAudio.AudioNode node
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.audioNodeWillBeDestroyed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
nodeId
java.lang.String nodeId
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.AudioParam extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
defaultValue
java.lang.Number defaultValue
[No Description Provided by Google]
-
maxValue
java.lang.Number maxValue
[No Description Provided by Google]
-
minValue
java.lang.Number minValue
[No Description Provided by Google]
-
nodeId
java.lang.String nodeId
[No Description Provided by Google]
-
paramId
java.lang.String paramId
[No Description Provided by Google]
-
paramType
java.lang.String paramType
[No Description Provided by Google]
-
rate
java.lang.String rate
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.audioParamCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
param
WebAudio.AudioParam param
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.audioParamWillBeDestroyed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
nodeId
java.lang.String nodeId
[No Description Provided by Google]
-
paramId
java.lang.String paramId
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.BaseAudioContext extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callbackBufferSize
java.lang.Number callbackBufferSize
Platform-dependent callback buffer size. -
contextId
java.lang.String contextId
[No Description Provided by Google]
-
contextState
java.lang.String contextState
[No Description Provided by Google]
-
contextType
java.lang.String contextType
[No Description Provided by Google]
-
maxOutputChannelCount
java.lang.Number maxOutputChannelCount
Number of output channels supported by audio hardware in use. -
realtimeData
WebAudio.ContextRealtimeData realtimeData
[No Description Provided by Google]
OPTIONAL -
sampleRate
java.lang.Number sampleRate
Context sample rate.
-
-
Class Torello.Browser.WebAudio.contextChanged extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
WebAudio.BaseAudioContext context
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.contextCreated extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
WebAudio.BaseAudioContext context
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.ContextRealtimeData extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callbackIntervalMean
java.lang.Number callbackIntervalMean
A running mean of callback interval. -
callbackIntervalVariance
java.lang.Number callbackIntervalVariance
A running variance of callback interval. -
currentTime
java.lang.Number currentTime
The current context time in second in BaseAudioContext. -
renderCapacity
java.lang.Number renderCapacity
The time spent on rendering graph divided by render quantum duration, and multiplied by 100. 100 means the audio renderer reached the full capacity and glitch may occur.
-
-
Class Torello.Browser.WebAudio.contextWillBeDestroyed extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
-
Class Torello.Browser.WebAudio.nodeParamConnected extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
destinationId
java.lang.String destinationId
[No Description Provided by Google]
-
sourceId
java.lang.String sourceId
[No Description Provided by Google]
-
sourceOutputIndex
java.lang.Number sourceOutputIndex
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.WebAudio.nodeParamDisconnected extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
destinationId
java.lang.String destinationId
[No Description Provided by Google]
-
sourceId
java.lang.String sourceId
[No Description Provided by Google]
-
sourceOutputIndex
java.lang.Number sourceOutputIndex
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.WebAudio.nodesConnected extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
destinationId
java.lang.String destinationId
[No Description Provided by Google]
-
destinationInputIndex
java.lang.Number destinationInputIndex
[No Description Provided by Google]
OPTIONAL -
sourceId
java.lang.String sourceId
[No Description Provided by Google]
-
sourceOutputIndex
java.lang.Number sourceOutputIndex
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.WebAudio.nodesDisconnected extends BrowserEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
java.lang.String contextId
[No Description Provided by Google]
-
destinationId
java.lang.String destinationId
[No Description Provided by Google]
-
destinationInputIndex
java.lang.Number destinationInputIndex
[No Description Provided by Google]
OPTIONAL -
sourceId
java.lang.String sourceId
[No Description Provided by Google]
-
sourceOutputIndex
java.lang.Number sourceOutputIndex
[No Description Provided by Google]
OPTIONAL
-
-
Class Torello.Browser.WebAuthn.Credential extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
credentialId
java.lang.String credentialId
[No Description Provided by Google]
-
isResidentCredential
boolean isResidentCredential
[No Description Provided by Google]
-
largeBlob
java.lang.String largeBlob
The large blob associated with the credential. See https://w3c.github.io/webauthn/#sctn-large-blob-extension (Encoded as a base64 string when passed over JSON)
OPTIONAL -
privateKey
java.lang.String privateKey
The ECDSA P-256 private key in PKCS#8 format. (Encoded as a base64 string when passed over JSON) -
rpId
java.lang.String rpId
Relying Party ID the credential is scoped to. Must be set when adding a credential.
OPTIONAL -
signCount
int signCount
Signature counter. This is incremented by one for each successful assertion. See https://w3c.github.io/webauthn/#signature-counter -
userHandle
java.lang.String userHandle
An opaque byte sequence with a maximum size of 64 bytes mapping the credential to a specific user. (Encoded as a base64 string when passed over JSON)
OPTIONAL
-
-
Class Torello.Browser.WebAuthn.VirtualAuthenticatorOptions extends BaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
automaticPresenceSimulation
java.lang.Boolean automaticPresenceSimulation
If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true.
OPTIONAL -
ctap2Version
java.lang.String ctap2Version
Defaults to ctap2_0. Ignored if |protocol| == u2f.
OPTIONAL -
hasCredBlob
java.lang.Boolean hasCredBlob
If set to true, the authenticator will support the credBlob extension. https://fidoalliance.org/specs/fido-v2.1-rd-20201208/fido-client-to-authenticator-protocol-v2.1-rd-20201208.html#sctn-credBlob-extension Defaults to false.
OPTIONAL -
hasLargeBlob
java.lang.Boolean hasLargeBlob
If set to true, the authenticator will support the largeBlob extension. https://w3c.github.io/webauthn#largeBlob Defaults to false.
OPTIONAL -
hasResidentKey
java.lang.Boolean hasResidentKey
Defaults to false.
OPTIONAL -
hasUserVerification
java.lang.Boolean hasUserVerification
Defaults to false.
OPTIONAL -
isUserVerified
java.lang.Boolean isUserVerified
Sets whether User Verification succeeds or fails for an authenticator. Defaults to false.
OPTIONAL -
protocol
java.lang.String protocol
[No Description Provided by Google]
-
transport
java.lang.String transport
[No Description Provided by Google]
-
-
-
Package Torello.CSS
-
Class Torello.CSS.AtKeyword extends Identifier implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.CSS.BadStr extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
startingQuote
char startingQuote
-
unescaped
java.lang.String unescaped
-
-
Class Torello.CSS.BadURL extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.CSS.CDC extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.CSS.CDO extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.CSS.Comment extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.CSS.CSSToken extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
str
java.lang.String str
The "Reconstituted Character Data" (re-built from the input Code-Points array) that comprise thisCSSToken
.
-
-
Class Torello.CSS.Delimiter extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
c
char c
The Character represented by thisDelimiter
-Token
-
-
Class Torello.CSS.Dimension extends Num implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dimension
java.lang.String dimension
The text /String
that was appended to the end of the number that begin thisDimension
-Token
-
-
Class Torello.CSS.Func extends Identifier implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.CSS.Hash extends Identifier implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isID
boolean isID
-
-
Class Torello.CSS.Identifier extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
identifier
java.lang.String identifier
This contains the unescaped text that that constitutes this identifier. Identifiers are permitted to use Escaped-Unicode Sequences. If any characters were escaped, thisString
will have the unescaped variant of theString
stored here.
-
-
Class Torello.CSS.Num extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
integerOrNumber
boolean integerOrNumber
The parser will return true if the parsed Number-Literal had neither a "Decimal Part", nor an "Exponent Part". If either of these were present, then thisboolean
will containFALSE
.
Note that even though something like5e2
- which is actually just the integer500
- were parsed, thisboolean
would still evaluate toFALSE
. -
number
java.math.BigDecimal number
Though Java'sBigDecimal
may be an "overly ambitious" means of representing CSS-Extracted Number-Literals, for now, this is how it is going to work. After the'javadoc'
stuff is done, maybe I'll change it tojava.lang.Number
or something else.
Yes, a"2em"
or"10px"
would be saved as a BigDecimal2
and10
. The upside is that Javadouble
andinteger
primitives are easily extracted usingjava.math.BigDecimal
's exported methods. -
signChar
char signChar
This shall contain one of three values:'+', '-'
or ASCII0
. If the parsed Number-Literal began with a sign-character, then the appropriate sign-character will be stored. If the Number-Literal had no sign-character, then a0
is stored.
-
-
Class Torello.CSS.Percentage extends Num implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.CSS.Punct extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
c
char c
The actual character that comprises this Punxtuation-Mark Token. Because ClassPunct
only allows singleton instances, therefore there is a limited number of characters to which this field may be assigned.
The nine singleton instances of ClassPunct
are built for the following nine punctuation characters:':' ';' ',' '[' ']' '(' ')' '{' '}'
-
-
Class Torello.CSS.Str extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
quote
char quote
The quotation mark type used to quote thisString
-Literal. The value placed in this Javachar
primitive may only be a Single-Quotation Mark, or a Double-Quotation. No other types of quotations are included in this class parser. -
unescaped
java.lang.String unescaped
This is the actualString
-Literal that thisCSSToken
represents. This JavaString
will never actually contain the opening and closing quotation marks that were used to create thisString
.
Unescaped String:
if thisString
utilized any Escape-Sequences representing Unicode Characters, the Unescaped-Characters are used within thisString
to replace the original, escaped, sequences.
ChatGPT Provided Exmaple:
There is a quoted,String
below, provided by AI. Note that ChatGPT initially gave me a slightly different answer written as"✓ Checkmark"
(which you may or may not notice has a'u'
character between the Reverse-Solidus Backslash character and the Hexadecimal Characters'2713'
).
After further research, ChatGPT apologized for it's mistake saying:
"You're correct, and I apologize for the oversight. In CSS, Unicode escape sequences within string literals do not start with the u character. Instead, they consist of a backslash followed by up to six hexadecimal digits, representing the Unicode code point."
This crap sort of amazes me. I really can't believe it. Anything that Stack Overflow is busy condemning, with a very high likelihood is bound to be pretty good..selector::before { content: "\2713 Checkmark"; font-family: Arial, sans-serif; }
The above CSS-String
(which is inside the'content'
Property-Value) would be stored in the field'unescaped'
as:✓ Checkmark
.
-
-
Class Torello.CSS.TokenizeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.CSS.UnicodeRange extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eRange
int eRange
The ending value of the range that has been specified, as a Java Integer -
sRange
int sRange
The starting value of the range that has been specified, as a Java Integer.
-
-
Class Torello.CSS.URLToken extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unescapedURL
java.lang.String unescapedURL
The unescaped text that constitutes thisURL
.
-
-
Class Torello.CSS.Whitespace extends CSSToken implements Serializable
- serialVersionUID:
- 1L
-
-
Package Torello.HTML
-
Class Torello.HTML.BalancedHTMLException extends MalformedHTMLException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.ClosingTagNodeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.ClosingTagNodeExpectedException extends TagNodeExpectedException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.CommentNode extends HTMLNode implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
body
java.lang.String body
This stores a copy of the body of the comment. Specifically, (and simply) the java string methodbody = str.substring(4, str.length() - 3);
is called and stored here. Yes, this does mean that extra memory / double memory is used to store comments, however the trade-offs are somewhat high.
TRADEOFFS: If the programmer or user ever wishes to perform a search, it becomes obvious that leaving off the beginning and trailing'<!--'
and'-->'
markers when specifying a search provides more easily readable code, and less error prone code. Thus, when using theCommentNodeFind, Get, Peek, Poll, etc...
methods in thepackage NodeSearch
, a Java Stringsubstring(...)
would have to be invoked on every search comparison loop invocation. Primarily, keepingclass HTMLNode
and it's descendants all immutable is a much higher priority to ensure clean code, it becomes necessary to keep a redundant copy of the bodyString
.
-
-
Class Torello.HTML.CommentNodeIndex extends NodeIndex<CommentNode> implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.DotPair extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
end
int end
This is intended to be the "ending index" into a sub-array of an HTMLVector
ofHTMLNode
elements. -
start
int start
This is intended to be the "starting index" into an sub-array of an HTMLVector
ofHTMLNode
elements.
-
-
Class Torello.HTML.HREFException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.HTMLNode extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
str
java.lang.String str
This is an immutable field. It stores the complete contents of an HTML node. It can be either the "textual contents" of an HTMLTagNode
, or the text (directly) of the text-inside of an HTML page!
FOR INSTANCE:- A subclass of HTMLNode -
TagNode
- could contain the String <SPAN STYLE="CSS INFO">" inside thisstr field
here. - The other sub-class of HTML -
TextNode
- could contain theString
"This is a news-page from www.Gov.CN Chinese Government Portal." inside thisstr field
here.
NOTE: Because sub-classes ofHTMLNode
are all immutable, generally, if you wish to change the contents of an HTML page, a programmer is required to create new nodes, rather than changing these fields. - A subclass of HTMLNode -
-
-
Class Torello.HTML.HTMLTokException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.InnerTagKeyException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.InnerTagValueException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.MalformedHTMLException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.MalformedTagNodeException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
htmlElementStr
java.lang.String htmlElementStr
-
-
Class Torello.HTML.NodeExpectedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.NodeIndex extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
CURRENT_NODES
java.util.Vector<HTMLNode> CURRENT_NODES
-
index
int index
An index to a node from a web-page. This index must point to a the exact same node inside of a vectorized-html page as the node stored in member-fieldHTMLNode 'n'
. -
n
NODE extends HTMLNode n
AHTMLNode
from a web-page. This node is supposed to be the same node stored at the index specified by member-fieldint 'index'
of some vectorized-html web-page in memory or on disk.
-
-
Class Torello.HTML.NodeNotFoundException extends NodeExpectedException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.OpeningTagNodeExpectedException extends TagNodeExpectedException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.PageStats extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hasAVaccept
short hasAVaccept
The number of HTMLTagNode
elements that have a'accept'
attribute, when queried usingTagNode.AV("accept")
-
hasAValt
short hasAValt
The number of HTMLTagNode
elements that have an'alt'
attribute, when queried usingTagNode.AV("alt")
-
hasAVclass
short hasAVclass
The number of HTMLTagNode
elements that have a'class'
attribute, when queried usingTagNode.AV("class")
-
hasAVcols
short hasAVcols
The number of HTMLTagNode
elements that have a'cols'
attribute, when queried usingTagNode.AV("cols")
-
hasAVcolspan
short hasAVcolspan
The number of HTMLTagNode
elements that have a'colspan'
attribute, when queried usingTagNode.AV("colspan")
-
hasAVheight
short hasAVheight
The number of HTMLTagNode
elements that have a'height'
attribute, when queried usingTagNode.AV("height")
-
hasAVhref
short hasAVhref
The number of HTMLTagNode
elements that have an'href'
attribute, when queried usingTagNode.AV("href")
-
hasAVhreflang
short hasAVhreflang
The number of HTMLTagNode
elements that have a'hreflang'
attribute, when queried usingTagNode.AV("hreflang")
-
hasAVid
short hasAVid
The number of HTMLTagNode
elements that have an'id'
attribute, when queried usingTagNode.AV("id")
-
hasAVmax
short hasAVmax
The number of HTMLTagNode
elements that have a'max'
attribute, when queried usingTagNode.AV("max")
-
hasAVmaxlength
short hasAVmaxlength
The number of HTMLTagNode
elements that have a'maxlength'
attribute, when queried usingTagNode.AV("maxlength")
-
hasAVmin
short hasAVmin
The number of HTMLTagNode
elements that have a'min'
attribute, when queried usingTagNode.AV("min")
-
hasAVminlength
short hasAVminlength
The number of HTMLTagNode
elements that have a'minlength'
attribute, when queried usingTagNode.AV("minlength")
-
hasAVname
short hasAVname
The number of HTMLTagNode
elements that have a'name'
attribute, when queried usingTagNode.AV("name")
-
hasAVrows
short hasAVrows
The number of HTMLTagNode
elements that have a'rows'
attribute, when queried usingTagNode.AV("rows")
-
hasAVrowspan
short hasAVrowspan
The number of HTMLTagNode
elements that have a'rowspan'
attribute, when queried usingTagNode.AV("rowspan")
-
hasAVsize
short hasAVsize
The number of HTMLTagNode
elements that have a'size'
attribute, when queried usingTagNode.AV("size")
-
hasAVsizes
short hasAVsizes
The number of HTMLTagNode
elements that have a'sizes'
attribute, when queried usingTagNode.AV("sizes")
-
hasAVsrc
short hasAVsrc
The number of HTMLTagNode
elements that have a'src'
attribute, when queried usingTagNode.AV("src")
-
hasAVsrcdoc
short hasAVsrcdoc
The number of HTMLTagNode
elements that have a'srcdoc'
attribute, when queried usingTagNode.AV("srcdoc")
-
hasAVsrclang
short hasAVsrclang
The number of HTMLTagNode
elements that have a'srclang'
attribute, when queried usingTagNode.AV("srclang")
-
hasAVsrcset
short hasAVsrcset
The number of HTMLTagNode
elements that have a'srcset'
attribute, when queried usingTagNode.AV("srcset")
-
hasAVstyle
short hasAVstyle
The number of HTMLTagNode
elements that have a'style'
attribute, when queried usingTagNode.AV("style")
-
hasAVtarget
short hasAVtarget
The number of HTMLTagNode
elements that have a'target'
attribute, when queried usingTagNode.AV("target")
-
hasAVtitle
short hasAVtitle
The number of HTMLTagNode
elements that have a'title'
attribute, when queried usingTagNode.AV("title")
-
hasAVtype
short hasAVtype
The number of HTMLTagNode
elements that have a'type'
attribute, when queried usingTagNode.AV("type")
-
hasAVvalue
short hasAVvalue
The number of HTMLTagNode
elements that have a'value'
attribute, when queried usingTagNode.AV("value")
-
hasAVwidth
short hasAVwidth
The number of HTMLTagNode
elements that have a'width'
attribute, when queried usingTagNode.AV("width")
-
hasAVwrap
short hasAVwrap
The number of HTMLTagNode
elements that have a'wrap'
attribute, when queried usingTagNode.AV("wrap")
-
hash
int hash
The string hash-code of the vectorized-HTML webpage, as if it were being represented as one singlejava.lang.String.
-
numBR
short numBR
The total number of HTML <BR>'TagNode'
elements found on the page.
NOTE: This is considered an HTML-5'Singleton'
element, and thusly should only have an "Opening-Tag Version" of the Element. If there are (accidentally) closing-versions of this tag, they will not be counted byclass PageStats
-
numClosedAnchors
short numClosedAnchors
The total number of </A>, TC.ClosingTags, TagNode elements found on the page. -
numClosedDivs
short numClosedDivs
The total number of </DIV>, TC.ClosingTags, TagNode elements found on the page. -
numClosedForms
short numClosedForms
The total number of </FORM>, TC.ClosingTags, TagNode elements found on the page. -
numClosedFrames
short numClosedFrames
The total number of </FRAME>, TC.ClosingTags, TagNode elements found on the page. -
numClosedIFrames
short numClosedIFrames
The total number of </IFRAME>, TC.ClosingTags, TagNode elements found on the page. -
numClosedParagraphs
short numClosedParagraphs
The total number of </P>, TC.ClosingTags, TagNode elements found on the page. -
numClosedScripts
short numClosedScripts
The total number of </SCRIPT>, TC.ClosingTags, TagNode elements found on the page. -
numClosedSpans
short numClosedSpans
The total number of </SPAN>, TC.ClosingTags, TagNode elements found on the page. -
numClosedStyles
short numClosedStyles
The total number of </STYLE>, TC.ClosingTags, TagNode elements found on the page. -
numClosedTables
short numClosedTables
The total number of </TABLE>, TC.ClosingTags, TagNode elements found on the page. -
numCommentNodes
int numCommentNodes
The number ofHTMLNode's
in theVector<HTMLNode>
that qualify as an"instanceof" CommentNode
. -
numEmbed
short numEmbed
The total number of HTML <EMBED ...>'TagNode'
elements found on this page.
NOTE: This is considered an HTML-5'Singleton'
element, and thusly should only have an "Opening-Tag Version" of the Element. If there are (accidentally) closing-versions of this tag, they will not be counted byclass PageStats
-
numHR
short numHR
The total number of HTML <HR>'TagNode'
elements found on the page.
NOTE: This is considered an HTML-5'Singleton'
element, and thusly should only have an "Opening-Tag Version" of the Element. If there are (accidentally) closing-versions of this tag, they will not be counted byclass PageStats
-
numImages
short numImages
The total number of HTML <IMG ...>'TagNode'
elements found on the page.
NOTE: This is considered an HTML-5'Singleton'
element, and thusly should only have an "Opening-Tag Version" of the Element. If there are (accidentally) closing-versions of this tag, they will not be counted byclass PageStats
-
numInput
short numInput
The total number of HTML <INPUT ...>'TagNode'
elements found on the page.
NOTE: This is considered an HTML-5'Singleton'
element, and thusly should only have an "Opening-Tag Version" of the Element. If there are (accidentally) closing-versions of this tag, they will not be counted byclass PageStats
-
numLink
short numLink
The total number of HTML <LINK ...>'TagNode'
elements found on the page.
NOTE: This is considered an HTML-5'Singleton'
element, and thusly should only have an "Opening-Tag Version" of the Element. If there are (accidentally) closing-versions of this tag, they will not be counted byclass PageStats
-
numMeta
short numMeta
The total number of HTML <META ...>'TagNode'
elements found on the page.
NOTE: This is considered an HTML-5'Singleton'
element, and thusly should only have an "Opening-Tag Version" of the Element. If there are (accidentally) closing-versions of this tag, they will not be counted byclass PageStats
-
numNewLines
int numNewLines
This is the total number of new-line'\n'
characters found inside anyTextNode
present in the page-vector. -
numNodes
int numNodes
This is identical to the value returned by:pageVector.size()
-
numOpenAnchors
short numOpenAnchors
The total number of <A> (Anchor), TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenDivs
short numOpenDivs
The total number of <DIV> (Divider), TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenForms
short numOpenForms
The total number of <FORM>, TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenFrames
short numOpenFrames
The total number of <FRAME>, TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenIFrames
short numOpenIFrames
The total number of <IFRAME>, TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenParagraphs
short numOpenParagraphs
The total number of <P> (Paragraph), TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenScripts
short numOpenScripts
The total number of <SCRIPT>, TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenSpans
short numOpenSpans
The total number of <SPAN>, TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenStyles
short numOpenStyles
The total number of <STYLE>, TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numOpenTables
short numOpenTables
The total number of <TABLE>, TC.OpeningTags, TagNode elements found on the page. Any element-internal attributes / inner-tags actually found inside the HTML element will just be ignored for the purposes of this count. -
numTagNodes
int numTagNodes
The number ofHTMLNode's
in theVector<HTMLNode>
that qualify as an"instanceof" TagNode
. -
numTextNodes
int numTextNodes
The number ofHTMLNode's
in theVector<HTMLNode>
that qualify as an"instanceof" TextNode
. -
strLength
int strLength
If a Vectorized HTML page were converted to a String, this would be the length of that string.
-
-
Class Torello.HTML.QuotesException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.ReplaceableException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.ReplaceableOutOfBoundsException extends ReplaceableException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
r
Replaceable r
-
-
Class Torello.HTML.ReplaceablesOverlappingException extends ReplaceableException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
r1
Replaceable r1
-
r2
Replaceable r2
-
-
Class Torello.HTML.ReplaceablesUnsortedException extends ReplaceableException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
r1
Replaceable r1
-
r2
Replaceable r2
-
-
Class Torello.HTML.ScrapeException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.SingletonException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.SRCException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.SubSection extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
html
java.util.Vector<HTMLNode> html
This public field identifies the actual nodes - the vectorized-html sub-list - that are included in this sub-section of an html web-page.- See Also:
HTMLNode
-
location
DotPair location
This public field identifies the sub-section location of a particular sub-section from a vectorized-html webpage. The location of the sub-page is specified by theclass DotPair
public-fields:public final int 'start'
andpublic final int 'end'
- See Also:
DotPair
-
-
Class Torello.HTML.TagNode extends HTMLNode implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isClosing
boolean isClosing
-
tok
java.lang.String tok
-
-
Class Torello.HTML.TagNodeExpectedException extends NodeExpectedException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.TagNodeIndex extends NodeIndex<TagNode> implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.TextNode extends HTMLNode implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.TextNodeExpectedException extends NodeExpectedException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.TextNodeIndex extends NodeIndex<TextNode> implements Serializable
- serialVersionUID:
- 1L
-
-
Package Torello.HTML.NodeSearch
-
Class Torello.HTML.NodeSearch.CSSStrException extends TCCompareStrException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.NodeSearch.CursorException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxCursor
int maxCursor
This will contain the value formaxCursor
defined in anHTML Node Iterator's
settings for theCursor Bounds
. -
minCursor
int minCursor
This will contain the value forminCursor
defined in anHTML Node Iterator's
settings for theCursor Bounds
. -
pos
int pos
This will contain the value for passed to anHNLI Iterator
'setter' method which was not within the bounds of the suppliedCursor Boundary Window
.
-
-
Class Torello.HTML.NodeSearch.HTMLNotFoundException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.NodeSearch.InclusiveException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.NodeSearch.IteratorOutOfBoundsException extends java.lang.IndexOutOfBoundsException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.NodeSearch.SecondModificationException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.NodeSearch.TCCompareStrException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
compareStrVec
java.util.Vector<java.lang.String> compareStrVec
-
i
int i
This field is intended to store the index into the'compareStrVec'
of the compare-String
that caused the exception throw in the first place.
-
-
-
Package Torello.HTML.Tools.Images
-
Class Torello.HTML.Tools.Images.ImageInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actualExtension
IF actualExtension
If the image has been properly converted, and is ready to be written to disk, this parameter will contain theIF
/ image-format that was used to successfully save the image.
Note that often (but not always), this extension /IF
instance will be identical to the parameter'guessedImageFormat'
. There will be cases, as mentioned above, when'guessImageFormat'
is null. Furthermore, there may be (very rare) situations when an image-format for a particularURL
was incorrect, and was saved properly using a different format & extension. -
b64EncodedImage
java.lang.String b64EncodedImage
A web-page has the ability to inline (smaller) images directly into an HTML<IMG SRC=...>
tag by encoding the picture into a Base-64String
. TheString
is saved inside theSRC
-Attribute of the<IMG>
tag, and contains two separate sub-strings.
This is the second sub-string, and it is the text after translating the picture into Base-64 Encoded Text.
If the picture represented by this instance ofImageInfo
was downloaded from aURL
, then this field will be null, and theImageInfo.url
field will contain the ImageURL
. -
bufferedImage
java.awt.image.BufferedImage bufferedImage
The image, as an instance ofjava.awt.image.BufferedImage
-
fileName
java.lang.String fileName
-
guessedExtension
IF guessedExtension
This shall help identify whether the image-in-question is aGIF, JPG, PNG, etc...
. The field'guessedImageFormat'
shall simply contain the image-type based on the extension found in theURL's
file-name.
There are web-pages & web-sites that do not provide a file-name extension for the images they use on their page(s). In such cases, the downloader will eventually attempt to 'guess' the format of an image that has been downloaded. In these cases, this parameter will be passed null, and the parameteractualImageFormat
will contain the format that was actually used to successfully save the data to disk. -
height
int height
The value returned bybufferedImage.getHeight()
- the downloaded image's height. -
imageFormatStr
java.lang.String imageFormatStr
A web-page has the ability to inline (smaller) images directly into an HTML<IMG SRC=...>
tag by encoding the picture into a Base-64String
. TheString
is saved inside theSRC
-Attribute of the<IMG>
tag, and contains two separate sub-strings.
This is the first sub-string, and it just identifies / lists the format (.jpg, .gif, .png
etc...) in which the picture was saved before translating it into Base-64 Encoded Text.
If the picture represented by this instance ofImageInfo
was downloaded from aURL
, then this field will be null, and theImageInfo.url
field will contain the ImageURL
. -
imgByteArr
byte[] imgByteArr
The image, as prepared for saving to disk. -
isB64EncodedImage
boolean isB64EncodedImage
If the image whose details are contained by this class-instance are from an image that was encoded using theString
-literal Base-64 Encoding Algorithm, then this boolean flag will containTRUE
.
An HTML<IMG SRC=...>
Tag is the only way to enter a Base-64 Image into the Image-Scraper class. -
iteratorCounter
int iteratorCounter
Identifies the count in theIterator's
retrieval. Since thisint
is used as an array-index pointer, it is initialized to'0'
(zero). Specifically, if this method were called upon completion of three iterations of Image-URL
retrieval, this counter would contain the integer'2'
(two). -
successCounter
int successCounter
This identifies how many images have successfully downloaded, not the number of images for which a "download attempt" occurred. Since thisint
is used as an array-index pointer, it is initialized to'0'
(zero). If on the third iteration of the source-Iterator
, anIOException
occurred between the Java-Virtual-Machine and the internet, the following invocation of this method would havesuccessCounter
as'2'
, but theiteratorCounter
would be'3'
. -
url
java.net.URL url
TheURL
that was used to download the image. Note that anytime this instance ofImageInfo
represents an image that was located on a web-page encoded using a Base-64String
, then this field will be null, and the B-64 Fields will contain the relevant image data (not thisURL
). -
width
int width
The value returned bybufferedImage.getWidth()
- the downloaded image's width.
-
-
Class Torello.HTML.Tools.Images.ImageScraperException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.Tools.Images.NullImageException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.Tools.Images.Request extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alwaysUseUserAgent
boolean alwaysUseUserAgent
-
b64Images
java.util.Vector<java.lang.String[]> b64Images
-
b64Pos
int b64Pos
-
counterPrinter
java.util.function.IntFunction<java.lang.String> counterPrinter
-
fileNamePrefix
java.lang.String fileNamePrefix
When this field is non-null, thisString
will be prepended to each image file-name that is saved or stored to the file-system.
Setting to null:
This field may be null, and when it is, it shall be ignored. Upon construction, this class initializes this field to null. -
getImageFileSaveName
java.util.function.Function<ImageInfo,java.lang.String> getImageFileSaveName
When this field is non-null, each time an image is written to the file-system, this function will be queried for a file-name before writing the the image-file.
Setting to null:
This field may be null, and when it is, it shall be ignored. Upon construction, this class initializes this field to null. -
imageReceiver
java.util.function.Consumer<ImageInfo> imageReceiver
A functional-interface that allows a user to save an image-file to a location of his or her choosing. Implement this class if saving image files to a target-directory on the file-system is not acceptable, and the programmer wishes to do something else with the downloaded images.
Setting to null:
This field may be null, and when it is, it shall be ignored. Upon construction, this class initializes this field to null. -
keeperPredicate
java.util.function.Predicate<ImageInfo> keeperPredicate
Allows for a user-provided decision-predicate about whether to retain & save, or discard, an image after downloading. All information available in data-flow classImageInfo
is provided to this predicate, and ought to be enough to decide whether or not to save or reject any of the downloaded image. -
maxDownloadWaitTime
long maxDownloadWaitTime
If you do not want the downloader to hang on an image, which is sometimes an issue depending upon the site from which you are making a request, set this parameter, and the downloader will not wait past that amount of time to download an image. The default value for this parameter is10 seconds
. If you do not wish to set the max-wait-time "the download time-out" counter, then leave the parameter"waitTimeUnits"
set tonull
, and this parameter will be ignored. -
originalPageURL
java.net.URL originalPageURL
URL
from whence this page has been downloaded -
retryWithUserAgent
boolean retryWithUserAgent
-
size
int size
The number of Image-URL's
identified inside the'source'
Iterable. -
skipBase64EncodedImages
boolean skipBase64EncodedImages
This scraper has the ability to decode and saveBase-64
Images, and they may be downloaded or skipped - based on thisboolean
. If anIterable<TagNode>
is passed to the constructor, and one of thoseTagNode's
contain an Image Element (<IMG SRC="data:image/jpeg;base64,...data">
) this class has the ability to interpret and save the image to a regular image file. By default,Base-64
images are skipped, but they can also be downloaded as well. -
skipOnB64DecodeException
boolean skipOnB64DecodeException
Requests that the downloader-logic catch any & all exceptions that are thrown when decoding Base-64 Encoded Images. The failed conversion is simply reflected in theResults
output arrays, and the download-process moves onto the nextIterable
-Element.
Exception's Skipped:
This particular configuration-boolean
allows a user to focus on exceptions that are thrown when Java's Base-64 Image-Decoder throws an exception. -
skipOnDownloadException
boolean skipOnDownloadException
Requests that the downloader-logic catch any & all exceptions that are thrown when downloading images from an Internet-URL
. The failed download is simply reflected in theResults
output arrays, and the download-process moves onto the nextIterable
-Element.
Exception's Skipped:
This particular configuration-boolean
allows a user to focus on exceptions that are thrown while Java'sImageIO
class is downloading and image, and suddenly fails. -
skipOnImageWritingFail
boolean skipOnImageWritingFail
If an attempt is made to write an Image to the File-System, and an exception is thrown, this boolean requests that rather than throwing the exception, the downloader make a note in the log that a failure occured, and move on to the next image.
Exception's Skipped:
This particular configuration-boolean
allows a user to focus on exceptions that are thrown when writing an already downloaded and converted image to the file-system. -
skipOnNullImageException
boolean skipOnNullImageException
There are occasions when Java'sImageIO
class returns a null image, rather than throwing an exception at all. In these cases, theImageScraper
class throws its own exception - unless thisboolean
has expressly requested to skip-and-move-on when theImageIO
returns null from downloading aURL
.
Exception's Skipped:
This particular configuration-boolean
allows a user to focus on exceptions that are thrown by theImageScraper
when a downloaded image is null. -
skipOnTimeOutException
boolean skipOnTimeOutException
Requests that the downloader-logic catch any & all exceptions that are thrown while waiting for an image to finish downloading from an Internet-URL
. The failed download is simply reflected in theResults
output arrays, and the download-process moves onto the nextIterable
-Element.
Exception's Skipped:
This particular configuration-boolean
allows a user to focus on exceptions that are thrown when the Monitor-Thread has timed-out. -
skipOnUserLambdaException
boolean skipOnUserLambdaException
This can be helpful if there are any "doubts" about the quality of the Functional-Interfaces that have been provided to thisRequest
-instance.
Exception's Skipped:
This particular configuration-boolean
allows a user to focus on exceptions that are thrown by any of the Lambda-Target / Functional-Interfaces that are provided by the user via thisRequest
-instance. -
skipURL
java.util.function.Predicate<java.net.URL> skipURL
If this field is non-null, then before anyURL
is connected for a download, the downloaded mechanism will ask thisURL-Predicate
for permission first. If thisPredicate
returnsFALSE
for a givenURL
, then that image will not be downloaded, but rather skipped, instead.
Setting to null:
This field may be null, and when it is, it shall be ignored. Upon construction, this class initializes this field to null. -
source
java.lang.Iterable<java.net.URL> source
-
tagNodeSRCExceptions
java.util.Vector<java.lang.Exception> tagNodeSRCExceptions
-
targetDirectory
java.lang.String targetDirectory
When this configuration-field is non-null, thisString
parameter is used to identify the file-system directory to where downloaded image-files are to be saved.
Setting to null:
This field may be null, and when it is, it shall be ignored. Upon construction, this class initializes this field to null. -
targetDirectoryRetriever
java.util.function.Function<ImageInfo,java.io.File> targetDirectoryRetriever
Allows a user to specify where to save an Image-File after being downloaded.
Setting to null:
This field may be null, and when it is, it shall be ignored. Upon construction, this class initializes this field to null. -
tnExPos
int tnExPos
-
urlPreProcessor
java.util.function.Function<java.net.URL,java.net.URL> urlPreProcessor
When non-null, this allows a user to modify any image-URL
immediately-prior to theImageScraper
beginning the download process for that image. This is likely of limited use, but there are certainly situations where (for example) escaped-characters need to be un-escaped prior to starting the download system.
In such cases, just write a lambda-target that accepts aURL
, and processes it (in some way, of your chossing), and the downloader will use that updatedURL
-instance for making the HTTP-Connection to download the picture.
Setting to null:
This field may be null, and when it is, it shall be ignored. Upon construction, this class initializes this field to null. -
useDefaultCounterForImageFileNames
boolean useDefaultCounterForImageFileNames
When true, images will be saved according to a counter; when this isFALSE
, the software will attempt to save these images using their original filenames - picked from the URL. Saving using a counter is the default behaviour for this class. -
userAgent
java.lang.String userAgent
This -
verbosity
Verbosity verbosity
Allows a user of this utility to specify how the Level of Verbosity (or silence) is applied to the output mechanism while the tool is running.
Note that the Javaenum
Verbosity
provides four distint levels, and that the classImageScraper
does indeed implement all four variants of textual output.NullPointerException
:
This field may not be null, or aNullPointerException
: will throw! -
waitTimeUnits
java.util.concurrent.TimeUnit waitTimeUnits
This is the "unit of measurement" for the fieldlong maxDownloadWaitTime
.
NOTE: This parameter may benull
, and if it is both this parameter and the parameterlong maxDownloadWaitTime
will be ignored, and the default maximum-wait-time (download time-out settings) will be used instead.
READ: java.util.concurrent.*; package, and about theclass java.util.concurrent.TimeUnit
for more information.
-
-
Class Torello.HTML.Tools.Images.Results extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
b64EncodedImg
boolean[] b64EncodedImg
When constructing anImageScraper
'sRequest
object, one of the options for building the instance is to pass a list of HTMLTagNode
instances containing HTML'<IMG SRC=...>'
tags.
HTMLTagNode
elements will sometimes / occasionally have a variant of an image source known as the Base-64 Encoded Image. These are images where the actual pictures fully stored & encoded inside theSRC
-Attribute of the HTMLTagNode
'sSRC
-Attribute.
Base-64 Images are just pictures that have been converted into actual character data, in the form of a simpleString
, and saved into the<IMG>
tag'sSRC
-URL - instead of an actual HTTPURL
being saved there. Note that this practice is generally used for much smaller pictures, thumbnails or logo signs (images that wouldn't use up a lot of data).
A full explanation of HTML'sBase-64
Image-Encoding is beyone the scope of this Java-Doc Comment.
If any image was "converted" from a B-64 Image-Encoding (rather than downloaded from aURL
), then the boolean for the image's index will beTRUE
rather thanFALSE
. The default value for all elements of this array isFALSE
. -
exceptions
java.lang.Exception[] exceptions
If any stage of the image download, conversion or disk-write fails, then this array will store a record the exception that was thrown.
If the download succeeded, then the'exceptions'
-array element at that index would contain 'null.' Anyexceptions
-array index that contains a non-nullException
will be an index for which theResults.skipped
-array contains aTRUE
-value stored at the same location. -
fileNames
java.lang.String[] fileNames
The names of the files that were retrieved and/or stored will be in this array. If this image were skipped or an exception occurred, the array position for thatURL
would contain 'null'.
It is important to note that if an element of this array contains a valid, non-null, file-name - it does not guarantee that the image was properly saved. The value stored in the corresponding (parallel)Results.skipped
-array index is the only way to ascertain whether an image was ultimately written to disk (or transmitted to a User-ProvidedRequest.imageReceiver
). -
heights
int[] heights
This shall contain a list of integers, each of which shall have the image-heights of the downloaded images. -
imageFormats
IF[] imageFormats
The image type of the files that were retrieved will be stored in this array. -
pos
int pos
-
saveDirectories
java.lang.String[] saveDirectories
The location of the file-name saved directory, if an image did not successfully save to the file system, or if animageReceiver
were used, then the array-location would contain'null'
. -
sizes
long[] sizes
This will contain a list of long-integers, each of which will have the file-size of the downloaded image. -
skipped
boolean[] skipped
An imagesResults
-data in this particular paralell-array will beTRUE
under any of the following circumstances:- If the user provided a
Request.skipURL
-Predicate, and that predicate rejected the image (telling the downloader not to download the picture).
- If the user provided a
Request.keeperPredicate
, and that predicate, after image-downloade complettion, rejected the image (telling the downloader not save the picture to disk the picture).
- If there were any exceptions thrown while downloading the image that forced the
downloader-logic to abandon the image (and either throw the exception, or
skip-and-move-on to the next image).
- If the original
Iterable
that was provided to theRequest
-instance had entries that had causedexceptions
to be thrown while building theRequest
-instance.
Under any / all other circumstances, if an image was successfully downloaded and written to disk, then the corresponding element in this array will containFALSE
! - If the user provided a
-
successCounter
int successCounter
-
urls
java.net.URL[] urls
This will contain a complete list of theURL's
that were retrieved (or generated- if partially-resolved 'relative'URL's
were provided) from theRequest
-instancesstatic
-builder. Every image downloaded (or attempted for download) will have itsURL
saved here, in this array.
Null's in theurls
Array
An array-element of theurls
-array will contain null under the following two circumstances:- No image-
URL
was provided, becasue the picture was a Base-64 Encoded Image, and instead was aString
that had been retrieved from aTagNode
'sSRC
-Attribute.
- The user provided a
String
to theRequest
Class builder, but thatString
caused aMalformedURLException
, and noURL
-instance was ever built. (Note that in this scenario, theResults.exceptions
array would be storing theURL
-Exception that was thrown).
- No image-
-
widths
int[] widths
This will contain a list of integers, each of which shall have the image-widths of the downloaded images.
-
-
Class Torello.HTML.Tools.Images.UnrecognizedImageExtException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package Torello.HTML.Tools.NewsSite
-
Class Torello.HTML.Tools.NewsSite.Article extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
articleBody
java.util.Vector<HTMLNode> articleBody
This is the pared down article-body. It is what is retrieved fromclass ArticleGet
-
imagePosArr
int[] imagePosArr
This list contains the "Image Positions" inside the vectorized-article for each image that was found inside the article. The easiest way to think about this field is that the following instructions were called on the article-body after downloading that article:int[] imagePosArr = TagNodeFind.all(page, TC.OpeningTags, "img");
-
imageURLs
java.util.Vector<java.net.URL> imageURLs
The image-URL's that were found in the news-article. The easiest way to think about this field is that the following instructions were called on the article-body after downloading the article:Vector<TagNode> imageNodes = TagNodeGet.all(article, TC.OpeningTags, "img"); Vector<URL> imageURLs = Links.resolveSRCs(imageNodes, articleURL); // The results of the above call are stored in this field / Vector<URL>.
-
originalPage
java.util.Vector<HTMLNode> originalPage
This is the original, and complete, HTML vectorized-page download. It contains the original, un-modified, article download. -
originalPageStats
PageStats originalPageStats
This contains an instance ofclass PageStats
that has been generated out of an original Newspaper Article Page.this.originalPageStats = new PageStats(originalPage);
-
processedArticleStats
PageStats processedArticleStats
This contains an instance ofclass PageStats
that has been generated from the post-processed Newspaper Article.this.processedArticleStats = new PageStats(articleBody);
-
titleElement
java.lang.String titleElement
This is the title that was scraped from the main page. The title is the content of the<TITLE>...</TITLE>
element on the article HTML page. -
url
java.net.URL url
This is the article's URL from the news website. -
wasErrorDownload
boolean wasErrorDownload
This should inform the user that an error occurred when downloading an article. If this field, after instantiation isTRUE
, all other fields in this class should be thought of as "irrelevant."
-
-
Class Torello.HTML.Tools.NewsSite.ArticleGetException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
page
java.util.Vector<HTMLNode> page
If the code that has generated this exception has decided to pass the HTML page-Vector
as a parameter to the constructor it has used, when this exception is thrown, that page will be retained in thispublic, final
parameter. Not all four of the provided constructor's for this exception require thepage
andurl
be preserved. If the throwing code has declined to provide this reference to the constructor, then the value of this'page'
field will be null. -
url
java.net.URL url
If the code that has generated this exception has decided to pass the HTML page-URL
as a parameter to the constructor it has used, when this exception is thrown, that page will be retained in thispublic, final
parameter. Not all four of the provided constructor's for this exception require the'page'
and'URL'
be preserved. If the throwing code has declined to provide this reference to the constructor, then the value of this'URL'
field will be null.
-
-
Class Torello.HTML.Tools.NewsSite.NewsSite extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
articleGetter
ArticleGet articleGetter
An instance ofArticleGet
used to retrieve news-articles from this site.- See Also:
ScrapeArticles
-
bannerAndAddFinder
StrFilter bannerAndAddFinder
An instance ofStrFilter
for finding banner's or ad's- See Also:
ScrapeArticles
-
country
Country country
Country of origin for the news-site in question -
description
java.lang.String description
A simple text description of the news web-site -
filter
URLFilter filter
- See Also:
ScrapeURLs
-
languageCode
LC languageCode
A Language Code instance for the web-site, if needed. -
linksGetter
LinksGet linksGetter
An instance ofLinksGet
for retrieving Article-URL
links from a section page- See Also:
ScrapeURLs
-
sectionURLs
java.util.Vector<java.net.URL> sectionURLs
Should contain the complete list of news-sectionURL's
-
siteName
java.lang.String siteName
A Simple Name for the news-site -
siteURL
java.net.URL siteURL
URL
of the main-page for the news web-site
-
-
Class Torello.HTML.Tools.NewsSite.NewsSiteException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.Tools.NewsSite.PauseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.HTML.Tools.NewsSite.ReceiveException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
articleNum
int articleNum
This is theVector
-index into the News Web-Site "Newspaper Article"Vector
for theArticle
that was being processed byScrapedArticleReceiver
when theReceiveException
was thrown. -
sectionURLNum
int sectionURLNum
This is the News Web-Site "Section" that was being processed when thisReceiveException
was thrown.
-
-
Class Torello.HTML.Tools.NewsSite.SectionURLException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
-
Package Torello.Java
-
Class Torello.Java.ArrayExpectedError extends ExceptionCheckError implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.CacheError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.CallableBodyException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.DirExpectedException extends FileNodeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fn
FileNode fn
Thispublic final
field contains theFileNode
that caused an exception to throw.
-
-
Class Torello.Java.EmptyListException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.ExceptionCheckError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.FileExpectedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fn
FileNode fn
This public final field contains theFileNode
that caused an exception to throw.
-
-
Class Torello.Java.FileNode extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
children
java.util.Vector<FileNode> children
This variable remains null for all instances of this class which represent 'files' on the underlying Operating-System, rather than 'directories.'
On the other hand, if'this'
instance ofFileNode
represents an MS-DOS, Unix, or Apple File-System directory, then this field will be constructed / instantiated and hold all file and sub-directoryFileNode
-instances which contained by this directory. -
fileSize
long fileSize
When a tree is loaded into memory, the size of each file is saved in this variable. It can be retrieved (and even changed). -
isDirectory
boolean isDirectory
If'this'
class-instance represents a directory in the BASH/UNIX or MS-DOS file system, this variable will beTRUE
. When this field is set toFALSE
, it means that'this'
instance is a file. -
lastModified
long lastModified
When a tree is loaded into memory, the file-date of the file is saved in this variable. It can be retrieved. If theSecurityManager.checkRead(fileName)
denies read access to the file, this field will equal zero.
Time in Milli-Seconds:
This field is a Java simple-type'long'
which represents the time the file was last modified, measured in Milli-Seconds since the epoch(00:00:00 GMT, January 1, 1970)
-
name
java.lang.String name
The name of the file or directory is saved/stored here -
parent
FileNode parent
The parent/container'FileNode'
directory is saved here - like a pointer "tree".
-
-
Class Torello.Java.FileNodeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.FileSizeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fileSize
long fileSize
Thisfinal
field will contain the size of the file which generated this errror.
-
-
Class Torello.Java.LV extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
end
int end
This integer represents the ending point of afor-loop
. It is guaranteed to be consistent with theVector
that was used with the constructor of this class. -
start
int start
This integer represents the starting point of afor-loop
. It is guaranteed to be consistent with theVector
that was used with the constructor of this class.
-
-
Class Torello.Java.NException extends java.lang.IndexOutOfBoundsException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.NoMatchException extends RegExException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.OSResponse extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
commandStr
java.lang.String commandStr
Maintains a copy of the command (as aString
) that produced this instance -
errorOutput
java.lang.String errorOutput
Thispublic, final, String
field will contain a transcript of the text-character
data that the Operating-System process sent toStandard-Error
. -
response
int response
Thispublic, final, int
field will hold the "response code" reported by the operating-system. The response-code is a number returned by the invocation of the command to the OS. A value of-1
usually signifies that the process terminated with errors. If this field contains a value ofShell.INTERRUPTED
, it will mean that the process was interrupted. -
standardOutput
java.lang.String standardOutput
Thispublic, final, String
field will contain a transcript of the text-character
data that the Operating-System process sent toStandard-Output
.
-
-
Class Torello.Java.ParallelArrayException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.RegExException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.SameSourceAndTargetException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.StrCmprException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
compareStrVec
java.util.Vector<java.lang.String> compareStrVec
This should contain the list of compare-String's
passed for a parameter list toclass StrCmpr
. -
i
int i
This field is intended to store the index into thecompareStrVec
of the compare-String
that caused the exception throw in the first place.
-
-
Class Torello.Java.StringFormatException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.ToDoException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.UnreachableError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.VarTypeParamException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.WritableDirectoryException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package Torello.Java.Additional
-
Class Torello.Java.Additional.AppendableError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.AsynchronousException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.LRUTreeMap extends java.util.TreeMap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mapLRU
Torello.Java.Additional.LRUTreeMap.LRUTreeMaps mapLRU
Keeps a record of the 'Ordering of Use' for the elements in'this'
map. The values stored here are set by a counter that increases with each use. -
MAX_NUM_ELEMENTS
int MAX_NUM_ELEMENTS
This is, literally, the maximum number of Key-Value pairs allowed into this instance ofLRUTreeMap
. When an insert or'put'
operation is made after the tree has reached this maximum size, it will remove the oldest element in the tree, first, before inserting the new addition(s)j.
-
-
Class Torello.Java.Additional.MultiType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Promise extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
error
boolean error
-
errorCode
int errorCode
-
errorMessage
java.lang.String errorMessage
-
receiver
java.util.function.Function<RESPONSE,RESULT> receiver
This is the "Respone Processor". As of the writing of this class, the only use that the three classes: Script, Promise & Sender has been for implementing the Google Chrome Browser Remote Debug Protocol. (Although perhaps these classes will one day be used with a different asychronous protocol) In this current case (Browser RDP), this receiver is actually doing the "JSON Binding" to bind the JsonObject received from the Browser into a Java Class that the user can actually use. -
response
boolean response
-
result
RESULT result
-
-
Class Torello.Java.Additional.Ret0 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Ret1 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a
A a
This holds a pointer the first and only response object.
-
-
Class Torello.Java.Additional.Ret2 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Ret3 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Ret4 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Ret5 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class Torello.Java.Additional.Ret6 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a1
A1 a1
This holds a pointer the first response object. -
b2
B2 b2
This holds a pointer to the second response object. -
c3
C3 c3
This holds a pointer to the third response object. -
d4
D4 d4
This holds a pointer to the fourth response object. -
e5
E5 e5
This holds a pointer to the fifth response object. -
f6
F6 f6
This holds a pointer to the sixth response object.
-
-
Class Torello.Java.Additional.Ret7 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a1
A1 a1
This holds a pointer the first response object. -
b2
B2 b2
This holds a pointer to the second response object. -
c3
C3 c3
This holds a pointer to the third response object. -
d4
D4 d4
This holds a pointer to the fourth response object. -
e5
E5 e5
This holds a pointer to the fifth response object. -
f6
F6 f6
This holds a pointer to the sixth response object. -
g7
G7 g7
This holds a pointer to the seventh response object.
-
-
Class Torello.Java.Additional.Ret8 extends RetN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a1
A1 a1
This holds a pointer the first response object. -
b2
B2 b2
This holds a pointer to the second response object. -
c3
C3 c3
This holds a pointer to the third response object. -
d4
D4 d4
This holds a pointer to the fourth response object. -
e5
E5 e5
This holds a pointer to the fifth response object. -
f6
F6 f6
This holds a pointer to the sixth response object. -
g7
G7 g7
This holds a pointer to the seventh response object. -
h8
H8 h8
This holds a pointer to the seventh response object.
-
-
Class Torello.Java.Additional.RetN extends MultiType implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Script extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultSender
Sender<INPUT> defaultSender
When opening a connection to an asynchronous channel, for instance a Web-Socket to a Google Chrome Browser, the web-socket connecton to that browser receives messages from this sender.
If a user needs to have more than one browser opened at the same time, a second sender can be created, and messages may be sent to a different browser by using theScript.exec(Sender)
method. -
receiver
java.util.function.Function<RESPONSE,RESULT> receiver
ThePromise
that is produced by this class, after invoking an'exec'
method needs to be able to do any processing on the raw-output that is received from the Asynchronous Communication's Channel.
If the type of the'RESPONSE'
wasJsonObject
, then this function pointer would have to perform the Json-Binding to convert theJsonObject
into a JavaObject
(ultimately having type'RESULT'
). -
request
INPUT request
This is the request that the'sender'
is going to send over the Asynchronous I/O Channel. -
requestID
int requestID
ID number that was ascribed to this request. Each request must have an ID because this script is used in an asynchronous communications context. The only way to link a response to a request is by matching an ID number received as a response, to an ID that was sent with a particular request.
-
-
Class Torello.Java.Additional.Tuple0 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Tuple1 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a
A a
This holds a pointer the first and only field / instance.
-
-
Class Torello.Java.Additional.Tuple2 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Tuple3 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Tuple4 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.Additional.Tuple5 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class Torello.Java.Additional.Tuple6 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a1
A1 a1
This holds a pointer the first field / instance. -
b2
B2 b2
This holds a pointer to the second field / instance. -
c3
C3 c3
This holds a pointer to the third field / instance. -
d4
D4 d4
This holds a pointer to the fourth field / instance. -
e5
E5 e5
This holds a pointer to the fifth field / instance. -
f6
F6 f6
This holds a pointer to the sixth field / instance.
-
-
Class Torello.Java.Additional.Tuple7 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a1
A1 a1
This holds a pointer the first field / instance. -
b2
B2 b2
This holds a pointer to the second field / instance. -
c3
C3 c3
This holds a pointer to the third field / instance. -
d4
D4 d4
This holds a pointer to the fourth field / instance. -
e5
E5 e5
This holds a pointer to the fifth field / instance. -
f6
F6 f6
This holds a pointer to the sixth field / instance. -
g7
G7 g7
This holds a pointer to the seventh field / instance.
-
-
Class Torello.Java.Additional.Tuple8 extends TupleN implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a1
A1 a1
This holds a pointer the first field / instance. -
b2
B2 b2
This holds a pointer to the second field / instance. -
c3
C3 c3
This holds a pointer to the third field / instance. -
d4
D4 d4
This holds a pointer to the fourth field / instance. -
e5
E5 e5
This holds a pointer to the fifth field / instance. -
f6
F6 f6
This holds a pointer to the sixth field / instance. -
g7
G7 g7
This holds a pointer to the seventh field / instance. -
h8
H8 h8
This holds a pointer to the seventh field / instance.
-
-
Class Torello.Java.Additional.TupleN extends MultiType implements Serializable
- serialVersionUID:
- 1L
-
-
Package Torello.Java.Build
-
Class Torello.Java.Build.BuildError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
-
Package Torello.Java.JSON
-
Class Torello.Java.JSON.JsonArithmeticArrException extends JsonBindingArrException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.JSON.JsonArithmeticObjException extends JsonBindingObjException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.JSON.JsonBindingArrException extends JsonBindingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int index
This is the array index into the sourceJsonArray
which contained the element (or lack-there-of) that has caused this exception.
-
-
Class Torello.Java.JSON.JsonBindingException extends JsonException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorSourceJsonStruct
JsonStructure errorSourceJsonStruct
This contains the actualJsonStructure
(which should either be an instance ofJsonObject
orJsonArray
) which contained the array-element or object-property that has caused this exception throw. -
expectedJsonType
JsonValue.ValueType expectedJsonType
This contains the expected type which ought to have been found at the user-specifiedJsonArray
orJsonObject
location. Since both of these kinds ofJsonStructure
are only allowed to have Json-Type's; therefore this field's declared type isJsonValue.ValueType
.
ASIDE: The enumJsonValue.ValueType
has two enum-constants which represent the Json-Type 'Boolean'. As a result, there are two possible values to which this field could be assigned to symbolize a Json Boolean Type (JsonValue.ValueType.FALSE
andJsonValue.ValueType.TRUE
). However, in Java HTML, a Json-Boolean Type will always be represented using theTRUE
enum-constant. -
methodReturnJavaType
java.lang.Class<?> methodReturnJavaType
This specifies return type (as an instance ofjava.lang.Class<T>
that is used by the method which has thrown this exception. This is the Java-Type to which the Json-Type was going to be assigned. -
valueRetrieved
JsonValue valueRetrieved
This is the value retrieved from theJsonArray
orJsonObject
. If the value was not present or unavailable, then this parameter will, indeed, evaulated to Java-Null. If Json-Null was retrieved, then this parameter will containJsonValue.NULL
.
-
-
Class Torello.Java.JSON.JsonBindingObjException extends JsonBindingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
propertyName
java.lang.String propertyName
TheJsonObject
property-name that has caused this exception to throw.
-
-
Class Torello.Java.JSON.JsonNullArrException extends JsonBindingArrException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.JSON.JsonNullObjException extends JsonBindingObjException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.JSON.JsonNullPrimitiveArrException extends JsonBindingArrException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.JSON.JsonNullPrimitiveObjException extends JsonBindingObjException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.JSON.JsonPropMissingException extends JsonBindingObjException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.JSON.JsonStrParseArrException extends JsonBindingArrException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
s
java.lang.String s
TheString
that couldn't be properly parsed, and has caused this exception throw.
-
-
Class Torello.Java.JSON.JsonStrParseObjException extends JsonBindingObjException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
s
java.lang.String s
TheString
that has caused the exception.
-
-
Class Torello.Java.JSON.JsonTypeArrException extends JsonBindingArrException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.JSON.JsonTypeObjException extends JsonBindingObjException implements Serializable
- serialVersionUID:
- 1L
-
-
Package Torello.Java.ReadOnly
-
Class Torello.Java.ReadOnly.AttemptedModificationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.ReadOnly.ReadOnlyArrayList extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayList
java.util.ArrayList<E> arrayList
-
fromBuilderOrArrayList
boolean fromBuilderOrArrayList
-
-
Class Torello.Java.ReadOnly.ReadOnlyHashMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.ReadOnly.ReadOnlyHashSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fromBuilderOrHashSet
boolean fromBuilderOrHashSet
-
hashSet
java.util.HashSet<E> hashSet
-
-
Class Torello.Java.ReadOnly.ReadOnlyHashtable extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.ReadOnly.ReadOnlyProperties extends ReadOnlyHashtable<java.lang.Object,java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fromBuilderOrProperties
boolean fromBuilderOrProperties
-
properties
java.util.Properties properties
-
-
Class Torello.Java.ReadOnly.ReadOnlyTreeMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.Java.ReadOnly.ReadOnlyTreeSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fromBuilderOrTreeSet
boolean fromBuilderOrTreeSet
-
treeSet
java.util.TreeSet<E> treeSet
-
-
Class Torello.Java.ReadOnly.ReadOnlyVector extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fromBuilderOrVector
boolean fromBuilderOrVector
-
vector
java.util.Vector<E> vector
-
-
Class Torello.Java.ReadOnly.ROArrayListBuilder extends java.util.ArrayList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
built
boolean built
-
-
Class Torello.Java.ReadOnly.ROHashMapBuilder extends java.util.HashMap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
built
boolean built
-
-
Class Torello.Java.ReadOnly.ROHashSetBuilder extends java.util.HashSet<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
built
boolean built
-
-
Class Torello.Java.ReadOnly.ROHashtableBuilder extends java.util.Hashtable<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
built
boolean built
-
-
Class Torello.Java.ReadOnly.ROPropertiesBuilder extends java.util.Properties implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
built
boolean built
-
-
Class Torello.Java.ReadOnly.ROTreeMapBuilder extends java.util.TreeMap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
built
boolean built
-
-
Class Torello.Java.ReadOnly.ROTreeSetBuilder extends java.util.TreeSet<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
built
boolean built
-
-
Class Torello.Java.ReadOnly.ROVectorBuilder extends java.util.Vector<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
built
boolean built
-
-
-
Package Torello.JavaDoc
-
Class Torello.JavaDoc.AnnotationElem extends Declaration implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
The default value assigned to this element. This may be null if there is no assigned default value. -
type
java.lang.String type
An Annotation-Element may only assume one of several types, as per the Java Sun / Oracle Documentation. The type must be one of the following, or a compile-time error occurs:- a primitive type
- String
- Class or an invocation of Class
- An enum type
- An annotation type
- An (1 dimensional) array type whose component type is one of the preceding types
-
typeJOW
java.lang.String typeJOW
JOW: Just One Word
The Just One Word convention in the upgrader tool elminates package-name information from type-String's
.
-
-
Class Torello.JavaDoc.Callable extends Declaration implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoFindID
java.lang.String autoFindID
-
exceptions
ReadOnlyList<java.lang.String> exceptions
The names of allException, Error
andThrowable
that may be thrown by thisConstructor
orMethod
.
NOTE: Only exceptions which are included in the actualDeclaration.signature
, inside the original'.java'
source-file for thisCallable
will be listed in this array. -
parameterAnnotations
ReadOnlyList<ReadOnlyList<java.lang.String>> parameterAnnotations
Any parameters that are annotated will have the exact text-String
of the annotations that were used in the source-code for that parameter stored in this two-dimensionalString[][]
array.
This list will retrieve and contain the actual character data that may be found in the source-code file for an element in acom.sun.source
'AST' (Abstract Syntax Tree). The list of annotations on a parameter (if any) will each be saved as ajava.lang.String
.
Null Warning:
Unlike the other lists in classCallable
, when there are no parameters for aCallabe
, or when there are parameters, but none of them have been annotated, for the purposes of efficiency and better memory management, this field will simply be assigned null.
In almost all cases (particularly in the Java HTML Library), this two-dimensional list, itself, really will be null - since parameter annotations are quite uncommon. Perhaps, some users make use of them from time to time.
Parallel List:
This list must be considered a parallel list to the other parameter-related list:Callable.parameterNames
,Callable.parameterTypes
andCallable.parameterTypesJOW
-
parameterNames
ReadOnlyList<java.lang.String> parameterNames
The names of all parameters to thisMethod
orConstructor
.
Parallel List:
This list must be considered a parallel list to the other parameter-related list:Callable.parameterTypes
,Callable.parameterTypesJOW
andCallable.parameterAnnotations
-
parameterTypes
ReadOnlyList<java.lang.String> parameterTypes
This contains the types of the parameters, stored asString's
. The contents of theseString's
do include: package-name, containing classes (if inner-classes), and generic-parameter expressions (if generic-types). These names are as fully-qualified as the AST Parser allows.
JOW Alternative:
TheReadOnlyList
Callable.parameterTypesJOW
reduces these types (asString's
) to a single-word. If aMethod
or aConstructor
that accepts a paremeter such asjava.util.Iterable<Integer>
, and it seems 'difficult to work with' - the entry inCallable.parameterTypesJOW
at the same array-location would contain, simply, the JavaString 'Iterable'
.
Parallel List:
This list must be considered a parallel list to the other parameter-related list:Callable.parameterNames
,Callable.parameterTypesJOW
andCallable.parameterAnnotations
-
parameterTypesJOW
ReadOnlyList<java.lang.String> parameterTypesJOW
Parallel List:
This list must be considered a parallel list to the other parameter-related list:Callable.parameterNames
,Callable.parameterTypes
andCallable.parameterAnnotations
-
-
Class Torello.JavaDoc.Constructor extends Callable implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.JavaDoc.CSSFiles extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base64EncodedCSS
java.lang.String base64EncodedCSS
- See Also:
CSSFiles.COLORS_CSS_FILENAME
-
colorsCSS
java.lang.String colorsCSS
- See Also:
CSSFiles.COLORS_CSS_FILENAME
-
customizedCSS
java.lang.String customizedCSS
- See Also:
CSSFiles.CUSTOMIZED_CSS_FILENAME
-
listFramesCSS
java.lang.String listFramesCSS
- See Also:
CSSFiles.LIST_FRAMES_CSS_FILENAME
-
originalWidgetsCSS
java.lang.String originalWidgetsCSS
- See Also:
CSSFiles.JAVADOC_WIDGETS_CSS_FILENAME
-
pygmentsOrgCSS
java.lang.String pygmentsOrgCSS
- See Also:
CSSFiles.PYGMENTS_ORG_CSS_FILENAME
-
upgraderWidgetsCSS
java.lang.String upgraderWidgetsCSS
- See Also:
CSSFiles.UPGRADER_WIDGETS_CSS_FILENAME
-
userAccessoriesCSS
java.lang.String userAccessoriesCSS
- See Also:
CSSFiles.USER_WIDGETS_CSS_FILENAME
-
-
Class Torello.JavaDoc.Declaration extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
annotations
ReadOnlyList<java.lang.String> annotations
-
body
java.lang.String body
The Body of this 'Entity
' (Field
,Method
,Constructor
,EnumConstant
,AnnotationElem
orNestedType
) as aString
- if one exists.
If thisEntity
/ Member (Field, Method, Constructor
etc...) did not have a body, then this field'body'
will benull
.
The'body'
of aMethod
orConstructor
is exactly the code that comprises it. If the method isabstract
, then the method will not have a body, and in such cases this field will be null. If this member / entity is aField
then the body is the initializer of theField
. Again, if there were no initializer for the field, then'body'
would also be null. -
entity
Entity entity
This just stores the type ofEntity
this is. For sub-classes instances ofDeclaration
which areMethod
, this field will be equal toEntity.METHOD
. For instances of theField
sub-class, this will equalEntity.FIELD
, and so on and so forth.
Mostly, this makes code easier to read when used along-side if-statements or switch-statements. This field somewhat akin toDeclaration.getClass()
(when retrieving the specificDeclaration
sub-class type).
Reminder:
Both this class, and sub-classCallable
are declaredabstract
, and only instances of Method, Field, Constructor, etc... can be instantiated. Only non-abstract
implementations of this class need to worry about assigning this field to any real-value. -
id
int id
For the purposes of passing these around to different parts of the code, every one of these are given a unique ID. This id is unique for a method, whether it was parsed from a detail or a summary section. This id is (probably) not useful outside of the HTML Processor Classes.
ID Clone:
If a subclass ofDeclaration
is cloned, then thisid
field is also cloned / copied. -
jdComment
java.lang.String jdComment
The Java Doc Comment of this 'Entity
' (Field
,Method
,Constructor
,EnumConstant
,AnnotationElem
orNestedType
) as aString
- if one exists. The Java Doc Comment is the one defined directly above theDeclaration
.
If thisEntity
/ Member (Field, Method, Constructor
etc...) did not have a Java Doc Comment placed on it, then this field'jdComment'
will benull
. -
location
Location location
Location instance that contains character-locations within the original Java Source-File -
modifiers
ReadOnlyList<java.lang.String> modifiers
The'modifiers'
placed on thisDeclaration
, includingString's
such as:public, static, final
etc... -
name
java.lang.String name
The Name of the javaField
,Method
,Constructor
,EnumConstant
orAnnotationElem
. This will be a simple, standard 'Java Identifier'.
Note that the name of aConstructor
(for-example) is always just the name of the class.
This field will never be null. -
signature
java.lang.String signature
The complete, declared Signature (as aString
) of theMethod
,Field
,Constructor
,EnumConstant
orAnnotationElem
.
This field would never be null.
-
-
Class Torello.JavaDoc.DetailsException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.JavaDoc.EnumConstant extends Declaration implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
paramExpressions
ReadOnlyList<java.lang.String> paramExpressions
The parameters passed to the constructor that constructed the enumerated-constant instance.
Manyenum's
do not usually use constructors for their constants - using a constructor is an extra-feature that allows other, informational data to be ascribed to the constant. If no constructor was used, then there (obviously) couldn't have been any expressions passed to a constructor for the constant. In such cases, this field will be null.
-
-
Class Torello.JavaDoc.Field extends Declaration implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
definition
java.lang.String definition
The definition of this field, as aString
. -
type
java.lang.String type
The type / class of this field, as aString
. -
typeJOW
java.lang.String typeJOW
The type / class of this field, as aString
.
-
-
Class Torello.JavaDoc.HiLiteException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.JavaDoc.JavaDocHTMLFile extends ParsedFile implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aeDetailsRemoved
boolean aeDetailsRemoved
Identifies if this Java Doc HTML Page has had it's Annotation-Element Details Removed -
allAEDetails
ReadOnlyList<ReflHTML<AnnotationElem>> allAEDetails
This is the list of all elements in the "Annotation Element Details", stored as Reflection-HTML instances -
allConstructorDetails
ReadOnlyList<ReflHTML<Constructor>> allConstructorDetails
This is the list of all constructors in the "Constructor Details", stored as Reflection-HTML instances -
allECDetails
ReadOnlyList<ReflHTML<EnumConstant>> allECDetails
This is the list of all constants in the "Enumerated Constant Details", stored as Reflection-HTML instances -
allFieldDetails
ReadOnlyList<ReflHTML<Field>> allFieldDetails
This is the list of all fields in the "Field Details", stored as Reflection-HTML instances -
allMethodDetails
ReadOnlyList<ReflHTML<Method>> allMethodDetails
This is the list of all methods in the "Method Details", stored as Reflection-HTML instances -
allNonNullSummaryTables
java.util.Vector<SummaryTableHTML> allNonNullSummaryTables
all non-nullSummaryTableHTML
instances -
constructorDetailsRemoved
boolean constructorDetailsRemoved
Identifies if this Java Doc HTML Page has had it's Constructor Details Removed -
constructorSummaryTable
SummaryTableHTML<Constructor> constructorSummaryTable
The HTML for a Constructor Summary Table -
dotDots
RelativePathStr dotDots
This provides the relative path-String
from'this'
Java Doc generated'.html'
File to the root Java Doc Directory. -
ecDetailsRemoved
boolean ecDetailsRemoved
Identifies if this Java Doc HTML Page has had it's Enumeration Constant Details Removed -
ecSummaryTable
SummaryTableHTML<EnumConstant> ecSummaryTable
The HTML for an Enum-Constant Summary Table -
fieldDetailsRemoved
boolean fieldDetailsRemoved
Identifies if this Java Doc HTML Page has had it's Field Details Removed -
fieldSummaryTable
SummaryTableHTML<Field> fieldSummaryTable
The HTML for a Field Summary Table -
fileVec
java.util.Vector<HTMLNode> fileVec
-
headerFooter
HeaderFooterHTML headerFooter
The HTML that occurs directly above the Summary-Tables is the header. The HTML that is located below the Detail-Entries is the footer. -
hiLitedSrcFileURL
java.lang.String hiLitedSrcFileURL
This is the File-URL
to use if a need to link to the corresponding"/hilite-files/"
file is necessary.
This is a relative-URL that is relative to the file from the location where this Java Doc HTML File is located. Specifically, thisString
begins with the text"/hilite-files/"
, followed by the type-name, and ending with the extension".java.html"
-
methodDetailsRemoved
boolean methodDetailsRemoved
Identifies if this Java Doc HTML Page has had it's Method Details Removed -
methodSummaryTable
SummaryTableHTML<Method> methodSummaryTable
The HTML for a Method Summary -
ntSummaryTable
SummaryTableHTML<NestedType> ntSummaryTable
The HTML for a Nested-Class (Inner-Class) Summary Table -
oaeSummaryTable
SummaryTableHTML<AnnotationElem> oaeSummaryTable
The HTML for an Optional Annotation Element Summary Table -
raeSummaryTable
SummaryTableHTML<AnnotationElem> raeSummaryTable
The HTML for a Required Annotation Element Summary Table -
srcAsHTMLFileURL
java.lang.String srcAsHTMLFileURL
This is the File-URL
to use if a need to link to the corresponding"/src-html/"
file is necessary.
This is a relative-URL that contains the requisite number of 'dot-dots' to reach the file from the location where this Java Doc HTML File is located. -
updatedFileVec
java.util.Vector<HTMLNode> updatedFileVec
-
-
Class Torello.JavaDoc.Location extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bodyEndCol
int bodyEndCol
-
bodyEndLine
int bodyEndLine
-
bodyEndPos
int bodyEndPos
-
bodyStartCol
int bodyStartCol
-
bodyStartLine
int bodyStartLine
-
bodyStartPos
int bodyStartPos
-
jdcEndCol
int jdcEndCol
-
jdcEndLine
int jdcEndLine
-
jdcEndPos
int jdcEndPos
-
jdcStartCol
int jdcStartCol
-
jdcStartLine
int jdcStartLine
-
jdcStartPos
int jdcStartPos
-
signatureEndCol
int signatureEndCol
-
signatureEndLine
int signatureEndLine
-
signatureEndPos
int signatureEndPos
-
signatureStartCol
int signatureStartCol
-
signatureStartLine
int signatureStartLine
-
signatureStartPos
int signatureStartPos
-
-
Class Torello.JavaDoc.Method extends Callable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
returnType
java.lang.String returnType
The return type of themethod
, as aString
. If this is a method with a'void'
return-type, this shall be "void".
NOTE: The parsed return-type will include the full-package name of the returned class (or interface), if themethod
returns a class or interface. -
returnTypeJOW
java.lang.String returnTypeJOW
The return type of themethod
, as aString
.
-
-
Class Torello.JavaDoc.NestedType extends Declaration implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ciet
CIET ciet
Identifies whether this is a nested/inner Class, Interface, Enum, Annotation etc... -
extendedTypesJOW
ReadOnlyList<java.lang.String> extendedTypesJOW
-
fullyQualifiedName
java.lang.String fullyQualifiedName
This field is identical toNestedType.nameWithContainer
, but also has the Package-Name prepended to it, if the Package-Name was present in the enclosing class''.java'
file.
EXAMPLE: For Javajava.util.Map.Entry<K, V>
, thefullyQualifiedName
would be"java.util.Map.Entry"
. -
genericTypeParameters
ReadOnlyList<java.lang.String> genericTypeParameters
-
implementedTypesJOW
ReadOnlyList<java.lang.String> implementedTypesJOW
-
nameWithContainer
java.lang.String nameWithContainer
Thename
-field (Declaration.name
) of this class uses the lone Java-Identifier (Just One Word) which identifies thisNestedClass
within the scope of the enclosing class. However,nameWithContainer
is aString
that also includes any / all enclosing-class names, each followed-by a'.'
EXAMPLE: For Javajava.util.Map.Entry<K, V>
, thenameWithContainer
would be"Map.Entry"
.
Generic Type-Parameter information is not included in thisString
, and neither is the Package-Name. -
numFields
int numFields
The number of fields that are defined in this inner-type -
numMethods
int numMethods
The number of methods defined in this inner-type -
packageName
java.lang.String packageName
The name of the package in which the enclosing-class of this nested-type is defined. This field will be null if the package was not found, or left blank as the 'default class'.
-
-
Class Torello.JavaDoc.PackageSummaryHTML extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bottomNavBar
SubSection bottomNavBar
-
cietRowHTML
java.util.Vector<java.util.Vector<HTMLNode>> cietRowHTML
-
cietRowSimpleNames
java.util.Vector<java.lang.String> cietRowSimpleNames
-
description
SubSection description
-
head
SubSection head
-
packageName
java.lang.String packageName
The name of the Java Package represented by this instance. -
rowTM
java.util.TreeMap<java.lang.String,java.util.Vector<HTMLNode>> rowTM
-
sorter
Torello.JDUInternal.FEATURES.SortTypes_FramesSummaries.PkgSort sorter
-
topNavBar
SubSection topNavBar
-
-
Class Torello.JavaDoc.ParsedFile extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
annotationElems
java.util.Vector<AnnotationElem> annotationElems
-
annotationsMirror
Torello.JDUInternal.DATA_RECORDS.MainLoopData.AnnotationsMirror annotationsMirror
Stores information provided by the JavaDoc Upgrader Annotations. Note, this Annotation Mirror does not contain information about any / all annotations used inside of Java Source Code Files, but rather only the ones created by this API.
These include@StaticFunctional
and also@JDHeaderBackgroundImg
-
ciet
CIET ciet
The acronym 'CIET' simply means "Class, Interface or Enumerated-Type. This public field identifies whether thisParsedFile
is for a class, an interface or an enumerated-type. -
constructors
java.util.Vector<Constructor> constructors
This is the list ofConstructor
instances identified by the parser for thisParsedFile
-
containerClasses
java.lang.String[] containerClasses
This identifies inner classes and interfaces. For any class that is not an inner class, this will be a zero-lengthString[]
array.'containerClasses'
ValueInput CIET
{ }
interface java.lang.Integer
{ }
class java.util.Vector<E>
{ "Base64" }
class java.util.Base64.Decoder
{ "Map" }
interface java.util.Map.Entry<K, V>
- See Also:
ParsedFile.getContainerClasses()
-
endLineNumber
int endLineNumber
The line-number in the source-code file where this class definition ends. Often this will just be the line-number of the last line in the'.java'
file.
If this is a Nested-Type, this field will contain the line-number where the definition of the Nested-type ends. -
enumConstants
java.util.Vector<EnumConstant> enumConstants
- See Also:
ParsedFile.enumConstants
-
fields
java.util.Vector<Field> fields
This is the list ofField
instances identified by the parser for thisParsedFile
-
fileName
java.lang.String fileName
Contains the file-name from which this instance was derived -
fullyQualifiedName
java.lang.String fullyQualifiedName
This holds the fully qualifiedCIET
name - which means that package and containing class information is included. If thiCIET
is a Java Generic that happens to have Generic Type Parameters (the'E'
inVector<E>
, this name WILL NOT include that text.
For Instance:Input CIET
'fullyQualifiedName'
Field Valueinterface java.lang.Integer
"java.lang.Integer"
class java.util.Vector<E>
"java.util.Vector"
class java.util.Base64.Decoder
"java.util.Base64.Decoder"
interface java.util.Map.Entry<K, V>
"java.util.Map.Entry"
- See Also:
ParsedFile.simpleName
,ParsedFile.name
-
genericParameters
ReadOnlyList<java.lang.String> genericParameters
If this represents a Java Generic Class or Interface, with generic type information, the generic type parameters shall be saved here.- See Also:
ParsedFile.getGenericParameters()
-
isGeneric
boolean isGeneric
This field will beTRUE
anytime theParsedFile.genericParameters
field has any elements. -
isInner
boolean isInner
This identifies inner classes and interfaces.'isInner'
Field ValueInput CIET
false
interface java.lang.Integer
false
class java.util.Vector<E>
true
class java.util.Base64.Decoder
true
interface java.util.Map.Entry<K, V>
-
javaSrcFileAsStr
java.lang.String javaSrcFileAsStr
This field simply contains the entire contents of the'.java'
Source-Code File from whence thisParsedFile
instance originated.
Note that for in for the sub-classJavaDocHTMLFile
, when the HTML file which was parsed represents an inner-class / nested-type, this field will still contain the entire contents of the top-level enclosing java type (as aString
) in this field.
For instance, if aJavaDocHTMLFile
(which inherits this class,ParsedFile
) instance had been generated for the Java-HTML inner-classTorello.HTML.Attributes.Filter
, which happens to be a nested type of classTorello.HTML.Attributes
, this field would contain the text-characters of the Source-FileTorello/HTML/Attributes.java
inString
-format (as character data). -
jdEndLineNumber
int jdEndLineNumber
The endiing line-number of the JavaDoc Comment at the top of the class. If this class does not have a Java-Doc Comment, this field will contain-1
. -
jdStartLineNumber
int jdStartLineNumber
The starting line-number of the JavaDoc Comment at the top of the class. If this class does not have a Java-Doc Comment, this field will contain-1
. -
methods
java.util.Vector<Method> methods
This is the list ofMethod
instances identified by the parser for thisParsedFile
-
name
java.lang.String name
Holds the name. A'ParsedFile'
represents a class, interface, or enumerated-type. This name is NOT the fully-qualified (package-included) name, and it will have any Generic Type Parameters appended, if this CIET represents a generic that has type-parameters.
If thisCIET
is an inner-class, the containingCIET
name is included in thisString
field.
For Instance:Input CIET
'name'
Field Valueinterface java.lang.Integer
"Integer"
class java.util.Vector<E>
"Vector<E>"
class java.util.Base64.Decoder
"Base.Decoder"
interface java.util.Map.Entry<K, V>
"Map.Entry<K, V>"
-
nestedTypes
java.util.Vector<NestedType> nestedTypes
This is the list ofNestedType
instances identified by the parser for thisParsedFile
-
packageName
java.lang.String packageName
Holds the package-name. If thisParsedFile
were for classjava.lang.String
the'packageName'
would be'java.lang'
. -
simpleName
java.lang.String simpleName
This the same as theParsedFile.name
parameter, but leaves off both the type-parameters, and the fully-qualified package-nameString's
. If thisCIET
is an inner class the containingCIET
name is included in thisString
field. See the table below, for details:Input CIET
'simpleName'
Field Valueinterface java.lang.Integer
"Integer"
class java.util.Vector<E>
"Vector"
class java.util.Base64.Decoder
"Base64.Decoder"
interface java.util.Map.Entry<K, V>
"Map.Entry"
- See Also:
ParsedFile.name
,ParsedFile.fullyQualifiedName
-
startLineNumber
int startLineNumber
The line-number in the source-code file where this class definition actually begins.
Note that if this instance ofParsedFile
is representing a Nessted-Type / Inner-Class, then this field will contain the line-number where that inner-type's definition begins inside the Enclosing-Class''.java'
file. -
typeLineCount
int typeLineCount
The number of lines of Source-Code inside this'.java'
File. If this instance ofParsedFile
represents an Inner-Type (Nested-Class), then this field will contain a value that corresponds only to the number of lines used by the Nested-Type within the context of the entire Enclosing-Class'.java'
file. -
typeSizeChars
int typeSizeChars
The number of characters / bytes of Source-Code inside this'.java'
File. If this instance ofParsedFile
represents an Inner-Type (Nested-Class), then this field will contain a value that corresponds only to the number of characters / bytes used by the Nested-Type within the context of the entire Enclosing-Class'.java'
file.
-
-
Class Torello.JavaDoc.ReflHTML extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
descFromTypeLabel
boolean descFromTypeLabel
This boolean indicates that the HTML description provided by this JavaDoc Detail has been copied from an parent-class or from an interface. In cases where an abstract method is implemented, the programmer may "opt-out" of typing anything about what the method's purpose is. If so, JavaDoc automatically copies the abstract (or parent) method's description, and leaves a little note saying so.
Note that when this occurs, there will by two HTML<DIV CLASS="block">
elements on the page for that detail. -
detailNavBar
java.util.Vector<HTMLNode> detailNavBar
-
endingLI
int endingLI
-
entity
ENTITY extends Declaration entity
This is the actual type-reflection (type-mirror) of theEntity
extracted from the Java Doc'.html'
web-page file, and from the'.java'
Source Code File.
Since the type-parameterENTITY
must extendDeclaration
, this field will hold all of the information that was parsed & extracted by Java Parser. Depending on what type of instance ofDeclaration
this represents, this will field will contain all of the parameter-names, parameter-types, modifiers, and exceptions that are associated with the entity.
This will take one of five type's:Method
,Constructor
,Field
,EnumConstant
,AnnotationElem
. This allows you to retrieve all reflected information, quickly and easily, associated with the Java Doc HTML "Detail Section" for a particular method, field, constructor etc... -
entityAsEnum
Entity entityAsEnum
This is used as a 'faster-way' to retrieve what type of Entity this "Reference-HTML" detail-section is being represented here. This makes the code more readable than using Java's'getClass()'
reflection to identify whether this 'Detail Section HTML' holds the HTML for a Method, Field, Constructor, Enumeration, etc...
The value in'entityAsEnum'
shall always be identical to the type of theReflHTML.entity
. So for instance, ifReflHTML.entity
contained aField
instance, this field would be equal toEntity.FIELD
. If this entity represented aMethod
HTML Detail-Section element, then this field would holdEntity.METHOD
. -
hiLitedCode
Replaceable hiLitedCode
-
htmlID
java.lang.String htmlID
Each Deteail Entity on a JavaDoc Page has a small and empty Anchor-Link, with an ID Attribute that allows the browser to redirect to the detail on a JavaDoc page using a relative URL to redirect to the details location on the web-page. If that detail element was found, it's will be stored in this field. (Otherwise, this field will contain null)
Below is the<A ID=..>
generated by Java Doc for a method that is named'length'
, and takes zero parameters as input.<a id="length()"> <!-- --> </a>
-
location
DotPair location
-
miscSimpleTagLabels
java.util.ArrayList<TagNodeIndex> miscSimpleTagLabels
-
name
SubSection name
-
needToAddOpenCloseDLsForHiLitedDetails
boolean needToAddOpenCloseDLsForHiLitedDetails
-
openingUL
TagNodeIndex openingUL
This points to the opening<UL>
tag for the detail. It's contents may be modified to include CSS classes or id's. -
signature
SubSection signature
-
subSections
java.util.TreeMap<java.lang.Character,SubSection> subSections
-
-
Class Torello.JavaDoc.Stats extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
globalTagsCount
java.util.Map<java.lang.String,java.lang.Integer> globalTagsCount
-
globalTagsMap
ReadOnlyMap<java.lang.String,java.lang.String> globalTagsMap
-
LAST_USED_packageName
java.lang.String LAST_USED_packageName
-
LAST_USED_packageStats
Stats LAST_USED_packageStats
-
numAnnotationElems
int numAnnotationElems
-
numBytes
int numBytes
-
numConstructors
int numConstructors
-
numDocumentedAnnotationElems
int numDocumentedAnnotationElems
-
numDocumentedConstructors
int numDocumentedConstructors
-
numDocumentedEnumConstants
int numDocumentedEnumConstants
-
numDocumentedFields
int numDocumentedFields
-
numDocumentedMethods
int numDocumentedMethods
-
numEnumConstants
int numEnumConstants
-
numFields
int numFields
-
numFinalConstructors
int numFinalConstructors
-
numFinalFields
int numFinalFields
-
numFinalMethods
int numFinalMethods
-
numHiLitedAnnotationElems
int numHiLitedAnnotationElems
-
numHiLitedConstructors
int numHiLitedConstructors
-
numHiLitedDivs
int numHiLitedDivs
-
numHiLitedEnumConstants
int numHiLitedEnumConstants
-
numHiLitedFields
int numHiLitedFields
-
numHiLitedMethods
int numHiLitedMethods
-
numLines
int numLines
-
numMethods
int numMethods
-
numPrivateConstructors
int numPrivateConstructors
-
numPrivateFields
int numPrivateFields
-
numPrivateMethods
int numPrivateMethods
-
numProtectedConstructors
int numProtectedConstructors
-
numProtectedFields
int numProtectedFields
-
numProtectedMethods
int numProtectedMethods
-
numPublicConstructors
int numPublicConstructors
-
numPublicFields
int numPublicFields
-
numPublicMethods
int numPublicMethods
-
numStaticFields
int numStaticFields
-
numStaticMethods
int numStaticMethods
-
numTransientFields
int numTransientFields
-
numVolatileFields
int numVolatileFields
-
packageName
java.lang.String packageName
-
packageStatsMap
java.util.Map<java.lang.String,Stats> packageStatsMap
-
packageTagsCount
java.util.Map<java.lang.String,java.lang.Integer> packageTagsCount
-
packageTagsMap
ReadOnlyMap<java.lang.String,java.lang.String> packageTagsMap
-
-
Class Torello.JavaDoc.SummaryTableException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class Torello.JavaDoc.UpgradeException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-