Uses of Class
org.eclipse.webdav.http.client.HttpConnection

Packages that use HttpConnection
org.eclipse.webdav.http.client Provides support for the HTTP protocol. 
 

Uses of HttpConnection in org.eclipse.webdav.http.client
 

Methods in org.eclipse.webdav.http.client that return HttpConnection
 HttpConnection HttpClient.ConnectionsRecycler.getConnection(URL originServerUrl)
          Returns an unused connection that is connected to the origin server at the given URL.
 

Methods in org.eclipse.webdav.http.client with parameters of type HttpConnection
 void HttpClient.ConnectionsRecycler.putConnection(HttpConnection connection)
          Marks the given connection that is in use as unused.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.