Uses of Class
org.eclipse.jetty.server.Response
Packages that use Response
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
-
Uses of Response in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security with parameters of type ResponseModifier and TypeMethodDescriptionprotected boolean
ConstraintSecurityHandler.checkUserDataPermissions
(String pathInContext, Request request, Response response, RoleInfo roleInfo) protected abstract boolean
SecurityHandler.checkUserDataPermissions
(String pathInContext, Request request, Response response, RoleInfo constraintInfo) protected boolean
ConstraintSecurityHandler.checkWebResourcePermissions
(String pathInContext, Request request, Response response, Object constraintInfo, UserIdentity userIdentity) protected abstract boolean
SecurityHandler.checkWebResourcePermissions
(String pathInContext, Request request, Response response, Object constraintInfo, UserIdentity userIdentity) protected boolean
ConstraintSecurityHandler.isAuthMandatory
(Request baseRequest, Response baseResponse, Object constraintInfo) protected abstract boolean
SecurityHandler.isAuthMandatory
(Request baseRequest, Response baseResponse, Object constraintInfo) -
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 void
Server.handleOptions
(Request request, Response response) void
Writes the request and response information to the output stream.void
void
Method parameters in org.eclipse.jetty.server with type arguments of type ResponseModifier and TypeMethodDescriptionvoid
CustomRequestLog.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. -
Uses of Response in org.eclipse.jetty.websocket.core.server.internal
Methods in org.eclipse.jetty.websocket.core.server.internal with parameters of type ResponseModifier and TypeMethodDescriptionprotected abstract void
AbstractHandshaker.prepareResponse
(Response response, WebSocketNegotiation negotiation) protected void
RFC6455Handshaker.prepareResponse
(Response response, WebSocketNegotiation negotiation) protected void
RFC8441Handshaker.prepareResponse
(Response response, WebSocketNegotiation negotiation)