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

io.femo.ws.lib.LibraryScriptHandler Maven / Gradle / Ivy

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