Package com.nimbusds.oauth2.sdk.http
Interface HTTPEndpoint
-
public interface HTTPEndpoint
HTTP endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTPResponseprocess(HTTPRequest httpRequest)Processes an HTTP request.
-
-
-
Method Detail
-
process
HTTPResponse process(HTTPRequest httpRequest)
Processes an HTTP request.- Parameters:
httpRequest- The HTTP request to process. Must not benull.- Returns:
- The HTTP response.
-
-