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

com.guicedee.guicedservlets.websockets.services.IWebSocketSessionProvider Maven / Gradle / Ivy

package com.guicedee.guicedservlets.websockets.services;
import com.guicedee.guicedinjection.interfaces.IDefaultService;

import javax.servlet.http.HttpSession;

/**
 * Returns the HTTPSession associated with the given id
 */
public interface IWebSocketSessionProvider extends IDefaultService
{
	HttpSession getSession(String sessionID);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy