Class RoutingContextImpl
java.lang.Object
cool.scx.http.routing.RoutingContextImpl
-
Method Summary
Modifier and TypeMethodDescriptiondata()voidnext()<T extends ScxHttpServerRequest>
Trequest()<T extends ScxHttpServerResponse>
Tresponse()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.http.routing.RoutingContext
get, getOrDefault, put, remove
-
Method Details
-
request
- Specified by:
requestin interfaceRoutingContext
-
response
- Specified by:
responsein interfaceRoutingContext
-
next
public void next()- Specified by:
nextin interfaceRoutingContext
-
pathParams
- Specified by:
pathParamsin interfaceRoutingContext
-
data
- Specified by:
datain interfaceRoutingContext
-