Uses of Class
HTTPClient.ProtocolNotSuppException

Packages that use ProtocolNotSuppException
HTTPClient The Grinder HTTP Plugin incorporates Ronald Tschal�r's HTTPClient library
HTTPClient.http   
HTTPClient.https   
HTTPClient.shttp   
net.grinder.plugin.http HTTP plug-in that provides a pool of connections per worker thread. 
 

Uses of ProtocolNotSuppException in HTTPClient
 

Methods in HTTPClient that throw ProtocolNotSuppException
protected  HTTPConnection HttpURLConnection.getConnection(URL url)
          Returns an HTTPConnection.
 

Constructors in HTTPClient that throw ProtocolNotSuppException
HTTPConnection(Applet applet)
          Constructs a connection to the host from where the applet was loaded.
HTTPConnection(String prot, String host, int port)
          Constructs a connection to the specified host on the specified port, using the specified protocol (currently only "http" is supported).
HTTPConnection(String prot, String host, int port, InetAddress localAddr, int localPort)
          Constructs a connection to the specified host on the specified port, using the specified protocol (currently only "http" is supported), local address, and local port.
HTTPConnection(URI uri)
          Constructs a connection to the host (port) as given in the uri.
HTTPConnection(URL url)
          Constructs a connection to the host (port) as given in the url.
HttpURLConnection(URL url)
          Construct a connection to the specified url.
 

Uses of ProtocolNotSuppException in HTTPClient.http
 

Methods in HTTPClient.http that throw ProtocolNotSuppException
 URLConnection Handler.openConnection(URL url)
           
 

Constructors in HTTPClient.http that throw ProtocolNotSuppException
Handler()
           
 

Uses of ProtocolNotSuppException in HTTPClient.https
 

Methods in HTTPClient.https that throw ProtocolNotSuppException
 URLConnection Handler.openConnection(URL url)
           
 

Constructors in HTTPClient.https that throw ProtocolNotSuppException
Handler()
           
 

Uses of ProtocolNotSuppException in HTTPClient.shttp
 

Methods in HTTPClient.shttp that throw ProtocolNotSuppException
 URLConnection Handler.openConnection(URL url)
           
 

Constructors in HTTPClient.shttp that throw ProtocolNotSuppException
Handler()
           
 

Uses of ProtocolNotSuppException in net.grinder.plugin.http
 

Methods in net.grinder.plugin.http that throw ProtocolNotSuppException
static HTTPPluginConnection HTTPPluginControl.getThreadConnection(String url)
          Returns a HTTPPluginConnection for a particular URL.
 



Copyright © 2000-2013. All Rights Reserved.