Class HttpUrlConnection
java.lang.Object
java.net.URLConnection
java.net.HttpURLConnection
org.sblim.wbem.http.HttpUrlConnection
- Author:
- Roberto To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
Field Summary
FieldsFields inherited from class HttpURLConnection
chunkLength, fixedContentLength, fixedContentLengthLong, 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, responseMessageFields inherited from class URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches -
Constructor Summary
ConstructorsConstructorDescriptionHttpUrlConnection(URI uri, HttpClientPool httpClientPool, AuthorizationHandler auth_handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(boolean pKeepActive) voidconnect()voidgetHeaderField(int index) getHeaderField(String name) getHeaderFieldKey(int index) getRequestProperty(String key) intvoidreset()voidsetRequestMethod(String pMethod) voidsetRequestProperty(String key, String value) toString()voiduseHttp11(boolean bool) booleanMethods inherited from class HttpURLConnection
getErrorStream, getFollowRedirects, getHeaderFieldDate, getInstanceFollowRedirects, setAuthenticator, setChunkedStreamingMode, setFixedLengthStreamingMode, setFixedLengthStreamingMode, setFollowRedirects, setInstanceFollowRedirectsMethods inherited from class URLConnection
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderFieldInt, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getLastModified, getReadTimeout, getRequestProperties, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setUseCaches
-
Field Details
-
iHttpClient
-
iUrl
-
-
Constructor Details
-
HttpUrlConnection
-
-
Method Details
-
toString
- Overrides:
toStringin classURLConnection
-
getPermission
- Overrides:
getPermissionin classHttpURLConnection- Throws:
IOException
-
connect
- Specified by:
connectin classURLConnection- Throws:
IOException
-
setRequestMethod
- Overrides:
setRequestMethodin classHttpURLConnection
-
setRequestProperty
- Overrides:
setRequestPropertyin classURLConnection
-
disconnect
public void disconnect()- Specified by:
disconnectin classHttpURLConnection
-
close
public void close(boolean pKeepActive) -
getInputStream
- Overrides:
getInputStreamin classURLConnection- Throws:
IOException
-
getOutputStream
- Overrides:
getOutputStreamin classURLConnection- Throws:
IOException
-
usingProxy
public boolean usingProxy()- Specified by:
usingProxyin classHttpURLConnection
-
getHttpClient
-
getHeaderField
- Overrides:
getHeaderFieldin classURLConnection
-
getHeaderFieldKey
- Overrides:
getHeaderFieldKeyin classHttpURLConnection
-
getHeaderField
- Overrides:
getHeaderFieldin classHttpURLConnection
-
getRequestProperty
- Overrides:
getRequestPropertyin classURLConnection
-
getRequestMethod
- Overrides:
getRequestMethodin classHttpURLConnection
-
reset
public void reset() -
getResponseCode
- Overrides:
getResponseCodein classHttpURLConnection- Throws:
IOException
-
getResponseMessage
- Overrides:
getResponseMessagein classHttpURLConnection
-
useHttp11
public void useHttp11(boolean bool)
-