Package | Description |
---|---|
org.jetlang.web |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpHandler<T> |
Modifier and Type | Class and Description |
---|---|
class |
StaticHtml<T> |
Modifier and Type | Method and Description |
---|---|
Handler<S> |
WebServerConfigBuilder.getDefaultHandler() |
Modifier and Type | Method and Description |
---|---|
void |
WebServerConfigBuilder.setDefaultHandler(Handler<S> defaultHandler) |
Modifier and Type | Method and Description |
---|---|
protected HttpRequestHandler<S> |
WebServerConfigBuilder.createHandler(Map<String,Handler<S>> handlerMap) |
Constructor and Description |
---|
Default(Map<String,Handler<T>> handlerMap,
Handler<T> defaultHandler) |
Constructor and Description |
---|
Default(Map<String,Handler<T>> handlerMap,
Handler<T> defaultHandler) |
Copyright © 2016. All Rights Reserved.