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