Package | Description |
---|---|
com.streamscape.lib.http | |
com.streamscape.lib.http.handlers.http | |
com.streamscape.lib.http.handlers.https | |
com.streamscape.lib.http.handlers.shttp |
Constructor and Description |
---|
HTTPClient(java.applet.Applet applet)
Constructs a connection to the host from where the applet was loaded.
|
HTTPClient(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).
|
HTTPClient(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.
|
HTTPClient(URI uri)
Constructs a connection to the host (port) as given in the uri.
|
HTTPClient(java.net.URL url)
Constructs a connection to the host (port) as given in the url.
|
HttpURLConnection(java.net.URL url)
Construct a connection to the specified url.
|
Modifier and Type | Method and Description |
---|---|
java.net.URLConnection |
Handler.openConnection(java.net.URL url) |
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
java.net.URLConnection |
Handler.openConnection(java.net.URL url) |
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
java.net.URLConnection |
Handler.openConnection(java.net.URL url) |
Constructor and Description |
---|
Handler() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.