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

org.projectodd.sockjs.DispatchFunction Maven / Gradle / Ivy

/**
 * Copyright (C) 2014 Red Hat, Inc, and individual contributors.
 */

package org.projectodd.sockjs;

public interface DispatchFunction {
    public Object handle(SockJsRequest req, SockJsResponse res, Object data) throws SockJsException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy