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

com.fireflysource.net.websocket.server.ExtensionSelector Maven / Gradle / Ivy

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

import java.util.List;

/**
 * @author Pengtao Qiu
 */
public interface ExtensionSelector {

    /**
     * Select the supported extensions.
     *
     * @param extensions The client supported extensions.
     * @return The server selected extensions.
     */
    List select(List extensions);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy