Uses of Class
ucar.nc2.util.net.HTTPSession

Packages that use HTTPSession
ucar.nc2.util.net Miscellaneous network utility classes. 
 

Uses of HTTPSession in ucar.nc2.util.net
 

Fields in ucar.nc2.util.net with type parameters of type HTTPSession
protected static List<HTTPSession> HTTPSession.sessionList
           
 

Methods in ucar.nc2.util.net with parameters of type HTTPSession
static long HttpClientManager.appendUrlContentsToFile(HTTPSession session, String urlString, File file, long start, long end)
           
static void HttpClientManager.copyUrlContentsToFile(HTTPSession session, String urlString, File file)
           
static String HttpClientManager.getContentAsString(HTTPSession session, String urlString)
          Get the content from a url.
static String HttpClientManager.getUrlContentsAsString(HTTPSession session, String urlString, int maxKbytes)
           
 

Constructors in ucar.nc2.util.net with parameters of type HTTPSession
HTTPMethod(ucar.nc2.util.net.HTTPSession.Methods m, String uri, HTTPSession session)
           
HTTPMethodStream(HTTPSession session, HTTPMethod method, InputStream methodstream)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.