| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<RoutingContext> |
HTTP2ServerBuilder.getCurrentCtx() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
HTTP2ServerBuilder.handlerWrap(Handler handler,
RoutingContext ctx) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected RoutingContext |
AbstractHTTPSessionHandlerSPI.routingContext |
| 限定符和类型 | 方法和说明 |
|---|---|
default RoutingContext |
RoutingContext.add(HttpHeader header,
String value) |
default RoutingContext |
RoutingContext.add(String name,
String value) |
default RoutingContext |
RoutingContext.addCookie(Cookie cookie) |
<T> RoutingContext |
RoutingContext.complete(Promise<T> promise) |
RoutingContext |
RoutingContext.content(Action1<ByteBuffer> content) |
RoutingContext |
RoutingContext.contentComplete(Action1<SimpleRequest> contentComplete) |
default RoutingContext |
RoutingContext.end() |
default RoutingContext |
RoutingContext.end(byte[] b) |
default RoutingContext |
RoutingContext.end(String value) |
RoutingContext |
RoutingContext.messageComplete(Action1<SimpleRequest> messageComplete) |
default RoutingContext |
RoutingContext.put(HttpHeader header,
String value) |
default RoutingContext |
RoutingContext.put(String header,
String value) |
default RoutingContext |
RoutingContext.setHttpVersion(HttpVersion httpVersion) |
default RoutingContext |
RoutingContext.setReason(String reason) |
default RoutingContext |
RoutingContext.setStatus(int status) |
default RoutingContext |
RoutingContext.write(byte[] b) |
default RoutingContext |
RoutingContext.write(byte[] b,
int off,
int len) |
default RoutingContext |
RoutingContext.write(String value) |
default RoutingContext |
RoutingContext.writeJson(Object object) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Handler.handle(RoutingContext routingContext) |
| 构造器和说明 |
|---|
AbstractHTTPSessionHandlerSPI(RoutingContext routingContext,
String sessionIdParameterName,
int defaultMaxInactiveInterval) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HTTPBodyHandler.handle(RoutingContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractErrorResponseHandler.handle(RoutingContext ctx) |
void |
DefaultErrorResponseHandler.render(RoutingContext ctx,
int status,
Throwable t) |
abstract void |
AbstractErrorResponseHandler.render(RoutingContext ctx,
int status,
Throwable t) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StaticFileHandler.handle(RoutingContext ctx) |
protected void |
StaticFileHandler.responseMultiRanges(RoutingContext ctx,
File file,
long contentLength,
String mimeType,
List<InclusiveByteRange> ranges) |
protected void |
StaticFileHandler.responseNoRange(RoutingContext ctx,
File file,
long contentLength,
String mimeType) |
protected void |
StaticFileHandler.responseOneRange(RoutingContext ctx,
File file,
long contentLength,
String mimeType,
List<InclusiveByteRange> ranges) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LocalHTTPSessionHandler.handle(RoutingContext context) |
| 构造器和说明 |
|---|
HTTPSessionHandlerSPIImpl(RoutingContext routingContext,
SessionStore sessionStore,
HTTPSessionConfiguration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MustacheTemplateHandlerSPIImpl.renderTemplate(RoutingContext routingContext,
String resourceName,
List<Object> scopes) |
void |
MustacheTemplateHandlerSPIImpl.renderTemplate(RoutingContext routingContext,
String resourceName,
Object scope) |
void |
MustacheTemplateHandlerSPIImpl.renderTemplate(RoutingContext routingContext,
String resourceName,
Object[] scopes) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RoutingContextImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> RoutingContext |
RoutingContextImpl.complete(Promise<T> promise) |
RoutingContext |
RoutingContextImpl.content(Action1<ByteBuffer> content) |
RoutingContext |
RoutingContextImpl.contentComplete(Action1<SimpleRequest> contentComplete) |
RoutingContext |
RoutingContextImpl.messageComplete(Action1<SimpleRequest> messageComplete) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TemplateHandlerSPI.renderTemplate(RoutingContext ctx,
String resourceName,
List<Object> scopes) |
void |
TemplateHandlerSPI.renderTemplate(RoutingContext ctx,
String resourceName,
Object scope) |
void |
TemplateHandlerSPI.renderTemplate(RoutingContext ctx,
String resourceName,
Object[] scopes) |
Copyright © 2017. All rights reserved.