|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolNotSuppException | |
HTTPClient | This package provides a complete http client library. |
HTTPClient.http | Provides the URLStreamHandler for the
http scheme. |
HTTPClient.https | Provides the URLStreamHandler for the
https scheme. |
HTTPClient.shttp | Provides the URLStreamHandler for the
shttp scheme. |
Uses of ProtocolNotSuppException in HTTPClient |
Methods in HTTPClient that throw ProtocolNotSuppException | |
protected HTTPConnection |
HttpURLConnection.getConnection(java.net.URL url)
Returns an HTTPConnection. |
Constructors in HTTPClient that throw ProtocolNotSuppException | |
HttpURLConnection(java.net.URL url)
Construct a connection to the specified url. |
|
HTTPConnection(java.applet.Applet applet)
Constructs a connection to the host from where the applet was loaded. |
|
HTTPConnection(java.lang.String prot,
java.lang.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(java.lang.String prot,
java.lang.String host,
int port,
java.net.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(java.net.URL url)
Constructs a connection to the host (port) as given in the url. |
|
HTTPConnection(URI uri)
Constructs a connection to the host (port) as given in the uri. |
Uses of ProtocolNotSuppException in HTTPClient.http |
Methods in HTTPClient.http that throw ProtocolNotSuppException | |
java.net.URLConnection |
Handler.openConnection(java.net.URL url)
|
Constructors in HTTPClient.http that throw ProtocolNotSuppException | |
Handler()
|
Uses of ProtocolNotSuppException in HTTPClient.https |
Methods in HTTPClient.https that throw ProtocolNotSuppException | |
java.net.URLConnection |
Handler.openConnection(java.net.URL url)
|
Constructors in HTTPClient.https that throw ProtocolNotSuppException | |
Handler()
|
Uses of ProtocolNotSuppException in HTTPClient.shttp |
Methods in HTTPClient.shttp that throw ProtocolNotSuppException | |
java.net.URLConnection |
Handler.openConnection(java.net.URL url)
|
Constructors in HTTPClient.shttp that throw ProtocolNotSuppException | |
Handler()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |