Uses of Class
org.eclipse.jetty.server.Response
Packages that use Response
-
Uses of Response in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ResponseMethods in org.eclipse.jetty.server with parameters of type ResponseModifier and TypeMethodDescriptionprotected voidServer.handleOptions(Request request, Response response) voidWrites the request and response information to the output stream.voidvoidMethod parameters in org.eclipse.jetty.server with type arguments of type ResponseModifier and TypeMethodDescriptionvoidCustomRequestLog.setFilter(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.