| org.apache.http.client.UserTokenHandler | 
   Known Indirect Subclasses
  
 | 
      This interface is deprecated.
    Please use openConnection() instead.
     Please visit this webpage
     for further details.
  
A handler for determining if the given execution context is user specific 
 or not. The token object returned by this handler is expected to uniquely 
 identify the current user if the context is user specific or to be 
 null if the context does not contain any resources or details 
 specific to the current user.
 
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
          The token object returned by this method is expected to uniquely 
 identify the current user if the context is user specific or to be 
  
  
  null if it is not.
          
    
         | |||||||||||
The token object returned by this method is expected to uniquely 
 identify the current user if the context is user specific or to be 
 null if it is not.
| context | the execution context | 
|---|
null if the context is not user specific.