|
Rename Method public getNodeId(clusterId String, request HttpServletRequest) : String renamed to public getExtendedId(clusterId String, request HttpServletRequest) : String in class org.eclipse.jetty.server.session.AbstractSessionIdManager |
From |
To |
|
Rename Method public idInUse(sessionId String) : boolean renamed to public isIdInUse(sessionId String) : boolean in class org.eclipse.jetty.nosql.mongodb.MongoSessionIdManager |
From |
To |
|
Rename Method public idInUse(id String) : boolean renamed to public isIdInUse(id String) : boolean in class org.eclipse.jetty.server.session.SessionCookieTest.MockSessionIdManager |
From |
To |
|
Rename Method public addSession(session HttpSession) : void renamed to public newSessionId(seedTerm long) : String in class org.eclipse.jetty.server.session.JDBCSessionIdManager |
From |
To |
|
Rename Method public idInUse(id String) : boolean renamed to public isIdInUse(id String) : boolean in class org.eclipse.jetty.server.session.JDBCSessionIdManager |
From |
To |
|
Rename Method public removeSession(session HttpSession) : void renamed to public removeId(id String) : void in class org.eclipse.jetty.server.SessionIdManager |
From |
To |
|
Rename Method public idInUse(id String) : boolean renamed to public isIdInUse(id String) : boolean in class org.eclipse.jetty.server.SessionIdManager |
From |
To |
|
Rename Method public removeSession(session HttpSession) : void renamed to public removeId(id String) : void in class org.eclipse.jetty.server.session.JDBCSessionIdManager |
From |
To |
|
Rename Method public idInUse(id String) : boolean renamed to public isIdInUse(id String) : boolean in class org.eclipse.jetty.session.infinispan.InfinispanSessionIdManager |
From |
To |
|
Rename Method public getClusterId(nodeId String) : String renamed to public getId(qualifiedId String) : String in class org.eclipse.jetty.server.SessionIdManager |
From |
To |
|
Rename Method public addSession(id String) : void renamed to public useId(id String) : void in class org.eclipse.jetty.server.session.JDBCSessionIdManager |
From |
To |
|
Rename Method public idInUse(id String) : boolean renamed to public isIdInUse(id String) : boolean in class org.eclipse.jetty.server.session.HashSessionIdManager |
From |
To |
|
Rename Method public getNodeId(clusterId String, request HttpServletRequest) : String renamed to public getExtendedId(id String, request HttpServletRequest) : String in class org.eclipse.jetty.server.SessionIdManager |
From |
To |
|
Rename Method public getClusterId(nodeId String) : String renamed to public getId(extendedId String) : String in class org.eclipse.jetty.server.session.AbstractSessionIdManager |
From |
To |
|
Rename Parameter session : HttpSession to seedTerm : long in method public newSessionId(seedTerm long) : String in class org.eclipse.jetty.server.session.JDBCSessionIdManager |
From |
To |
|
Rename Parameter session : HttpSession to id : String in method public removeId(id String) : void in class org.eclipse.jetty.server.session.JDBCSessionIdManager |
From |
To |
|
Rename Parameter clusterId : String to id : String in method public getExtendedId(id String, request HttpServletRequest) : String in class org.eclipse.jetty.server.SessionIdManager |
From |
To |
|
Rename Parameter nodeId : String to qualifiedId : String in method public getId(qualifiedId String) : String in class org.eclipse.jetty.server.SessionIdManager |
From |
To |
|
Rename Parameter nodeId : String to extendedId : String in method public getId(extendedId String) : String in class org.eclipse.jetty.server.session.AbstractSessionIdManager |
From |
To |
|
Rename Parameter session : HttpSession to id : String in method public removeId(id String) : void in class org.eclipse.jetty.server.SessionIdManager |
From |
To |