Uses of Interface
cool.scx.http.ScxHttpServerRequest
Packages that use ScxHttpServerRequest
Package
Description
-
Uses of ScxHttpServerRequest in cool.scx.http
Methods in cool.scx.http that return ScxHttpServerRequestMethods in cool.scx.http with parameters of type ScxHttpServerRequestModifier and TypeMethodDescriptionstatic StringHttpHelper.getRequestIP(ScxHttpServerRequest request) 获取访问者IPMethod parameters in cool.scx.http with type arguments of type ScxHttpServerRequestModifier and TypeMethodDescriptionScxHttpServer.onRequest(Consumer<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) -
Uses of ScxHttpServerRequest in cool.scx.http.routing
Subinterfaces with type arguments of type ScxHttpServerRequest in cool.scx.http.routingMethods in cool.scx.http.routing with type parameters of type ScxHttpServerRequestModifier and TypeMethodDescription<T extends ScxHttpServerRequest>
TRoutingContext.request()<T extends ScxHttpServerRequest>
TRoutingContextImpl.request()Methods in cool.scx.http.routing with parameters of type ScxHttpServerRequestModifier and TypeMethodDescriptionvoidRouterImpl.accept(ScxHttpServerRequest scxHttpRequest) booleanTypeMatcher.matches(ScxHttpServerRequest request) booleanTypeMatcherImpl.matches(ScxHttpServerRequest request) -
Uses of ScxHttpServerRequest in cool.scx.http.web_socket
Subinterfaces of ScxHttpServerRequest in cool.scx.http.web_socketModifier and TypeInterfaceDescriptioninterfaceScxServerWebSocketHandshakeRequest