RequestProfilingFilter instead.@Deprecated public class ProfilingStatusUpdateViaRequestStrategy extends Object implements StatusUpdateStrategy, FilterConfigAware
| Constructor and Description |
|---|
ProfilingStatusUpdateViaRequestStrategy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(javax.servlet.FilterConfig filterConfig)
Deprecated.
|
void |
setStateViaRequest(javax.servlet.ServletRequest request)
Deprecated.
Turn on or off profiling via the request.
|
protected void |
turnProfilingOff()
Deprecated.
|
protected void |
turnProfilingOn()
Deprecated.
|
protected void |
turnProfilingOnAndSetThreshold(long minTotalTime)
Deprecated.
|
public ProfilingStatusUpdateViaRequestStrategy()
public void configure(javax.servlet.FilterConfig filterConfig)
configure in interface FilterConfigAwarepublic void setStateViaRequest(javax.servlet.ServletRequest request)
StatusUpdateStrategysetStateViaRequest in interface StatusUpdateStrategyrequest - containing the query string to parseprotected void turnProfilingOn()
protected void turnProfilingOnAndSetThreshold(long minTotalTime)
protected void turnProfilingOff()
Copyright © 2019 Atlassian. All rights reserved.