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 booleanConstraintSecurityHandler.checkUserDataPermissions(String pathInContext, Request request, Response response, RoleInfo roleInfo) protected abstract booleanSecurityHandler.checkUserDataPermissions(String pathInContext, Request request, Response response, RoleInfo constraintInfo) protected booleanConstraintSecurityHandler.checkWebResourcePermissions(String pathInContext, Request request, Response response, Object constraintInfo, UserIdentity userIdentity) protected abstract booleanSecurityHandler.checkWebResourcePermissions(String pathInContext, Request request, Response response, Object constraintInfo, UserIdentity userIdentity) protected booleanConstraintSecurityHandler.isAuthMandatory(Request baseRequest, Response baseResponse, Object constraintInfo) protected abstract booleanSecurityHandler.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 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. -
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 voidAbstractHandshaker.prepareResponse(Response response, WebSocketNegotiation negotiation) protected voidRFC6455Handshaker.prepareResponse(Response response, WebSocketNegotiation negotiation) protected voidRFC8441Handshaker.prepareResponse(Response response, WebSocketNegotiation negotiation)