public class RequestWillBeSent extends Object
Constructor and Description |
---|
RequestWillBeSent() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentURL()
URL of the document this request is loaded for.
|
String |
getFrameId()
Frame identifier.
|
Initiator |
getInitiator()
Request initiator.
|
String |
getLoaderId()
Loader identifier.
|
Response |
getRedirectResponse()
Redirect response data.
|
Request |
getRequest()
Request data.
|
String |
getRequestId()
Request identifier.
|
Double |
getTimestamp()
Timestamp.
|
ResourceType |
getType()
Type of this resource.
|
Double |
getWallTime()
Timestamp.
|
void |
setDocumentURL(String documentURL)
URL of the document this request is loaded for.
|
void |
setFrameId(String frameId)
Frame identifier.
|
void |
setInitiator(Initiator initiator)
Request initiator.
|
void |
setLoaderId(String loaderId)
Loader identifier.
|
void |
setRedirectResponse(Response redirectResponse)
Redirect response data.
|
void |
setRequest(Request request)
Request data.
|
void |
setRequestId(String requestId)
Request identifier.
|
void |
setTimestamp(Double timestamp)
Timestamp.
|
void |
setType(ResourceType type)
Type of this resource.
|
void |
setWallTime(Double wallTime)
Timestamp.
|
public String getRequestId()
public void setRequestId(String requestId)
public String getLoaderId()
public void setLoaderId(String loaderId)
public String getDocumentURL()
public void setDocumentURL(String documentURL)
public Request getRequest()
public void setRequest(Request request)
public Double getTimestamp()
public void setTimestamp(Double timestamp)
public Double getWallTime()
public void setWallTime(Double wallTime)
public Initiator getInitiator()
public void setInitiator(Initiator initiator)
public Response getRedirectResponse()
public void setRedirectResponse(Response redirectResponse)
public ResourceType getType()
public void setType(ResourceType type)
public String getFrameId()
public void setFrameId(String frameId)
Copyright © 2017 WebFolder OÜ. All rights reserved.