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

com.enonic.xp.web.websocket.WebSocketContextFactory Maven / Gradle / Ivy

There is a newer version: 7.14.4
Show newest version
package com.enonic.xp.web.websocket;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public interface WebSocketContextFactory
{
    WebSocketContext newContext( HttpServletRequest req, HttpServletResponse res );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy