|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.URLConnection
java.net.HttpURLConnection
sun.net.www.protocol.http.HttpURLConnection
org.teleal.cling.transport.impl.StreamClientImpl.UpnpURLConnection
public static class StreamClientImpl.UpnpURLConnection
The Sun genuises restrict the JDK handlers to GET/POST/etc. They do not understand HTTP. It's still not fixed in JDK7!
Field Summary |
---|
Fields inherited from class sun.net.www.protocol.http.HttpURLConnection |
---|
cachedResponse, handler, http, instProxy, pi, ps, userAgent |
Fields inherited from class java.net.URLConnection |
---|
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches |
Constructor Summary | |
---|---|
protected |
StreamClientImpl.UpnpURLConnection(URL u,
sun.net.www.protocol.http.Handler handler)
|
|
StreamClientImpl.UpnpURLConnection(URL u,
String host,
int port)
|
Method Summary | |
---|---|
OutputStream |
getOutputStream()
|
void |
setRequestMethod(String method)
|
Methods inherited from class sun.net.www.protocol.http.HttpURLConnection |
---|
addRequestProperty, connect, disconnect, doTunneling, finalize, getConnectTimeout, getErrorStream, getHeaderField, getHeaderField, getHeaderFieldKey, getHeaderFields, getInputStream, getNewHttpClient, getNewHttpClient, getReadTimeout, getRequestProperties, getRequestProperty, openConnectionCheckRedirects, plainConnect, proxiedConnect, setConnectTimeout, setDefaultAuthenticator, setNewClient, setNewClient, setProxiedClient, setProxiedClient, setReadTimeout, setRequestProperty, usingProxy |
Methods inherited from class java.net.HttpURLConnection |
---|
getFollowRedirects, getHeaderFieldDate, getInstanceFollowRedirects, getPermission, getRequestMethod, getResponseCode, getResponseMessage, setChunkedStreamingMode, setFixedLengthStreamingMode, setFollowRedirects, setInstanceFollowRedirects |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected StreamClientImpl.UpnpURLConnection(URL u, sun.net.www.protocol.http.Handler handler) throws IOException
IOException
public StreamClientImpl.UpnpURLConnection(URL u, String host, int port) throws IOException
IOException
Method Detail |
---|
public OutputStream getOutputStream() throws IOException
getOutputStream
in class sun.net.www.protocol.http.HttpURLConnection
IOException
public void setRequestMethod(String method) throws ProtocolException
setRequestMethod
in class HttpURLConnection
ProtocolException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |