Example usage for org.springframework.http.client ClientHttpRequestInterceptor interface-usage

List of usage examples for org.springframework.http.client ClientHttpRequestInterceptor interface-usage

Introduction

In this page you can find the example usage for org.springframework.http.client ClientHttpRequestInterceptor interface-usage.

Usage

From source file com.rest.BasicAuthInterceptor.java

/**
 *
 * @author alan
 */
public class BasicAuthInterceptor implements ClientHttpRequestInterceptor {

From source file com.aestheticsw.jobkeywords.shared.support.XUserAgentInterceptor.java

/**
 * This interceptor can overwrite the headers for an outbound HttpClient request. <p/>
 * 
 * For example,
 * the user-agent may have to be spoofed to look like a browser instead of HttpClient. This might
 * be needed later if Indeed or FiveFilters decides they don't want to serve requests from apps.

From source file com.github.ffremont.microservices.springboot.node.security.BasicAuthorizationInterceptor.java

/**
 *
 * @author florent
 */
public class BasicAuthorizationInterceptor implements ClientHttpRequestInterceptor {

From source file restTemplateConfiguration.userAgentInterceptor.java

public class userAgentInterceptor implements ClientHttpRequestInterceptor {

    @Override
    public ClientHttpResponse intercept(HttpRequest request, byte[] body, ClientHttpRequestExecution execution)
            throws IOException {

From source file com.github.moscaville.contactsdb.util.AirtableAuthorizationInterceptor.java

/**
 *
 * @author moscac
 */
@Component
public class AirtableAuthorizationInterceptor implements ClientHttpRequestInterceptor {

From source file com.pepaproch.gtswsdl.AuthHeaderInterceptor.java

/**
 *
 * @author pepa
 */
public class AuthHeaderInterceptor implements ClientHttpRequestInterceptor {
    private final AuthTokenProvider tokenProvider;

From source file de.appsolve.padelcampus.external.cloudflare.CloudFlareApiRequestInterceptor.java

/**
 * @author dominik
 */
public class CloudFlareApiRequestInterceptor implements ClientHttpRequestInterceptor {

    private final String cloudFlareApiEmail;

From source file org.androidannotations.rest.AbstractInterceptor.java

public abstract class AbstractInterceptor implements ClientHttpRequestInterceptor {

}

From source file com.eu.evaluation.server.mvc.DefaultClientHttpRequestInterceptor.java

/**
 *
 * @author dell
 */
public class DefaultClientHttpRequestInterceptor implements ClientHttpRequestInterceptor {

From source file com.pepaproch.gtswsdl.LoginRequestInterceptor.java

/**
 *
 * @author pepa
 */
public class LoginRequestInterceptor implements ClientHttpRequestInterceptor {