| Package | Description |
|---|---|
| com.devops4j.embedded.handler | |
| com.devops4j.embedded.httpserver |
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
|
| com.devops4j.embedded.httpserver.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateHttpHandler
Created by devops4j on 2018/1/26.
|
class |
StaticHttpHandler
Created by devops4j on 2018/1/26.
|
| Modifier and Type | Method and Description |
|---|---|
abstract HttpHandler |
HttpContext.getHandler()
returns the handler for this context
|
| Modifier and Type | Method and Description |
|---|---|
abstract HttpContext |
HttpServer.createContext(String path,
HttpHandler handler)
Creates a HttpContext.
|
abstract void |
HttpContext.setHandler(HttpHandler h)
Sets the handler for this context, if not already set.
|
| Constructor and Description |
|---|
Filter.Chain(List<Filter> filters,
HttpHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
com.devops4j.embedded.httpserver.impl.HttpContextImpl |
HttpServerImpl.createContext(String path,
HttpHandler handler) |
com.devops4j.embedded.httpserver.impl.HttpContextImpl |
HttpsServerImpl.createContext(String path,
HttpHandler handler) |
Copyright © 2018. All rights reserved.