com.guicedee.guicedservlets.websockets.services.IWebSocketAuthDataProvider 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 com.guicedee.guicedinjection.interfaces.IServiceEnablement;
/**
* Service to load authentication data for web service
*/
public interface IWebSocketAuthDataProvider>
extends IDefaultService, IServiceEnablement
{
StringBuilder getJavascriptToPopulate();
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy