Skip navigation links
A B C D E F G H I J M N O P R S T U V 

G

getAllowUserInteraction() - Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAuthority() - Method in class java.net.URL
Gets the authority part of this URL.
getConnectTimeout() - Method in class java.net.URLConnection
Returns setting for connect timeout.
getContent(URLConnection) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
getContent() - Method in class java.net.URL
Gets the contents of this URL.
getContent(Class[]) - Method in class java.net.URL
Gets the contents of this URL.
getContent() - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(Class[]) - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContentEncoding() - Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentLength() - Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContentLengthLong() - Method in class java.net.URLConnection
Returns the value of the content-length header field as a long.
getContentType() - Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentType() - Method in class sun.net.ProgressEvent
Return content type of the URL.
getContentType() - Method in class sun.net.ProgressSource
Return content type of URL.
getDefault() - Static method in class sun.net.ProgressMonitor
Return default ProgressMonitor.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultPort() - Method in class java.net.URL
Gets the default port number of the protocol associated with this URL.
getDefaultPort() - Method in class java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
getDefaultUseCaches() - Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDoInput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDoOutput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getExpected() - Method in class sun.net.ProgressEvent
Return expected maximum progress value; -1 if expected is unknown.
getExpected() - Method in class sun.net.ProgressSource
Return expected maximum progress; -1 if expected is unknown.
getFile() - Method in class java.net.URL
Gets the file name of this URL.
getHeaderField(String) - Method in class java.net.URLConnection
Returns the value of the named header field.
getHeaderField(int) - Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFields() - Method in class java.net.URLConnection
Returns an unmodifiable Map of the header fields.
getHeaderNamesInList() - Method in class sun.net.www.MessageHeader
Returns list of header names in a comma separated list
getHeaders() - Method in class sun.net.www.MessageHeader
 
getHeaders(String[]) - Method in class sun.net.www.MessageHeader
 
getHost() - Method in class java.net.URL
Gets the host name of this URL, if applicable.
getInputStream() - Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getKey(String) - Method in class sun.net.www.MessageHeader
 
getKey(int) - Method in class sun.net.www.MessageHeader
 
getMethod() - Method in class sun.net.ProgressEvent
Return method associated with URL.
getMethod() - Method in class sun.net.ProgressSource
Return method of URL.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getPath() - Method in class java.net.URL
Gets the path part of this URL.
getPort() - Method in class java.net.URL
Gets the port number of this URL.
getProgress() - Method in class sun.net.ProgressEvent
Return current progress value.
getProgress() - Method in class sun.net.ProgressSource
Return current progress.
getProgressSources() - Method in class sun.net.ProgressMonitor
Return a snapshot of the ProgressSource list
getProgressUpdateThreshold() - Method in interface sun.net.ProgressMeteringPolicy
Return update notification threshold.
getProgressUpdateThreshold() - Method in class sun.net.ProgressMonitor
Return update notification threshold
getProtocol() - Method in class java.net.URL
Gets the protocol name of this URL.
getQuery() - Method in class java.net.URL
Gets the query part of this URL.
getReadTimeout() - Method in class java.net.URLConnection
Returns setting for read timeout.
getRef() - Method in class java.net.URL
Gets the anchor (also known as the "reference") of this URL.
getRequestProperties() - Method in class java.net.URLConnection
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperty(String) - Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getState() - Method in class sun.net.ProgressEvent
Return state.
getState() - Method in class sun.net.ProgressSource
Return state.
getURL() - Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getURL() - Method in class sun.net.ProgressEvent
Return URL related to the progress.
getURL() - Method in class sun.net.ProgressSource
Return URL of progress source.
getUseCaches() - Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUserInfo() - Method in class java.net.URL
Gets the userInfo part of this URL.
getValue(int) - Method in class sun.net.www.MessageHeader
 
A B C D E F G H I J M N O P R S T U V 
Skip navigation links