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

com.jwebmp.websockets.services.IWebSocketSessionProvider Maven / Gradle / Ivy

Go to download

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