All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.weixinmp.http.dialog.base.support.WebSessionPool Maven / Gradle / Ivy

The newest version!
package net.sf.weixinmp.http.dialog.base.support;

/**
 * The pool of {@link WebSession}, will be used in {@link WebSessionProvider}.
 * It will be cached by the value of {@link WebSecurity#getName()} as key for
 * {@link WebSession}
 * 
 * @author [email protected]
 * @date 3/7/2016
 */
public interface WebSessionPool {

	WebSession lookup(WebSecurity security);

	WebSession updateAndRrefresh(WebSecurity security);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy