com.microsoft.tfs.core
Class TFSConnection.HTTPClientReference

java.lang.Object
  extended by com.microsoft.tfs.core.TFSConnection.HTTPClientReference
Enclosing class:
TFSConnection

protected static final class TFSConnection.HTTPClientReference
extends java.lang.Object


Constructor Summary
TFSConnection.HTTPClientReference(HttpClient httpClient, HTTPClientFactory factory)
           
 
Method Summary
 int decrementUseCount()
           
 HTTPClientFactory getFactory()
           
 HttpClient getHTTPClient()
           
 int incrementUseCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TFSConnection.HTTPClientReference

public TFSConnection.HTTPClientReference(HttpClient httpClient,
                                         HTTPClientFactory factory)
Method Detail

getHTTPClient

public HttpClient getHTTPClient()

getFactory

public HTTPClientFactory getFactory()

incrementUseCount

public int incrementUseCount()

decrementUseCount

public int decrementUseCount()


© 2015 Microsoft. All rights reserved.