|
Change Parameter Type key : SessionKey to id : String in method public newSessionData(id String, created long, accessed long, lastAccessed long, maxInactiveMs long) : SessionData in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public abstract doPutIfAbsent(id String, session Session) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to key : String in method public doExists(key String) : boolean in class org.eclipse.jetty.server.session.SessionCookieTest.MockSessionStore |
From |
To |
|
Change Parameter Type candidates : Set<SessionKey> to candidates : Set<String> in method public getExpired(candidates Set<String>) : Set<String> in class org.eclipse.jetty.server.session.CachingSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public abstract doGet(id String) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type candidates : Set<SessionKey> to candidates : Set<String> in method public getExpired(candidates Set<String>) : Set<String> in class org.eclipse.jetty.server.session.NullSessionDataStore |
From |
To |
|
Change Parameter Type candidates : Set<SessionKey> to candidates : Set<String> in method public getExpired(candidates Set<String>) : Set<String> in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to contextId : ContextId in method public getUpdateStatement(connection Connection, id String, contextId ContextId) : PreparedStatement in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public doDelete(id String) : boolean in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method protected incLoadAttempt(id String) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public doExists(id String) : boolean in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public get(id String, staleCheck boolean) : Session in class org.eclipse.jetty.server.session.SessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public get(id String, staleCheck boolean) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to key : String in method public newSession(request HttpServletRequest, key String, time long, maxInactiveMs long) : Session in class org.eclipse.jetty.server.session.SessionCookieTest.MockSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method private save(os OutputStream, id String, data SessionData) : void in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.CachingSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to key : String in method public doDelete(key String) : boolean in class org.eclipse.jetty.server.session.SessionCookieTest.MockSessionStore |
From |
To |
|
Change Parameter Type candidates : Set<SessionKey> to candidates : Set<String> in method public getExpired(candidates Set<String>) : Set<String> in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public store(id String, data SessionData) : void in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public getLoadAttempts(id String) : int in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public store(id String, data SessionData) : void in class org.eclipse.jetty.server.session.AbstractSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public newSession(request HttpServletRequest, id String, time long, maxInactiveMs long) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Change Parameter Type session : HttpSession to session : Session in method public useId(session Session) : void in class org.eclipse.jetty.nosql.mongodb.MongoSessionIdManager |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public doPutIfAbsent(id String, session Session) : Session in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public newSessionData(id String, created long, accessed long, lastAccessed long, maxInactiveMs long) : SessionData in class org.eclipse.jetty.server.session.AbstractSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.NullSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public doGet(id String) : Session in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to contextId : ContextId in method public fillCheckSessionExistsStatement(statement PreparedStatement, id String, contextId ContextId) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema |
From |
To |
|
Change Parameter Type key : SessionKey to contextId : ContextId in method public getLoadStatement(connection Connection, id String, contextId ContextId) : PreparedStatement in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method private doInsert(id String, data SessionData) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.server.session.CachingSessionDataStore |
From |
To |
|
Change Parameter Type candidates : Set<SessionKey> to candidates : Set<String> in method public getExpired(candidates Set<String>) : Set<String> in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public newSession(request HttpServletRequest, id String, time long, maxInactiveMs long) : Session in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Change Parameter Type session : NoSqlSession to session : Session in method private sendResult(session Session, writer PrintWriter) : void in class org.eclipse.jetty.nosql.mongodb.AttributeNameTest.TestServlet |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.NullSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to key : String in method public doPutIfAbsent(key String, session Session) : Session in class org.eclipse.jetty.server.session.SessionCookieTest.MockSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to contextId : ContextId in method public getDeleteStatement(connection Connection, id String, contextId ContextId) : PreparedStatement in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public abstract doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.server.session.AbstractSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public put(id String, session Session) : void in class org.eclipse.jetty.server.session.SessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public abstract doExists(id String) : boolean in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public abstract doDelete(id String) : boolean in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.CachingSessionDataStore |
From |
To |
|
Change Parameter Type candidates : Set<SessionKey> to candidates : Set<String> in method public getExpired(candidates Set<String>) : Set<String> in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public put(id String, session Session) : void in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method private doUpdate(id String, data SessionData) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to key : String in method public doGet(key String) : Session in class org.eclipse.jetty.server.session.SessionCookieTest.MockSessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public loadAttemptsExhausted(id String) : boolean in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public UnwriteableSessionDataException(id String, contextId ContextId, t Throwable) in class org.eclipse.jetty.server.session.UnwriteableSessionDataException |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.SessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public newSession(request HttpServletRequest, id String, time long, maxInactiveMs long) : Session in class org.eclipse.jetty.server.session.SessionStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public newSessionData(id String, created long, accessed long, lastAccessed long, maxInactiveMs long) : SessionData in class org.eclipse.jetty.server.session.NullSessionDataStore |
From |
To |
|
Change Parameter Type key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.SessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public newSessionData(id String, created long, accessed long, lastAccessed long, maxInactiveMs long) : SessionData in class org.eclipse.jetty.server.session.NullSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public newSessionData(id String, created long, accessed long, lastAccessed long, maxInactiveMs long) : SessionData in class org.eclipse.jetty.server.session.AbstractSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public getLoadAttempts(id String) : int in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public abstract doGet(id String) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Rename Parameter key : SessionKey to contextId : ContextId in method public getDeleteStatement(connection Connection, id String, contextId ContextId) : PreparedStatement in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public abstract doPutIfAbsent(id String, session Session) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public doGet(id String) : Session in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public store(id String, data SessionData) : void in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to contextId : ContextId in method public fillCheckSessionExistsStatement(statement PreparedStatement, id String, contextId ContextId) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public doDelete(id String) : boolean in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method protected incLoadAttempt(id String) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to contextId : ContextId in method public getLoadStatement(connection Connection, id String, contextId ContextId) : PreparedStatement in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.CachingSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public doExists(id String) : boolean in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public store(id String, data SessionData) : void in class org.eclipse.jetty.server.session.AbstractSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public loadAttemptsExhausted(id String) : boolean in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public abstract doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.server.session.AbstractSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.NullSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public newSession(request HttpServletRequest, id String, time long, maxInactiveMs long) : Session in class org.eclipse.jetty.server.session.SessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public newSession(request HttpServletRequest, id String, time long, maxInactiveMs long) : Session in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public get(id String, staleCheck boolean) : Session in class org.eclipse.jetty.server.session.SessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.server.session.CachingSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method private doInsert(id String, data SessionData) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public UnwriteableSessionDataException(id String, contextId ContextId, t Throwable) in class org.eclipse.jetty.server.session.UnwriteableSessionDataException |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public get(id String, staleCheck boolean) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.CachingSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public newSessionData(id String, created long, accessed long, lastAccessed long, maxInactiveMs long) : SessionData in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.SessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to contextId : ContextId in method public getUpdateStatement(connection Connection, id String, contextId ContextId) : PreparedStatement in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method private doUpdate(id String, data SessionData) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public put(id String, session Session) : void in class org.eclipse.jetty.server.session.SessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public abstract doExists(id String) : boolean in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public abstract doDelete(id String) : boolean in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.server.session.NullSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method private save(os OutputStream, id String, data SessionData) : void in class org.eclipse.jetty.server.session.FileSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public put(id String, session Session) : void in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public doPutIfAbsent(id String, session Session) : Session in class org.eclipse.jetty.server.session.MemorySessionStore |
From |
To |
|
Rename Parameter newClusterId : String to id : String in method public delete(id String) : boolean in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public load(id String) : SessionData in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public newSession(request HttpServletRequest, id String, time long, maxInactiveMs long) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore |
From |
To |
|
Rename Parameter key : SessionKey to id : String in method public doStore(id String, data SessionData, isNew boolean) : void in class org.eclipse.jetty.server.session.JDBCSessionDataStore |
From |
To |