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

io.femo.http.HttpServer Maven / Gradle / Ivy

Go to download

An easy to use HTTP API, that supports synchronous and asynchronous execution of HTTP request. On android only asynchronous driver is supported. This library has been backported to jdk 7 to retain compatibility with android!

The newest version!
package io.femo.http;

/**
 * Created by Felix Resch on 25-Apr-16.
 */
public abstract class HttpServer extends HttpRoutable {

    public abstract HttpServer start();
    public abstract HttpServer stop();

    public abstract boolean ready();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy