Uses of Class
org.logdoc.fairhttp.service.http.RequestId
-
Packages that use RequestId Package Description org.logdoc.fairhttp.service.http org.logdoc.fairhttp.service.http.tasks -
-
Uses of RequestId in org.logdoc.fairhttp.service.http
Methods in org.logdoc.fairhttp.service.http with parameters of type RequestId Modifier and Type Method Description booleanServer. canProcess(RequestId id)voidServer. handleRequest(RequestId id, Map<String,String> headers, ResourceConnect rc)voidServer. handleRequest0(RequestId id, Map<String,String> headers, ResourceConnect rc, boolean mayBeMapped) -
Uses of RequestId in org.logdoc.fairhttp.service.http.tasks
Constructor parameters in org.logdoc.fairhttp.service.http.tasks with type arguments of type RequestId Constructor Description RCSignature(Socket socket, CompletableFuture<RequestId> stage)
-