|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolNotSuppException | |
|---|---|
| org.exoplatform.common.http.client | |
| Uses of ProtocolNotSuppException in org.exoplatform.common.http.client |
|---|
| Methods in org.exoplatform.common.http.client that throw ProtocolNotSuppException | |
|---|---|
protected HTTPConnection |
HttpURLConnection.getConnection(URL url)
Returns an HTTPConnection. |
| Constructors in org.exoplatform.common.http.client 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||