Uses of Interface
cool.scx.http.ScxHttpServerRequest
Packages that use ScxHttpServerRequest
-
Uses of ScxHttpServerRequest in cool.scx.http
Methods in cool.scx.http that return ScxHttpServerRequestMethod parameters in cool.scx.http with type arguments of type ScxHttpServerRequestModifier and TypeMethodDescriptionScxHttpServer.onRequest(cool.scx.function.Function1Void<ScxHttpServerRequest, ?> requestHandler) -
Uses of ScxHttpServerRequest in cool.scx.http.error_handler
Methods in cool.scx.http.error_handler with parameters of type ScxHttpServerRequestModifier and TypeMethodDescriptionvoidDefaultHttpServerErrorHandler.accept(Throwable throwable, ScxHttpServerRequest request, ErrorPhase errorPhase) voidScxHttpServerErrorHandler.accept(Throwable throwable, ScxHttpServerRequest request, ErrorPhase errorPhase) voidDefaultHttpServerErrorHandler.handleScxHttpException(ScxHttpException scxHttpException, ScxHttpServerRequest request) static voidDefaultHttpServerErrorHandler.sendToClient(ScxHttpStatus status, String info, ScxHttpServerRequest request)