public class ServletBridge extends Object
| Constructor and Description |
|---|
ServletBridge(ServletContext context,
String path) |
| Modifier and Type | Method and Description |
|---|---|
ServletBridge |
httpAction(Action<ServerHttpExchange> action)
Adds an action to be called on HTTP request with
ServerHttpExchange. |
public ServletBridge(ServletContext context, String path)
public ServletBridge httpAction(Action<ServerHttpExchange> action)
ServerHttpExchange.Copyright 2014, The Vibe Project