public class HTTP extends Object
| Constructor and Description |
|---|
HTTP() |
| Modifier and Type | Method and Description |
|---|---|
static HTTPServer |
serve(Handler handler) |
static HTTPServer |
serve(String response) |
static HTTPServerBuilder |
server() |
public static HTTPServerBuilder server()
public static HTTPServer serve(String response)
public static HTTPServer serve(Handler handler)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.