public abstract class DualMethodRouter<T,RouteLike extends DualMethodRouter<T,RouteLike>>
extends jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike>
| Constructor and Description |
|---|
DualMethodRouter() |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.handler.codec.http.HttpMethod |
CONNECT() |
protected io.netty.handler.codec.http.HttpMethod |
DELETE() |
protected io.netty.handler.codec.http.HttpMethod |
GET() |
protected io.netty.handler.codec.http.HttpMethod |
HEAD() |
protected io.netty.handler.codec.http.HttpMethod |
OPTIONS() |
protected io.netty.handler.codec.http.HttpMethod |
PATCH() |
protected io.netty.handler.codec.http.HttpMethod |
POST() |
protected io.netty.handler.codec.http.HttpMethod |
PUT() |
protected io.netty.handler.codec.http.HttpMethod |
TRACE() |
ANY_FIRST, ANY_FIRST, ANY_LAST, ANY_LAST, ANY, ANY, CONNECT_FIRST, CONNECT_FIRST, CONNECT_LAST, CONNECT_LAST, CONNECT, CONNECT, DELETE_FIRST, DELETE_FIRST, DELETE_LAST, DELETE_LAST, DELETE, DELETE, GET_FIRST, GET_FIRST, GET_LAST, GET_LAST, GET, GET, getThis, HEAD_FIRST, HEAD_FIRST, HEAD_LAST, HEAD_LAST, HEAD, HEAD, notFound, notFound, OPTIONS_FIRST, OPTIONS_FIRST, OPTIONS_LAST, OPTIONS_LAST, OPTIONS, OPTIONS, PATCH_FIRST, PATCH_FIRST, PATCH_LAST, PATCH_LAST, PATCH, PATCH, path, path, path, path, pattern, pattern, patternFirst, patternFirst, patternLast, patternLast, POST_FIRST, POST_FIRST, POST_LAST, POST_LAST, POST, POST, PUT_FIRST, PUT_FIRST, PUT_LAST, PUT_LAST, PUT, PUT, removePath, removeTarget, removeTarget, route, TRACE_FIRST, TRACE_FIRST, TRACE_LAST, TRACE_LAST, TRACE, TRACEprotected io.netty.handler.codec.http.HttpMethod CONNECT()
CONNECT in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>protected io.netty.handler.codec.http.HttpMethod DELETE()
DELETE in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>protected io.netty.handler.codec.http.HttpMethod GET()
GET in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>protected io.netty.handler.codec.http.HttpMethod HEAD()
HEAD in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>protected io.netty.handler.codec.http.HttpMethod OPTIONS()
OPTIONS in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>protected io.netty.handler.codec.http.HttpMethod PATCH()
PATCH in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>protected io.netty.handler.codec.http.HttpMethod POST()
POST in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>protected io.netty.handler.codec.http.HttpMethod PUT()
PUT in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>protected io.netty.handler.codec.http.HttpMethod TRACE()
TRACE in class jauter.DualRouter<io.netty.handler.codec.http.HttpMethod,T,RouteLike extends DualMethodRouter<T,RouteLike>>