Uses of Class
org.eclipse.jetty.server.Response
-
Packages that use Response Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of Response in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return Response Modifier and Type Method Description ResponseHttpChannel. getResponse()ResponseRequest. getResponse()Methods in org.eclipse.jetty.server with parameters of type Response Modifier and Type Method Description protected voidServer. handleOptions(Request request, Response response)voidCustomRequestLog. log(Request request, Response response)Writes the request and response information to the output stream.voidRequestLog.Collection. log(Request request, Response response)voidRequestLog. log(Request request, Response response)Method parameters in org.eclipse.jetty.server with type arguments of type Response Modifier and Type Method Description voidCustomRequestLog. setFilter(java.util.function.BiPredicate<Request,Response> filter)This allows you to set a custom filter to decide whether to log a request or omit it from the request log.
-