com.guicedee.guicedservlets.websockets.services.IWebSocketSessionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guiced-websockets Show documentation
Show all versions of guiced-websockets Show documentation
Provides a WebSocket implementation using JSR356 for Guiced JPMS
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 - 2025 Weber Informatics LLC | Privacy Policy