| Package | Description |
|---|---|
| org.smartboot.http.server | |
| org.smartboot.http.server.handler | |
| org.smartboot.http.server.impl |
| Modifier and Type | Method and Description |
|---|---|
HttpServerHandler |
HttpServerConfiguration.getHttpServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
HttpBootstrap |
HttpBootstrap.httpHandler(HttpServerHandler httpHandler)
往 http 处理器管道中注册 Handle
|
void |
HttpServerConfiguration.setHttpServerHandler(HttpServerHandler httpServerHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthServerHandler |
class |
HttpRouteHandler |
class |
HttpStaticResourceHandler
静态资源加载Handle
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteHandler |
HttpRouteHandler.route(String urlPattern,
HttpServerHandler httpHandler)
配置URL路由
|
| Constructor and Description |
|---|
BasicAuthServerHandler(String username,
String password,
HttpServerHandler httpServerHandler) |
HttpRouteHandler(HttpServerHandler defaultHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMessageProcessor.httpServerHandler(HttpServerHandler httpServerHandler) |
Copyright © 2025. All rights reserved.