![JAR search and dependency download from the Maven repository](/logo.png)
com.jwebmp.websockets.services.IWebSocketSessionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-websockets Show documentation
Show all versions of jwebmp-websockets Show documentation
Provides Asynchronous and Dynamic Log Handler support for JDK1.8 logging API.
Access via LogFactory.
The newest version!
package com.jwebmp.websockets.services;
import javax.servlet.http.HttpSession;
/**
* Returns the HTTPSession associated with the given id
*/
public interface IWebSocketSessionProvider
{
HttpSession getSession(String sessionID);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy