This project has retired. For details please refer to its
Attic page.
ServletURLConnection (Cocoon Servlet Service Implementation 1.3.3-SNAPSHOT API)
org.apache.cocoon.servletservice.url
Class ServletURLConnection
java.lang.Object
java.net.URLConnection
java.net.HttpURLConnection
org.apache.cocoon.servletservice.url.ServletURLConnection
public class ServletURLConnection
- extends HttpURLConnection
| Fields inherited from class java.net.HttpURLConnection |
chunkLength, fixedContentLength, HTTP_ACCEPTED, HTTP_BAD_GATEWAY, HTTP_BAD_METHOD, HTTP_BAD_REQUEST, HTTP_CLIENT_TIMEOUT, HTTP_CONFLICT, HTTP_CREATED, HTTP_ENTITY_TOO_LARGE, HTTP_FORBIDDEN, HTTP_GATEWAY_TIMEOUT, HTTP_GONE, HTTP_INTERNAL_ERROR, HTTP_LENGTH_REQUIRED, HTTP_MOVED_PERM, HTTP_MOVED_TEMP, HTTP_MULT_CHOICE, HTTP_NO_CONTENT, HTTP_NOT_ACCEPTABLE, HTTP_NOT_AUTHORITATIVE, HTTP_NOT_FOUND, HTTP_NOT_IMPLEMENTED, HTTP_NOT_MODIFIED, HTTP_OK, HTTP_PARTIAL, HTTP_PAYMENT_REQUIRED, HTTP_PRECON_FAILED, HTTP_PROXY_AUTH, HTTP_REQ_TOO_LONG, HTTP_RESET, HTTP_SEE_OTHER, HTTP_SERVER_ERROR, HTTP_UNAUTHORIZED, HTTP_UNAVAILABLE, HTTP_UNSUPPORTED_TYPE, HTTP_USE_PROXY, HTTP_VERSION, instanceFollowRedirects, method, responseCode, responseMessage |
| Methods inherited from class java.net.HttpURLConnection |
getFollowRedirects, getHeaderField, getHeaderFieldDate, getHeaderFieldKey, getInstanceFollowRedirects, getPermission, getRequestMethod, getResponseMessage, setChunkedStreamingMode, setFixedLengthStreamingMode, setFollowRedirects, setInstanceFollowRedirects, setRequestMethod |
| Methods inherited from class java.net.URLConnection |
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderFieldInt, getIfModifiedSince, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString |
ServletURLConnection
protected ServletURLConnection(URL url)
throws URISyntaxException
- Throws:
URISyntaxException
connect
public void connect()
throws IOException
-
- Specified by:
connect in class URLConnection
- Throws:
IOException- See Also:
URLConnection.connect()
getErrorStream
public InputStream getErrorStream()
-
- Overrides:
getErrorStream in class HttpURLConnection
- See Also:
HttpURLConnection.getErrorStream()
getInputStream
public InputStream getInputStream()
throws IOException
-
- Overrides:
getInputStream in class URLConnection
- Throws:
IOException- See Also:
URLConnection.getInputStream()
getLastModified
public long getLastModified()
-
- Overrides:
getLastModified in class URLConnection
- See Also:
URLConnection.getLastModified()
getOutputStream
public OutputStream getOutputStream()
throws IOException
-
- Overrides:
getOutputStream in class URLConnection
- Throws:
IOException- See Also:
URLConnection.getOutputStream()
getContentType
public String getContentType()
-
- Overrides:
getContentType in class URLConnection
- See Also:
URLConnection.getContentType()
getResponseCode
public int getResponseCode()
-
- Overrides:
getResponseCode in class HttpURLConnection
- See Also:
HttpURLConnection.getResponseCode()
disconnect
public void disconnect()
-
- Specified by:
disconnect in class HttpURLConnection
- See Also:
HttpURLConnection.disconnect()
usingProxy
public boolean usingProxy()
-
- Specified by:
usingProxy in class HttpURLConnection
- See Also:
HttpURLConnection.usingProxy()
getHeaderFields
public Map<String,List<String>> getHeaderFields()
-
- Overrides:
getHeaderFields in class URLConnection
- See Also:
URLConnection.getHeaderFields()
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.