io.femo.ws.lib.LibraryScriptHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-ws Show documentation
Show all versions of http-ws Show documentation
Simple Integration for websockets into the FeMo.IO HTTP API
The newest version!
package io.femo.ws.lib;
import io.femo.http.handlers.FileHandler;
/**
* Created by felix on 6/11/16.
*/
public class LibraryScriptHandler extends FileHandler.ResourceFileHandler {
public LibraryScriptHandler(boolean caching) {
super(caching, "text/javascript", "websocket.js");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy