com.nimbusds.oauth2.sdk.http
Interface HTTPEndpoint


public interface HTTPEndpoint

HTTP endpoint.

Author:
Vladimir Dzhuvinov

Method Summary
 HTTPResponse process(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 be null.
Returns:
The HTTP response.


Copyright © 2013 NimbusDS. All Rights Reserved.