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

org.webbitserver.HttpConnection Maven / Gradle / Ivy

package org.webbitserver;

import java.util.concurrent.Executor;

public interface HttpConnection extends Executor, DataHolder {
    HttpRequest httpRequest();

    HttpConnection close();

    Executor handlerExecutor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy