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

net.apexes.wsonrpc.server.PathAcceptor Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
/*
 * Copyright (c) 2018, apexes.net. All rights reserved.
 *
 *         http://www.apexes.net
 *
 */
package net.apexes.wsonrpc.server;

/**
 * @author HeDYn
 */
public interface PathAcceptor {

    /**
     * 返回true表示此路径接受连接
     * @param path
     * @return
     */
    boolean accept(String path);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy