Package org.codehaus.classworlds
Class BytesURLConnection
- java.lang.Object
-
- java.net.URLConnection
-
- org.codehaus.classworlds.BytesURLConnection
-
@Deprecated public class BytesURLConnection extends java.net.URLConnectionDeprecated.This is a legacy internal class.URLConnection implementation for byte arrays.Note: This is a legacy class provided for backward compatibility with Maven 2. New code should avoid using this internal implementation detail.
-
-
Constructor Summary
Constructors Constructor Description BytesURLConnection(java.net.URL url, byte[] content)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidconnect()Deprecated.java.io.InputStreamgetInputStream()Deprecated.-
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString
-
-