mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
27.42.2013 7fa863a0f2e0115d16d5fdba2ba87a6be7769db1
CollectClientConnectionsFilter.java:
Made HTTPRequestContext a static inner class to improve perfs.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/protocols/http/CollectClientConnectionsFilter.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/protocols/http/CollectClientConnectionsFilter.java
@@ -82,7 +82,7 @@
{
  /** This class holds all the necessary data to complete an HTTP request. */
  private final class HTTPRequestContext
  private static final class HTTPRequestContext
  {
    private AsyncContext asyncContext;
    private HttpServletRequest request;