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) voidDeprecated.Writes the request and response information to the output stream.voidWrites the request and response information to the output stream.voidvoidprotected voidAbstractNCSARequestLog.logExtended(StringBuilder b, Request request, Response response) Deprecated.Writes extended request and response information to the output stream.