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

com.fireflysource.net.websocket.common.extension.compress.XWebkitDeflateFrameExtension Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.fireflysource.net.websocket.common.extension.compress;

/**
 * Implementation of the x-webkit-deflate-frame extension seen out
 * in the wild. Using the alternate extension identification
 */
public class XWebkitDeflateFrameExtension extends DeflateFrameExtension {
    @Override
    public String getName() {
        return "x-webkit-deflate-frame";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy