|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.net.URLConnection java.net.HttpURLConnection org.apache.cocoon.servletservice.url.ServletURLConnection
public class ServletURLConnection
Field Summary |
---|
Fields inherited from class java.net.URLConnection |
---|
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, useCaches |
Constructor Summary | |
---|---|
protected |
ServletURLConnection(URL url)
|
Method Summary | |
---|---|
void |
connect()
|
void |
disconnect()
|
String |
getContentType()
|
InputStream |
getErrorStream()
|
Map<String,List<String>> |
getHeaderFields()
|
InputStream |
getInputStream()
|
long |
getLastModified()
|
OutputStream |
getOutputStream()
|
int |
getResponseCode()
|
boolean |
usingProxy()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ServletURLConnection(URL url) throws URISyntaxException
URISyntaxException
Method Detail |
---|
public void connect() throws IOException
connect
in class URLConnection
IOException
URLConnection.connect()
public InputStream getErrorStream()
getErrorStream
in class HttpURLConnection
HttpURLConnection.getErrorStream()
public InputStream getInputStream() throws IOException
getInputStream
in class URLConnection
IOException
URLConnection.getInputStream()
public long getLastModified()
getLastModified
in class URLConnection
URLConnection.getLastModified()
public OutputStream getOutputStream() throws IOException
getOutputStream
in class URLConnection
IOException
URLConnection.getOutputStream()
public String getContentType()
getContentType
in class URLConnection
URLConnection.getContentType()
public int getResponseCode()
getResponseCode
in class HttpURLConnection
HttpURLConnection.getResponseCode()
public void disconnect()
disconnect
in class HttpURLConnection
HttpURLConnection.disconnect()
public boolean usingProxy()
usingProxy
in class HttpURLConnection
HttpURLConnection.usingProxy()
public Map<String,List<String>> getHeaderFields()
getHeaderFields
in class URLConnection
URLConnection.getHeaderFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |