org.apache.http.impl.client
Class NoopUserTokenHandler

java.lang.Object
  extended by org.apache.http.impl.client.NoopUserTokenHandler
All Implemented Interfaces:
org.apache.http.client.UserTokenHandler

@Immutable
public class NoopUserTokenHandler
extends java.lang.Object
implements org.apache.http.client.UserTokenHandler

Noop implementation of UserTokenHandler that always returns null.

Since:
4.3

Field Summary
static NoopUserTokenHandler INSTANCE
           
 
Constructor Summary
NoopUserTokenHandler()
           
 
Method Summary
 java.lang.Object getUserToken(org.apache.http.protocol.HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NoopUserTokenHandler INSTANCE
Constructor Detail

NoopUserTokenHandler

public NoopUserTokenHandler()
Method Detail

getUserToken

public java.lang.Object getUserToken(org.apache.http.protocol.HttpContext context)
Specified by:
getUserToken in interface org.apache.http.client.UserTokenHandler