程序包 | 说明 |
---|---|
com.blade.mvc | |
com.blade.mvc.handler | |
com.blade.server.netty |
限定符和类型 | 方法和说明 |
---|---|
static WebContext |
WebContext.create(Request request,
Response response,
io.netty.channel.ChannelHandlerContext ctx,
LocalContext localContext) |
static WebContext |
WebContext.get()
Get current thread context WebContext instance
|
限定符和类型 | 方法和说明 |
---|---|
static void |
WebContext.set(WebContext webContext) |
限定符和类型 | 方法和说明 |
---|---|
void |
RequestHandler.handle(WebContext webContext) |
限定符和类型 | 字段和说明 |
---|---|
static io.netty.util.concurrent.FastThreadLocal<WebContext> |
HttpServerHandler.WEB_CONTEXT_THREAD_LOCAL |
限定符和类型 | 方法和说明 |
---|---|
void |
RouteMethodHandler.finishWrite(WebContext webContext) |
void |
StaticFileHandler.handle(WebContext webContext)
print static file to client
|
void |
RouteMethodHandler.handle(WebContext webContext) |
构造器和说明 |
---|
LogicRunner(RouteMethodHandler routeHandler,
boolean allowCost,
WebContext webContext) |
Copyright © 2018. All rights reserved.