Item % of partially implemented % of fully implemented
java.net
80
url : URL
doInput : boolean
doOutput : boolean
allowUserInteraction : boolean
useCaches : boolean
ifModifiedSince : long
connected : boolean
getFileNameMap() : FileNameMap
setFileNameMap(FileNameMap) : void
connect() : void
setConnectTimeout(int) : void
getConnectTimeout() : int
setReadTimeout(int) : void
getReadTimeout() : int
URLConnection(URL) : void
getURL() : URL
getContentLength() : int
getContentLengthLong() : long
getContentType() : String
getContentEncoding() : String
getExpiration() : long
getDate() : long
getLastModified() : long
getHeaderField(String) : String
getHeaderFields() : Map
getHeaderFieldInt(String, int) : int
getHeaderFieldLong(String, long) : long
getHeaderFieldDate(String, long) : long
getHeaderFieldKey(int) : String
getHeaderField(int) : String
getContent() : Object
getContent(Class[]) : Object
getPermission() : Permission
getInputStream() : InputStream
getOutputStream() : OutputStream
toString() : String
setDoInput(boolean) : void
getDoInput() : boolean
setDoOutput(boolean) : void
getDoOutput() : boolean
setAllowUserInteraction(boolean) : void
getAllowUserInteraction() : boolean
setDefaultAllowUserInteraction(boolean) : void
getDefaultAllowUserInteraction() : boolean
setUseCaches(boolean) : void
getUseCaches() : boolean
setIfModifiedSince(long) : void
getIfModifiedSince() : long
getDefaultUseCaches() : boolean
setDefaultUseCaches(boolean) : void
setDefaultUseCaches(String, boolean) : void
getDefaultUseCaches(String) : boolean
setRequestProperty(String, String) : void
addRequestProperty(String, String) : void
getRequestProperty(String) : String
getRequestProperties() : Map
setDefaultRequestProperty(String, String) : void
getDefaultRequestProperty(String) : String
setContentHandlerFactory(ContentHandlerFactory) : void
guessContentTypeFromName(String) : String
guessContentTypeFromStream(InputStream) : String