JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
H
I
K
N
P
Q
R
A
anyMethodRouter
- Variable in class io.netty.handler.codec.http.
Router
C
channelRead0(ChannelHandlerContext, Routed)
- Method in class io.netty.handler.codec.http.
DefaultHandler404
channelRead0(ChannelHandlerContext, HttpRequest)
- Method in class io.netty.handler.codec.http.
Router
D
DefaultHandler404
- Class in
io.netty.handler.codec.http
DefaultHandler404()
- Constructor for class io.netty.handler.codec.http.
DefaultHandler404
G
group
- Variable in class io.netty.handler.codec.http.
Router
H
handler404
- Variable in class io.netty.handler.codec.http.
Router
I
io.netty.handler.codec.http
- package io.netty.handler.codec.http
K
keepAliveWriteAndFlush(ChannelHandlerContext, HttpRequest, HttpResponse)
- Static method in class io.netty.handler.codec.http.
Router
keepAliveWriteAndFlush(Channel, HttpRequest, HttpResponse)
- Static method in class io.netty.handler.codec.http.
Router
N
name()
- Method in class io.netty.handler.codec.http.
Router
Should be used to add the router to pipeline: channel.pipeline().addLast(router.name(), router)
P
param(String)
- Method in class io.netty.handler.codec.http.
Routed
params(String)
- Method in class io.netty.handler.codec.http.
Routed
Both path param and query params are returned.
path
- Variable in class io.netty.handler.codec.http.
Routed
path()
- Method in class io.netty.handler.codec.http.
Routed
path(HttpMethod, ChannelInboundHandler, Object...)
- Method in class io.netty.handler.codec.http.
Router
path(HttpMethod, Class<? extends ChannelInboundHandler>, Object...)
- Method in class io.netty.handler.codec.http.
Router
pathParams
- Variable in class io.netty.handler.codec.http.
Routed
pathParams()
- Method in class io.netty.handler.codec.http.
Routed
pattern(HttpMethod, String, ChannelInboundHandler)
- Method in class io.netty.handler.codec.http.
Router
pattern(HttpMethod, String, Class<? extends ChannelInboundHandler>)
- Method in class io.netty.handler.codec.http.
Router
patternFirst(HttpMethod, String, ChannelInboundHandler)
- Method in class io.netty.handler.codec.http.
Router
patternFirstFirst(HttpMethod, String, Class<? extends ChannelInboundHandler>)
- Method in class io.netty.handler.codec.http.
Router
patternLast(HttpMethod, String, ChannelInboundHandler)
- Method in class io.netty.handler.codec.http.
Router
patternLast(HttpMethod, String, Class<? extends ChannelInboundHandler>)
- Method in class io.netty.handler.codec.http.
Router
Q
queryParam(String)
- Method in class io.netty.handler.codec.http.
Routed
queryParams
- Variable in class io.netty.handler.codec.http.
Routed
queryParams()
- Method in class io.netty.handler.codec.http.
Routed
R
removePath(String)
- Method in class io.netty.handler.codec.http.
Router
removeTarget(Object)
- Method in class io.netty.handler.codec.http.
Router
request
- Variable in class io.netty.handler.codec.http.
Routed
request()
- Method in class io.netty.handler.codec.http.
Routed
Routed
- Class in
io.netty.handler.codec.http
Routed(HttpRequest, String, Map<String, String>, Map<String, List<String>>)
- Constructor for class io.netty.handler.codec.http.
Routed
ROUTED_HANDLER_NAME
- Static variable in class io.netty.handler.codec.http.
Router
Router
- Class in
io.netty.handler.codec.http
Inbound handler that converts HttpRequest to Routed and passes Routed to the matched handler.
Router()
- Constructor for class io.netty.handler.codec.http.
Router
Router(ChannelInboundHandler)
- Constructor for class io.netty.handler.codec.http.
Router
Router(EventExecutorGroup)
- Constructor for class io.netty.handler.codec.http.
Router
Router(EventExecutorGroup, ChannelInboundHandler)
- Constructor for class io.netty.handler.codec.http.
Router
ROUTER_HANDLER_NAME
- Static variable in class io.netty.handler.codec.http.
Router
routers
- Variable in class io.netty.handler.codec.http.
Router
A
C
D
G
H
I
K
N
P
Q
R
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes