Uses of Class
org.eclipse.jetty.server.Response
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
-
Uses of Response in org.eclipse.jetty.security
Modifier 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
Modifier and TypeMethodDescriptionprotected void
Server.handleOptions
(Request request, Response response) void
Writes the request and response information to the output stream.void
void
Modifier 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
Modifier 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)