Uses of Class
com.aizuda.snailjob.client.common.rpc.supports.http.HttpRequest
Packages that use HttpRequest
Package
Description
-
Uses of HttpRequest in com.aizuda.snailjob.client.common
Methods in com.aizuda.snailjob.client.common with parameters of type HttpRequestModifier and TypeMethodDescriptionvoidHandlerInterceptor.afterCompletion(HttpRequest httpRequest, HttpResponse httpResponse, EndPointInfo handler, Throwable ex) voidHandlerInterceptor.postHandle(HttpRequest httpRequest, HttpResponse httpResponse, EndPointInfo handler) booleanHandlerInterceptor.preHandle(HttpRequest httpRequest, HttpResponse httpResponse, EndPointInfo handler) -
Uses of HttpRequest in com.aizuda.snailjob.client.common.rpc.supports.handler
Methods in com.aizuda.snailjob.client.common.rpc.supports.handler with parameters of type HttpRequestModifier and TypeMethodDescriptionSnailDispatcherRequestHandler.deSerialize(String infoStr, Method method, HttpRequest httpRequest, HttpResponse httpResponse)