public abstract class ResponseBuilder extends Object
| Constructor and Description |
|---|
ResponseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DynamicResponseHandler |
getHandler() |
abstract String |
getResponse(String requestString)
Override this function to respond
|
byte[] |
responseBytes(String requestString) |
public abstract String getResponse(String requestString)
requestString - requestpublic byte[] responseBytes(String requestString)
public DynamicResponseHandler getHandler()
Processing library SimpleHTTPServer by Ramin Soleymani. (c) 2016