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 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.onError(BiConsumer<Throwable, ScxHttpServerRequest> errorHandler) ScxHttpServer.onRequest(Consumer<ScxHttpServerRequest> requestHandler) -
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