Example usage for org.apache.http.client UserTokenHandler interface-usage

List of usage examples for org.apache.http.client UserTokenHandler interface-usage

Introduction

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

Usage

From source file com.betfair.cougar.client.ssl.UserAgnosticTokenHandler.java

/**
 * Usually you will need this when you use SSL connections with client authentication (2-way SSL).
 * Connections to CoUGAR data services are stateless even if a certificate is used for client
 * authentication (the server which acts as a client is authenticated not the end-user).
 */
public class UserAgnosticTokenHandler implements UserTokenHandler {