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

org.webpieces.frontend2.impl.RequestState Maven / Gradle / Ivy

Go to download

Create a webserver with this library in just 3 lines of code. just register your HttpRequestListener and it feeds you a FrontendSocket that you write HttpResponses to

There is a newer version: 2.1.1
Show newest version
package org.webpieces.frontend2.impl;

public enum RequestState {

	WAITING_ON_REQUEST_TO_FINISH, SENT_REQUEST
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy