Uses of Class
java.lang.Override
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal | |
| com.squareup.okhttp.internal.http | |
| com.squareup.okhttp.internal.spdy | |
| java.awt.font | |
| java.io | |
| java.lang | |
| java.lang.ref | |
| java.lang.reflect | |
| java.math | |
| java.net | |
| java.nio | |
| java.nio.channels | |
| java.nio.channels.spi | |
| java.nio.charset | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.sql | |
| java.text | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar | |
| java.util.logging | |
| java.util.prefs | |
| java.util.regex | |
| java.util.zip | |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| javax.crypto.spec |
This package provides the classes and interfaces needed to specify keys
and parameter for encryption.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.security.auth | |
| javax.security.auth.x500 |
This package provides classes needed to store X.500 principals and their
credentials.
|
| libcore.icu | |
| libcore.io | |
| libcore.net | |
| libcore.net.url | |
| libcore.reflect | |
| libcore.util | |
| org.apache.harmony.crypto.internal | |
| org.apache.harmony.luni.util | |
| org.apache.harmony.security.asn1 | |
| org.apache.harmony.security.pkcs10 | |
| org.apache.harmony.security.pkcs7 | |
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.x509 | |
| org.apache.harmony.xml.dom | |
| org.apache.harmony.xml.parsers | |
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.conn.routing |
The client-side route representation and tracking API, part of HttpConn.
|
| org.apache.http.conn.scheme | |
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.auth | |
| org.apache.http.impl.client | |
| org.apache.http.impl.conn | |
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
| org.apache.http.impl.cookie | |
| org.bouncycastle.crypto.digests | |
| org.conscrypt | |
| org.json | |
| org.robovm.rt.annotation | |
| org.robovm.rt.bro |
-
Uses of Override in com.squareup.okhttp
Methods in com.squareup.okhttp with annotations of type Override Modifier and Type Method Description voidConnection. close()booleanAddress. equals(Object other)booleanMediaType. equals(Object o)booleanOkAuthenticator.Challenge. equals(Object o)booleanOkAuthenticator.Credential. equals(Object o)booleanRoute. equals(Object obj)CacheResponseHttpResponseCache. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)protected intHttpHandler. getDefaultPort()protected intHttpsHandler. getDefaultPort()intAddress. hashCode()intMediaType. hashCode()intOkAuthenticator.Challenge. hashCode()intOkAuthenticator.Credential. hashCode()intRoute. hashCode()protected OkHttpClientHttpsHandler. newOkHttpClient(Proxy proxy)protected URLConnectionHttpHandler. openConnection(URL url)protected URLConnectionHttpHandler. openConnection(URL url, Proxy proxy)CacheRequestHttpResponseCache. put(URI uri, URLConnection urlConnection)StringMediaType. toString()Returns the encoded media type, like "text/plain; charset=utf-8", appropriate for use in a Content-Type header.StringOkAuthenticator.Challenge. toString()StringOkAuthenticator.Credential. toString() -
Uses of Override in com.squareup.okhttp.internal
Methods in com.squareup.okhttp.internal with annotations of type Override Modifier and Type Method Description voidFaultRecoveringOutputStream. close()voidFaultRecoveringOutputStream. flush()voidNamedRunnable. run()voidAbstractOutputStream. write(int data)voidFaultRecoveringOutputStream. write(byte[] buffer, int offset, int count) -
Uses of Override in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http with annotations of type Override Modifier and Type Method Description protected booleanHttpsEngine. acceptCacheResponseType(CacheResponse cacheResponse)voidHttpsURLConnectionImpl. addRequestProperty(String field, String newValue)voidHttpURLConnectionImpl. addRequestProperty(String field, String value)voidHttpsURLConnectionImpl. connect()voidHttpURLConnectionImpl. connect()protected voidHttpsEngine. connected(Connection connection)OutputStreamHttpTransport. createRequestBody()OutputStreamSpdyTransport. createRequestBody()voidHttpsURLConnectionImpl. disconnect()voidHttpURLConnectionImpl. disconnect()voidHttpTransport. flushRequest()voidSpdyTransport. flushRequest()CacheResponseOkResponseCacheAdapter. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)booleanHttpsURLConnectionImpl. getAllowUserInteraction()intHttpURLConnectionImpl. getChunkLength()StringHttpsURLConnectionImpl. getCipherSuite()intHttpsURLConnectionImpl. getConnectTimeout()intHttpURLConnectionImpl. getConnectTimeout()ObjectHttpsURLConnectionImpl. getContent()ObjectHttpsURLConnectionImpl. getContent(Class[] types)StringHttpsURLConnectionImpl. getContentEncoding()intHttpsURLConnectionImpl. getContentLength()StringHttpsURLConnectionImpl. getContentType()longHttpsURLConnectionImpl. getDate()booleanHttpsURLConnectionImpl. getDefaultUseCaches()booleanHttpsURLConnectionImpl. getDoInput()booleanHttpsURLConnectionImpl. getDoOutput()InputStreamHttpsURLConnectionImpl. getErrorStream()InputStreamHttpURLConnectionImpl. getErrorStream()Returns an input stream from the server in the case of error such as the requested file (txt, htm, html) is not found on the remote server.longHttpsURLConnectionImpl. getExpiration()longHttpURLConnectionImpl. getFixedContentLength()StringHttpsURLConnectionImpl. getHeaderField(int pos)StringHttpsURLConnectionImpl. getHeaderField(String key)StringHttpURLConnectionImpl. getHeaderField(int position)Returns the value of the field atposition.StringHttpURLConnectionImpl. getHeaderField(String fieldName)Returns the value of the field corresponding to thefieldName, or null if there is no such field.longHttpsURLConnectionImpl. getHeaderFieldDate(String field, long defaultValue)intHttpsURLConnectionImpl. getHeaderFieldInt(String field, int defaultValue)StringHttpsURLConnectionImpl. getHeaderFieldKey(int position)StringHttpURLConnectionImpl. getHeaderFieldKey(int position)Map<String,List<String>>HttpsURLConnectionImpl. getHeaderFields()Map<String,List<String>>HttpURLConnectionImpl. getHeaderFields()HostnameVerifierHttpsURLConnectionImpl. getHostnameVerifier()HttpURLConnectionHttpURLConnectionImpl. getHttpConnectionToCache()longHttpsURLConnectionImpl. getIfModifiedSince()InputStreamHttpsURLConnectionImpl. getInputStream()InputStreamHttpURLConnectionImpl. getInputStream()booleanHttpsURLConnectionImpl. getInstanceFollowRedirects()longHttpsURLConnectionImpl. getLastModified()Certificate[]HttpsURLConnectionImpl. getLocalCertificates()PrincipalHttpsURLConnectionImpl. getLocalPrincipal()OutputStreamHttpsURLConnectionImpl. getOutputStream()OutputStreamHttpURLConnectionImpl. getOutputStream()PrincipalHttpsURLConnectionImpl. getPeerPrincipal()PermissionHttpsURLConnectionImpl. getPermission()PermissionHttpURLConnectionImpl. getPermission()intHttpsURLConnectionImpl. getReadTimeout()intHttpURLConnectionImpl. getReadTimeout()StringHttpsURLConnectionImpl. getRequestMethod()Map<String,List<String>>HttpsURLConnectionImpl. getRequestProperties()Map<String,List<String>>HttpURLConnectionImpl. getRequestProperties()StringHttpsURLConnectionImpl. getRequestProperty(String field)StringHttpURLConnectionImpl. getRequestProperty(String field)intHttpsURLConnectionImpl. getResponseCode()intHttpURLConnectionImpl. getResponseCode()StringHttpsURLConnectionImpl. getResponseMessage()StringHttpURLConnectionImpl. getResponseMessage()Certificate[]HttpsURLConnectionImpl. getServerCertificates()SSLSocketFactoryHttpsURLConnectionImpl. getSSLSocketFactory()InputStreamHttpTransport. getTransferStream(CacheRequest cacheRequest)InputStreamSpdyTransport. getTransferStream(CacheRequest cacheRequest)protected TunnelRequestHttpsEngine. getTunnelConfig()URLHttpsURLConnectionImpl. getURL()booleanHttpsURLConnectionImpl. getUseCaches()protected booleanHttpsEngine. includeAuthorityInRequestLine()booleanSpdyTransport. makeReusable(boolean streamCancelled, OutputStream requestBodyOut, InputStream responseBodyIn)voidOkResponseCacheAdapter. maybeRemove(String requestMethod, URI uri)CacheRequestOkResponseCacheAdapter. put(URI uri, URLConnection urlConnection)ResponseHeadersHttpTransport. readResponseHeaders()ResponseHeadersSpdyTransport. readResponseHeaders()voidJob. run()voidHttpsURLConnectionImpl. setAllowUserInteraction(boolean newValue)voidHttpsURLConnectionImpl. setChunkedStreamingMode(int chunkLength)voidHttpsURLConnectionImpl. setConnectTimeout(int timeoutMillis)voidHttpURLConnectionImpl. setConnectTimeout(int timeoutMillis)voidHttpsURLConnectionImpl. setDefaultUseCaches(boolean newValue)voidHttpsURLConnectionImpl. setDoInput(boolean newValue)voidHttpsURLConnectionImpl. setDoOutput(boolean newValue)voidHttpsURLConnectionImpl. setFixedLengthStreamingMode(int contentLength)voidHttpURLConnectionImpl. setFixedLengthStreamingMode(int contentLength)voidHttpsURLConnectionImpl. setHostnameVerifier(HostnameVerifier hostnameVerifier)voidHttpsURLConnectionImpl. setIfModifiedSince(long newValue)voidHttpsURLConnectionImpl. setInstanceFollowRedirects(boolean followRedirects)voidHttpsURLConnectionImpl. setReadTimeout(int timeoutMillis)voidHttpURLConnectionImpl. setReadTimeout(int timeoutMillis)voidHttpsURLConnectionImpl. setRequestMethod(String method)voidHttpsURLConnectionImpl. setRequestProperty(String field, String newValue)voidHttpURLConnectionImpl. setRequestProperty(String field, String newValue)voidHttpURLConnectionImpl. setSelectedProxy(Proxy proxy)voidHttpsURLConnectionImpl. setSSLSocketFactory(SSLSocketFactory sslSocketFactory)voidHttpsURLConnectionImpl. setUseCaches(boolean newValue)StringHttpsURLConnectionImpl. toString()voidOkResponseCacheAdapter. trackConditionalCacheHit()voidOkResponseCacheAdapter. trackResponse(ResponseSource source)voidOkResponseCacheAdapter. update(CacheResponse conditionalCacheHit, HttpURLConnection connection)booleanHttpsURLConnectionImpl. usingProxy()booleanHttpURLConnectionImpl. usingProxy()voidHttpTransport. writeRequestBody(com.squareup.okhttp.internal.http.RetryableOutputStream requestBody)voidSpdyTransport. writeRequestBody(com.squareup.okhttp.internal.http.RetryableOutputStream requestBody)voidSpdyTransport. writeRequestHeaders() -
Uses of Override in com.squareup.okhttp.internal.spdy
Methods in com.squareup.okhttp.internal.spdy with annotations of type Override Modifier and Type Method Description voidSpdyConnection. close()Closes this connection. -
Uses of Override in java.awt.font
-
Uses of Override in java.io
Methods in java.io with annotations of type Override Modifier and Type Method Description CharArrayWriterCharArrayWriter. append(char c)Appends a charcto theCharArrayWriter.CharArrayWriterCharArrayWriter. append(CharSequence csq)Appends aCharSequenceto theCharArrayWriter.CharArrayWriterCharArrayWriter. append(CharSequence csq, int start, int end)Append a subsequence of aCharSequenceto theCharArrayWriter.PrintWriterPrintWriter. append(char c)Appends the charactercto the target.PrintWriterPrintWriter. append(CharSequence csq)Appends the character sequencecsqto the target.PrintWriterPrintWriter. append(CharSequence csq, int start, int end)Appends a subsequence of the character sequencecsqto the target.StringWriterStringWriter. append(char c)Appends the charactercto this writer'sStringBuffer.StringWriterStringWriter. append(CharSequence csq)Appends the character sequencecsqto this writer'sStringBuffer.StringWriterStringWriter. append(CharSequence csq, int start, int end)Appends a subsequence of the character sequencecsqto this writer'sStringBuffer.intBufferedInputStream. available()Returns an estimated number of bytes that can be read or skipped without blocking for more input.intByteArrayInputStream. available()Returns the number of remaining bytes.intFileInputStream. available()intFilterInputStream. available()intLineNumberInputStream. available()Deprecated.Returns an estimated number of bytes that can be read or skipped without blocking for more input.intObjectInputStream. available()intPipedInputStream. available()Returns an estimated number of bytes that can be read or skipped without blocking for more input.intPushbackInputStream. available()intSequenceInputStream. available()intStringBufferInputStream. available()Deprecated.voidBufferedInputStream. close()Closes this stream.voidBufferedOutputStream. close()voidBufferedReader. close()Closes this reader.voidBufferedWriter. close()Closes this writer.voidByteArrayInputStream. close()Closes this stream and frees resources associated with this stream.voidByteArrayOutputStream. close()Closes this stream.voidCharArrayReader. close()This method closes this CharArrayReader.voidCharArrayWriter. close()Closes this writer.voidFileInputStream. close()voidFileOutputStream. close()voidFilterInputStream. close()Closes this stream.voidFilterOutputStream. close()Closes this stream.voidFilterReader. close()Closes this reader.voidFilterWriter. close()Closes this writer.voidInputStreamReader. close()Closes this reader.voidObjectInputStream. close()Closes this stream.voidObjectOutputStream. close()Closes this stream.voidOutputStreamWriter. close()Closes this writer.voidPipedInputStream. close()Closes this stream.voidPipedOutputStream. close()Closes this stream.voidPipedReader. close()Closes this reader.voidPipedWriter. close()Closes this writer.voidPrintStream. close()Closes this print stream.voidPrintWriter. close()Closes this print writer.voidPushbackInputStream. close()Closes this stream.voidPushbackReader. close()Closes this reader.voidSequenceInputStream. close()Closes all streams in this sequence of input stream.voidStringReader. close()Closes this reader.voidStringWriter. close()Calling this method has no effect.booleanFile. equals(Object obj)Comparesobjto this file and returnstrueif they represent the same object using a path specific comparison.protected voidFileInputStream. finalize()Ensures that all resources for this stream are released when it is about to be garbage collected.protected voidFileOutputStream. finalize()protected voidRandomAccessFile. finalize()voidBufferedOutputStream. flush()Flushes this stream to ensure all pending data is written out to the target stream.voidBufferedWriter. flush()Flushes this writer.voidCharArrayWriter. flush()Flushes this writer.voidDataOutputStream. flush()Flushes this stream to ensure all pending data is sent out to the target stream.voidFilterOutputStream. flush()Ensures that all pending data is sent out to the target stream.voidFilterWriter. flush()Flushes this writer to ensure all pending data is sent out to the target writer.voidObjectOutputStream. flush()Writes buffered data to the target stream and calls theflushmethod of the target stream.voidOutputStreamWriter. flush()Flushes this writer.voidPipedOutputStream. flush()Notifies the readers of thisPipedInputStreamthat bytes can be read.voidPipedWriter. flush()Notifies the readers of thisPipedReaderthat characters can be read.voidPrintStream. flush()Ensures that all pending data is sent out to the target stream.voidPrintWriter. flush()Ensures that all pending data is sent out to the target.voidStringWriter. flush()Calling this method has no effect.StringFilePermission. getActions()StringSerializablePermission. getActions()ThrowableWriteAbortedException. getCause()Gets the cause of this exception ornullif there is no cause.StringInvalidClassException. getMessage()Returns the detail message which was provided when the exception was created.StringWriteAbortedException. getMessage()Gets the extra information message which was provided when this exception was created.intFile. hashCode()Returns an integer hash code for the receiver.booleanFilePermission. implies(Permission permission)booleanSerializablePermission. implies(Permission permission)voidBufferedInputStream. mark(int readlimit)Sets a mark position in this stream.voidBufferedReader. mark(int markLimit)Sets a mark position in this reader.voidByteArrayInputStream. mark(int readlimit)Sets a mark position in this ByteArrayInputStream.voidCharArrayReader. mark(int readLimit)Sets a mark position in this reader.voidFilterInputStream. mark(int readlimit)Sets a mark position in this stream.voidFilterReader. mark(int readlimit)Sets a mark position in this reader.voidLineNumberInputStream. mark(int readlimit)Deprecated.Sets a mark position in this stream.voidLineNumberReader. mark(int readlimit)Sets a mark position in this reader.voidPushbackInputStream. mark(int readlimit)Marks the current position in this stream.voidPushbackReader. mark(int readAheadLimit)Marks the current position in this stream.voidStringReader. mark(int readLimit)Sets a mark position in this reader.booleanBufferedInputStream. markSupported()Indicates whetherBufferedInputStreamsupports themark()andreset()methods.booleanBufferedReader. markSupported()Indicates whether this reader supports themark()andreset()methods.booleanByteArrayInputStream. markSupported()Indicates whether this stream supports themark()andreset()methods.booleanCharArrayReader. markSupported()Indicates whether this reader supports themark()andreset()methods.booleanFilterInputStream. markSupported()Indicates whether this stream supportsmark()andreset().booleanFilterReader. markSupported()Indicates whether this reader supportsmark()andreset().booleanPushbackInputStream. markSupported()Indicates whether this stream supports themark(int)andreset()methods.booleanPushbackReader. markSupported()Indicates whether this reader supports themark(int)andreset()methods.booleanStringReader. markSupported()Indicates whether this reader supports themark()andreset()methods.intBufferedInputStream. read()Reads a single byte from this stream and returns it as an integer in the range from 0 to 255.intBufferedInputStream. read(byte[] buffer, int byteOffset, int byteCount)intBufferedReader. read()Reads a single character from this reader and returns it with the two higher-order bytes set to 0.intBufferedReader. read(char[] buffer, int offset, int length)Reads up tolengthcharacters from this reader and stores them atoffsetin the character arraybuffer.intByteArrayInputStream. read()Reads a single byte from the source byte array and returns it as an integer in the range from 0 to 255.intByteArrayInputStream. read(byte[] buffer, int byteOffset, int byteCount)intCharArrayReader. read()Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.intCharArrayReader. read(char[] buffer, int offset, int count)Reads up tocountcharacters from this CharArrayReader and stores them atoffsetin the character arraybuffer.intDataInputStream. read(byte[] buffer)intDataInputStream. read(byte[] buffer, int byteOffset, int byteCount)intFileInputStream. read()intFileInputStream. read(byte[] buffer, int byteOffset, int byteCount)intFilterInputStream. read()Reads a single byte from the filtered stream and returns it as an integer in the range from 0 to 255.intFilterInputStream. read(byte[] buffer, int byteOffset, int byteCount)intFilterReader. read()Reads a single character from the filtered reader and returns it as an integer with the two higher-order bytes set to 0.intFilterReader. read(char[] buffer, int offset, int count)Reads up tocountcharacters from the filtered reader and stores them in the byte arraybufferstarting atoffset.intInputStreamReader. read()Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.intInputStreamReader. read(char[] buffer, int offset, int count)Reads up tocountcharacters from this reader and stores them at positionoffsetin the character arraybuffer.intLineNumberInputStream. read()Deprecated.Reads a single byte from the filtered stream and returns it as an integer in the range from 0 to 255.intLineNumberInputStream. read(byte[] buffer, int byteOffset, int byteCount)Deprecated.Reads up tobyteCountbytes from the filtered stream and stores them in the byte arraybufferstarting atbyteOffset.intLineNumberReader. read()Reads a single character from the source reader and returns it as an integer with the two higher-order bytes set to 0.intLineNumberReader. read(char[] buffer, int offset, int count)Reads up tocountcharacters from the source reader and stores them in the character arraybufferstarting atoffset.intObjectInputStream. read()Reads a single byte from the source stream and returns it as an integer in the range from 0 to 255.intObjectInputStream. read(byte[] buffer, int byteOffset, int byteCount)intPipedInputStream. read()Reads a single byte from this stream and returns it as an integer in the range from 0 to 255.intPipedInputStream. read(byte[] bytes, int byteOffset, int byteCount)Reads up tobyteCountbytes from this stream and stores them in the byte arraybytesstarting atbyteOffset.intPipedReader. read()Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.intPipedReader. read(char[] buffer, int offset, int count)Reads up tocountcharacters from this reader and stores them in the character arraybufferstarting atoffset.intPushbackInputStream. read()Reads a single byte from this stream and returns it as an integer in the range from 0 to 255.intPushbackInputStream. read(byte[] buffer, int byteOffset, int byteCount)Reads up tobyteCountbytes from this stream and stores them in the byte arraybufferstarting atbyteOffset.intPushbackReader. read()Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.intPushbackReader. read(char[] buffer, int offset, int count)Reads up tocountcharacters from this reader and stores them in character arraybufferstarting atoffset.intSequenceInputStream. read()Reads a single byte from this sequence of input streams and returns it as an integer in the range from 0 to 255.intSequenceInputStream. read(byte[] buffer, int byteOffset, int byteCount)Reads up tobyteCountbytes from this sequence of input streams and stores them in the byte arraybufferstarting atbyteOffset.intStringBufferInputStream. read()Deprecated.Reads a single byte from the source string and returns it as an integer in the range from 0 to 255.intStringBufferInputStream. read(byte[] buffer, int byteOffset, int byteCount)Deprecated.intStringReader. read()Reads a single character from the source string and returns it as an integer with the two higher-order bytes set to 0.intStringReader. read(char[] buffer, int offset, int count)Reads up tocountcharacters from the source string and stores them atoffsetin the character arraybuffer.StringLineNumberReader. readLine()Returns the next line of text available from this reader.booleanBufferedReader. ready()Indicates whether this reader is ready to be read without blocking.booleanCharArrayReader. ready()Indicates whether this reader is ready to be read without blocking.booleanFilterReader. ready()Indicates whether this reader is ready to be read without blocking.booleanInputStreamReader. ready()Indicates whether this reader is ready to be read without blocking.booleanPipedReader. ready()Indicates whether this reader is ready to be read without blocking.booleanPushbackReader. ready()Indicates whether this reader is ready to be read without blocking.booleanStringReader. ready()Indicates whether this reader is ready to be read without blocking.voidBufferedInputStream. reset()Resets this stream to the last marked location.voidBufferedReader. reset()Resets this reader's position to the lastmark()location.voidByteArrayInputStream. reset()Resets this stream to the last marked location.voidCharArrayReader. reset()Resets this reader's position to the lastmark()location.voidFilterInputStream. reset()Resets this stream to the last marked location.voidFilterReader. reset()Resets this reader's position to the last marked location.voidLineNumberInputStream. reset()Deprecated.Resets this stream to the last marked location.voidLineNumberReader. reset()Resets this reader to the last marked location.voidPushbackInputStream. reset()Resets this stream to the last marked position.voidPushbackReader. reset()Resets this reader to the last marked position.voidStringBufferInputStream. reset()Deprecated.Resets this stream to the beginning of the source string.voidStringReader. reset()Resets this reader's position to the lastmark()location.longBufferedInputStream. skip(long byteCount)SkipsbyteCountbytes in this stream.longBufferedReader. skip(long charCount)Skips at mostcharCountchars in this stream.longByteArrayInputStream. skip(long byteCount)SkipsbyteCountbytes in this InputStream.longCharArrayReader. skip(long charCount)SkipscharCountcharacters in this reader.longFileInputStream. skip(long byteCount)longFilterInputStream. skip(long byteCount)SkipsbyteCountbytes in this stream.longFilterReader. skip(long charCount)SkipscharCountcharacters in this reader.longLineNumberInputStream. skip(long byteCount)Deprecated.Skipscountnumber of bytes in this stream.longLineNumberReader. skip(long charCount)SkipscharCountcharacters in this reader.longPushbackInputStream. skip(long byteCount)SkipsbyteCountbytes in this stream.longPushbackReader. skip(long charCount)SkipscharCountcharacters in this reader.longStringBufferInputStream. skip(long charCount)Deprecated.SkipscharCountcharacters in the source string.longStringReader. skip(long charCount)MovescharCountcharacters in the source string.StringByteArrayOutputStream. toString()Returns the contents of this ByteArrayOutputStream as a string.StringCharArrayWriter. toString()Returns the contents of thisCharArrayWriteras a string.StringFile. toString()Returns a string containing a concise, human-readable description of this file.StringFileDescriptor. toString()StringObjectStreamClass. toString()Returns a string containing a concise, human-readable description of this descriptor.StringObjectStreamField. toString()Returns a string containing a concise, human-readable description of this field descriptor.StringStreamTokenizer. toString()Returns the state of this tokenizer in a readable format.StringStringWriter. toString()Gets a copy of the contents of this writer as a string.voidBufferedOutputStream. write(byte[] buffer, int offset, int length)Writescountbytes from the byte arraybufferstarting atoffsetto this stream.voidBufferedOutputStream. write(int oneByte)Writes one byte to this stream.voidBufferedWriter. write(char[] buffer, int offset, int count)Writescountcharacters starting atoffsetinbufferto this writer.voidBufferedWriter. write(int oneChar)Writes the characteroneCharto this writer.voidBufferedWriter. write(String str, int offset, int count)Writescountcharacters starting atoffsetinstrto this writer.voidByteArrayOutputStream. write(byte[] buffer, int offset, int len)Writescountbytes from the byte arraybufferstarting at offsetindexto this stream.voidByteArrayOutputStream. write(int oneByte)Writes the specified byteoneByteto the OutputStream.voidCharArrayWriter. write(char[] buffer, int offset, int len)Writescountcharacters starting atoffsetincto this writer.voidCharArrayWriter. write(int oneChar)Writes the specified characteroneCharto this writer.voidCharArrayWriter. write(String str, int offset, int count)Writescountcharacters starting atoffsetfrom the stringstrto this CharArrayWriter.voidDataOutputStream. write(byte[] buffer, int offset, int count)Writescountbytes from the byte arraybufferstarting atoffsetto the target stream.voidDataOutputStream. write(int oneByte)Writes a byte to the target stream.voidFileOutputStream. write(byte[] buffer, int byteOffset, int byteCount)voidFileOutputStream. write(int oneByte)voidFilterOutputStream. write(byte[] buffer, int offset, int length)Writescountbytes from the byte arraybufferstarting atoffsetto the target stream.voidFilterOutputStream. write(int oneByte)Writes one byte to the target stream.voidFilterWriter. write(char[] buffer, int offset, int count)Writescountcharacters from the char arraybufferstarting at positionoffsetto the target writer.voidFilterWriter. write(int oneChar)Writes the specified characteroneCharto the target writer.voidFilterWriter. write(String str, int offset, int count)Writescountcharacters from the stringstrstarting at positionindexto this writer.voidObjectOutputStream. write(byte[] buffer, int offset, int length)Writescountbytes from the byte arraybufferstarting at offsetindexto the target stream.voidObjectOutputStream. write(int value)Writes a single byte to the target stream.voidOutputStreamWriter. write(char[] buffer, int offset, int count)Writescountcharacters starting atoffsetinbufto this writer.voidOutputStreamWriter. write(int oneChar)Writes the characteroneCharto this writer.voidOutputStreamWriter. write(String str, int offset, int count)Writescountcharacters starting atoffsetinstrto this writer.voidPipedOutputStream. write(byte[] buffer, int offset, int count)Writescountbytes from the byte arraybufferstarting atoffsetto this stream.voidPipedOutputStream. write(int oneByte)Writes a single byte to this stream.voidPipedWriter. write(char[] buffer, int offset, int count)Writescountcharacters from the character arraybufferstarting at offsetindexto this writer.voidPipedWriter. write(int c)Writes a single charactercto this writer.voidPrintStream. write(byte[] buffer, int offset, int length)Writescountbytes frombufferstarting atoffsetto the target stream.voidPrintStream. write(int oneByte)Writes one byte to the target stream.voidPrintWriter. write(char[] buf)Writes the character bufferbufto the target.voidPrintWriter. write(char[] buf, int offset, int count)Writescountcharacters frombufferstarting atoffsetto the target.voidPrintWriter. write(int oneChar)Writes one character to the target.voidPrintWriter. write(String str)Writes the characters from the specified string to the target.voidPrintWriter. write(String str, int offset, int count)Writescountcharacters fromstrstarting atoffsetto the target.voidStringWriter. write(char[] chars, int offset, int count)Writescountcharacters starting atoffsetinbufto this writer'sStringBuffer.voidStringWriter. write(int oneChar)Writes one character to this writer'sStringBuffer.voidStringWriter. write(String str)Writes the characters from the specified string to this writer'sStringBuffer.voidStringWriter. write(String str, int offset, int count)Writescountcharacters fromstrstarting atoffsetto this writer'sStringBuffer. -
Uses of Override in java.lang
Methods in java.lang with annotations of type Override Modifier and Type Method Description byteByte. byteValue()Gets the primitive value of this byte.byteDouble. byteValue()byteFloat. byteValue()byteInteger. byteValue()byteLong. byteValue()byteShort. byteValue()charStringBuffer. charAt(int index)protected ObjectEnum. clone()Enumobjects are singletons, they may not be cloned.intStringBuffer. codePointAt(int index)intStringBuffer. codePointBefore(int index)intStringBuffer. codePointCount(int beginIndex, int endIndex)doubleByte. doubleValue()doubleDouble. doubleValue()Gets the primitive value of this double.doubleFloat. doubleValue()doubleInteger. doubleValue()doubleLong. doubleValue()doubleShort. doubleValue()voidStringBuffer. ensureCapacity(int min)booleanBoolean. equals(Object o)Compares this instance with the specified object and indicates if they are equal.booleanByte. equals(Object object)Compares this object with the specified object and indicates if they are equal.booleanCharacter. equals(Object object)Compares this object with the specified object and indicates if they are equal.booleanCharacter.Subset. equals(Object object)Compares this character subset for identity with the specified object.booleanDouble. equals(Object object)Tests this double for equality withobject.booleanEnum. equals(Object other)Compares this object with the specified object and indicates if they are equal.booleanFloat. equals(Object object)Tests this double for equality withobject.booleanInteger. equals(Object o)Compares this instance with the specified object and indicates if they are equal.booleanLong. equals(Object o)Compares this instance with the specified object and indicates if they are equal.booleanShort. equals(Object object)Compares this instance with the specified object and indicates if they are equal.booleanStackTraceElement. equals(Object obj)Compares this instance with the specified object and indicates if they are equal.booleanString. equals(Object object)Compares the specified object to this string and returns true if they are equal.protected voidEnum. finalize()Enum types may not have finalizers.floatByte. floatValue()floatDouble. floatValue()floatFloat. floatValue()Gets the primitive value of this float.floatInteger. floatValue()floatLong. floatValue()floatShort. floatValue()StringRuntimePermission. getActions()<A extends Annotation>
AClass. getAnnotation(Class<A> annotationType)ThrowableClassNotFoundException. getCause()Returns the cause of this Throwable, ornullif there is no cause.ThrowableExceptionInInitializerError. getCause()Returns the cause of this error, ornullif there is no cause.voidStringBuffer. getChars(int start, int end, char[] buffer, int idx)Copies the requested sequence of characters to thechar[]passed starting atidx.intBoolean. hashCode()Returns an integer hash code for this boolean.intByte. hashCode()intCharacter. hashCode()intCharacter.Subset. hashCode()Returns this subset's hash code, which is the hash code computed byObject.hashCode().intDouble. hashCode()intEnum. hashCode()intFloat. hashCode()intInteger. hashCode()intLong. hashCode()intPackage. hashCode()intShort. hashCode()intStackTraceElement. hashCode()intString. hashCode()booleanRuntimePermission. implies(Permission permission)intStringBuffer. indexOf(String subString, int start)intByte. intValue()intDouble. intValue()intFloat. intValue()intInteger. intValue()Gets the primitive value of this int.intLong. intValue()intShort. intValue()booleanClass. isAnnotationPresent(Class<? extends Annotation> annotationType)intStringBuffer. lastIndexOf(String subString, int start)longByte. longValue()longDouble. longValue()longFloat. longValue()longInteger. longValue()longLong. longValue()Gets the primitive value of this long.longShort. longValue()intStringBuffer. offsetByCodePoints(int index, int codePointOffset)voidStringBuffer. setCharAt(int index, char ch)voidStringBuffer. setLength(int length)shortByte. shortValue()shortDouble. shortValue()shortFloat. shortValue()shortInteger. shortValue()shortLong. shortValue()shortShort. shortValue()Gets the primitive value of this short.CharSequenceStringBuffer. subSequence(int start, int end)StringStringBuffer. substring(int start)StringStringBuffer. substring(int start, int end)StringBoolean. toString()Returns a string containing a concise, human-readable description of this boolean.StringByte. toString()StringCharacter.Subset. toString()Returns this subset's name.StringCharacter. toString()StringClass. toString()StringDouble. toString()StringEnum. toString()Returns a string containing a concise, human-readable description of this object.StringFloat. toString()StringInteger. toString()StringLong. toString()StringPackage. toString()StringShort. toString()StringStackTraceElement. toString()StringString. toString()Returns this string.StringStringBuffer. toString()StringStringBuilder. toString()Returns the contents of this builder.StringThread. toString()Returns a string containing a concise, human-readable description of the Thread.StringThreadGroup. toString()StringThrowable. toString()voidStringBuffer. trimToSize() -
Uses of Override in java.lang.ref
-
Uses of Override in java.lang.reflect
Methods in java.lang.reflect with annotations of type Override Modifier and Type Method Description booleanConstructor. equals(Object object)Indicates whether or not the specifiedobjectis equal to this constructor.booleanField. equals(Object object)Indicates whether or not the specifiedobjectis equal to this field.booleanMethod. equals(Object object)Indicates whether or not the specifiedobjectis equal to this method.StringReflectPermission. getActions()ThrowableInvocationTargetException. getCause()Returns the cause of this exception, which may benull.ThrowableUndeclaredThrowableException. getCause()Returns the undeclared, checked exception that occurred, which may benull.protected Annotation[]Constructor. getDeclaredAnnotations(boolean copy)protected Annotation[]Field. getDeclaredAnnotations(boolean copy)protected Annotation[]Method. getDeclaredAnnotations(boolean copy)protected StringConstructor. getSignatureAttribute()protected StringField. getSignatureAttribute()protected StringMethod. getSignatureAttribute()intConstructor. hashCode()Returns an integer hash code for this constructor.intField. hashCode()Returns an integer hash code for this field.intMethod. hashCode()Returns an integer hash code for this method.booleanReflectPermission. implies(Permission permission)StringConstructor. toString()Returns a string containing a concise, human-readable description of this constructor.StringField. toString()Returns a string containing a concise, human-readable description of this field.StringMethod. toString()Returns a string containing a concise, human-readable description of this method. -
Uses of Override in java.math
Methods in java.math with annotations of type Override Modifier and Type Method Description doubleBigDecimal. doubleValue()Returns thisBigDecimalas a double value.doubleBigInteger. doubleValue()Returns thisBigIntegeras a double.booleanBigDecimal. equals(Object x)Returnstrueifxis aBigDecimalinstance and if this instance is equal to this big decimal.booleanBigInteger. equals(Object x)booleanMathContext. equals(Object x)Returns true if x is aMathContextwith the same precision setting and the same rounding mode as thisMathContextinstance.floatBigDecimal. floatValue()Returns thisBigDecimalas a float value.floatBigInteger. floatValue()Returns thisBigIntegeras a float.intBigDecimal. hashCode()Returns a hash code for thisBigDecimal.intBigInteger. hashCode()intMathContext. hashCode()Returns the hash code for thisMathContextinstance.intBigDecimal. intValue()Returns thisBigDecimalas an int value.intBigInteger. intValue()Returns thisBigIntegeras an int value.longBigDecimal. longValue()Returns thisBigDecimalas an long value.longBigInteger. longValue()Returns thisBigIntegeras a long value.StringBigDecimal. toString()Returns a canonical string representation of thisBigDecimal.StringBigInteger. toString()Returns a string representation of thisBigIntegerin decimal form.StringMathContext. toString()Returns the string representation for thisMathContextinstance. -
Uses of Override in java.net
Methods in java.net with annotations of type Override Modifier and Type Method Description protected voidPlainSocketImpl. accept(SocketImpl newImpl)protected intPlainSocketImpl. available()voidPlainDatagramSocketImpl. bind(int port, InetAddress address)protected voidPlainSocketImpl. bind(InetAddress address, int port)ObjectHttpCookie. clone()voidPlainDatagramSocketImpl. close()protected voidPlainSocketImpl. close()voidPlainDatagramSocketImpl. connect(InetAddress inetAddr, int port)protected voidPlainSocketImpl. connect(String aHost, int aPort)protected voidPlainSocketImpl. connect(InetAddress anAddr, int aPort)protected voidPlainSocketImpl. connect(SocketAddress remoteAddr, int timeout)voidPlainDatagramSocketImpl. create()protected voidPlainServerSocketImpl. create(boolean isStreaming)protected voidPlainSocketImpl. create(boolean streaming)voidPlainDatagramSocketImpl. disconnect()booleanHttpCookie. equals(Object object)Returns true ifobjectis a cookie with the same domain, name and path.booleanInetAddress. equals(Object obj)Compares thisInetAddressinstance against the specified address inobj.booleanInetSocketAddress. equals(Object socketAddr)Compares two socket endpoints and returns true if they are equal.booleanInterfaceAddress. equals(Object obj)Tests whether this object is equal to another one.booleanNetworkInterface. equals(Object obj)Compares the specified object to thisNetworkInterfaceand returns whether they are equal or not.booleanProxy. equals(Object obj)Compares the specifiedobjto thisProxyinstance and returns whether they are equal or not.booleanURI. equals(Object o)booleanURL. equals(Object o)Returns true if this URL equalso.protected voidPlainDatagramSocketImpl. finalize()protected voidPlainSocketImpl. finalize()protected Class<?>URLClassLoader. findClass(String className)Tries to locate and load the specified class using the known URLs.URLURLClassLoader. findResource(String name)Returns an URL referencing the specified resource ornullif the resource could not be found.Enumeration<URL>URLClassLoader. findResources(String name)Returns all known URLs which point to the specified resource.Map<String,List<String>>CookieManager. get(URI uri, Map<String,List<String>> requestHeaders)Searches and gets all cookies in the cache by the specified uri in the request header.StringNetPermission. getActions()StringSocketPermission. getActions()StringHttpURLConnection. getContentEncoding()Returns the encoding used to transmit the response body over the network.longHttpURLConnection. getHeaderFieldDate(String field, long defaultValue)Returns the date value in milliseconds since01.01.1970, 00:00hcorresponding to the header fieldfield.protected InputStreamPlainSocketImpl. getInputStream()StringURISyntaxException. getMessage()Gets a description of the exception, including the reason, the string that caused the syntax error and the position of the syntax error if available.ObjectPlainDatagramSocketImpl. getOption(int option)ObjectPlainSocketImpl. getOption(int option)protected OutputStreamPlainSocketImpl. getOutputStream()PermissionHttpURLConnection. getPermission()Returns the permission object (in this caseSocketPermission) with the host and the port number as the target name and"resolve, connect"as the action list.protected PermissionCollectionURLClassLoader. getPermissions(CodeSource codesource)Gets all permissions for the specifiedcodesource.intPlainDatagramSocketImpl. getTimeToLive()bytePlainDatagramSocketImpl. getTTL()intHttpCookie. hashCode()Returns the hash code of this HTTP cookie:intInetAddress. hashCode()Gets the hashcode of the represented IP address.intInetSocketAddress. hashCode()intInterfaceAddress. hashCode()intNetworkInterface. hashCode()Returns the hash code for thisNetworkInterface.intProxy. hashCode()Gets the hashcode for thisProxyinstance.intURI. hashCode()intURL. hashCode()booleanNetPermission. implies(Permission permission)booleanSocketPermission. implies(Permission permission)booleanInet4Address. isAnyLocalAddress()booleanInet6Address. isAnyLocalAddress()booleanInet4Address. isLinkLocalAddress()booleanInet6Address. isLinkLocalAddress()booleanInet4Address. isLoopbackAddress()booleanInet6Address. isLoopbackAddress()booleanInet4Address. isMCGlobal()booleanInet6Address. isMCGlobal()booleanInet4Address. isMCLinkLocal()booleanInet6Address. isMCLinkLocal()booleanInet4Address. isMCNodeLocal()booleanInet6Address. isMCNodeLocal()booleanInet4Address. isMCOrgLocal()booleanInet6Address. isMCOrgLocal()booleanInet4Address. isMCSiteLocal()booleanInet6Address. isMCSiteLocal()booleanInet4Address. isMulticastAddress()booleanInet6Address. isMulticastAddress()booleanInet4Address. isSiteLocalAddress()booleanInet6Address. isSiteLocalAddress()voidPlainDatagramSocketImpl. join(InetAddress addr)voidPlainDatagramSocketImpl. joinGroup(SocketAddress addr, NetworkInterface netInterface)voidPlainDatagramSocketImpl. leave(InetAddress addr)voidPlainDatagramSocketImpl. leaveGroup(SocketAddress addr, NetworkInterface netInterface)protected voidPlainSocketImpl. listen(int backlog)protected intPlainDatagramSocketImpl. peek(InetAddress sender)intPlainDatagramSocketImpl. peekData(DatagramPacket pack)voidCookieManager. put(URI uri, Map<String,List<String>> responseHeaders)Sets cookies according to uri and responseHeadersvoidPlainDatagramSocketImpl. receive(DatagramPacket pack)voidPlainDatagramSocketImpl. send(DatagramPacket packet)protected voidPlainSocketImpl. sendUrgentData(int value)voidPlainSocketImpl. setOption(int option, Object value)voidPlainDatagramSocketImpl. setTimeToLive(int ttl)voidPlainDatagramSocketImpl. setTTL(byte ttl)protected voidPlainSocketImpl. shutdownInput()Shutdown the input portion of the socket.protected voidPlainSocketImpl. shutdownOutput()Shutdown the output portion of the socket.protected booleanPlainSocketImpl. supportsUrgentData()StringHttpCookie. toString()Returns a string representing this cookie in the format used by theCookieheader line in an HTTP request.StringInet6Address. toString()StringInetAddress. toString()Returns a string containing the host name (if available) and host address.StringInetSocketAddress. toString()Returns a string containing the address (or the hostname for an unresolvedInetSocketAddress) and port number.StringInetUnixAddress. toString()Returns a string form of this InetAddress.StringInterfaceAddress. toString()Returns a string containing this interface's address, prefix length, and broadcast address.StringNetworkInterface. toString()Returns a string containing details of this network interface.StringProxy. toString()Gets a textual representation of thisProxyinstance.StringServerSocket. toString()Returns a textual representation of this server socket including the address, port and the state.StringSocket. toString()Returns aStringcontaining a concise, human-readable description of the socket.StringSocketImpl. toString()Returns a string containing a concise, human-readable description of the socket.StringURI. toString()Returns the encoded URI.StringURL. toString()Returns a string containing a concise, human-readable representation of this URL.StringURLConnection. toString()Returns the string representation containing the name of this class and the URL. -
Uses of Override in java.nio
Methods in java.nio with annotations of type Override Modifier and Type Method Description byte[]ByteBuffer. array()Returns the byte array which this buffer is based on, if there is one.intByteBuffer. arrayOffset()Returns the offset of the byte array which this buffer is based on, if there is one.intByteBuffer. compareTo(ByteBuffer otherBuffer)Compares the remaining bytes of this buffer to another byte buffer's remaining bytes.booleanByteBuffer. equals(Object other)Checks whether this byte buffer is equal to another object.booleanCharBuffer. equals(Object other)Checks whether this char buffer is equal to another object.booleanDoubleBuffer. equals(Object other)Checks whether this double buffer is equal to another object.booleanFloatBuffer. equals(Object other)Checks whether this float buffer is equal to another object.booleanIntBuffer. equals(Object other)Checks whether this int buffer is equal to another object.booleanLongBuffer. equals(Object other)Checks whether this long buffer is equal to another object.booleanShortBuffer. equals(Object other)Checks whether this short buffer is equal to another object.booleanByteBuffer. hasArray()intByteBuffer. hashCode()Calculates this buffer's hash code from the remaining chars.intCharBuffer. hashCode()Calculates this buffer's hash code from the remaining chars.intDoubleBuffer. hashCode()Calculates this buffer's hash code from the remaining chars.intFloatBuffer. hashCode()Calculates this buffer's hash code from the remaining chars.intIntBuffer. hashCode()Calculates this buffer's hash code from the remaining chars.intLongBuffer. hashCode()Calculates this buffer's hash code from the remaining chars.intShortBuffer. hashCode()Calculates this buffer's hash code from the remaining chars.abstract booleanByteBuffer. isDirect()Indicates whether this buffer is direct.StringBuffer. toString()Returns a string describing this buffer.StringByteOrder. toString()Returns a string that describes this object.StringCharBuffer. toString()Returns a string representing the current remaining chars of this buffer. -
Uses of Override in java.nio.channels
Methods in java.nio.channels with annotations of type Override Modifier and Type Method Description StringFileChannel.MapMode. toString()Returns a string version of the mapping mode.StringFileLock. toString()Returns a string that shows the details of the lock suitable for debugging.intDatagramChannel. validOps()Gets the valid operations of this channel.intPipe.SinkChannel. validOps()Indicates that this channel only supports writing.intPipe.SourceChannel. validOps()Indicates that this channel only supports reading.intServerSocketChannel. validOps()Gets the valid operations of this channel.intSocketChannel. validOps()Gets the valid operations of this channel. -
Uses of Override in java.nio.channels.spi
Methods in java.nio.channels.spi with annotations of type Override Modifier and Type Method Description ObjectAbstractSelectableChannel. blockingLock()Gets the object used for the synchronization ofregisterandconfigureBlocking.voidAbstractSelectionKey. cancel()Cancels this key.voidAbstractInterruptibleChannel. close()Closes an open channel.voidAbstractSelector. close()Closes this selector.SelectableChannelAbstractSelectableChannel. configureBlocking(boolean blockingMode)Sets the blocking mode of this channel.protected voidAbstractSelectableChannel. implCloseChannel()Implements the channel closing behavior.booleanAbstractSelectableChannel. isBlocking()Indicates whether this channel is in blocking mode.booleanAbstractInterruptibleChannel. isOpen()booleanAbstractSelector. isOpen()Returns true if this selector is open.booleanAbstractSelectableChannel. isRegistered()Indicates whether this channel is registered with one or more selectors.booleanAbstractSelectionKey. isValid()Indicates whether this key is valid.SelectionKeyAbstractSelectableChannel. keyFor(Selector selector)Gets this channel's selection key for the specified selector.SelectorProviderAbstractSelectableChannel. provider()Returns the selector provider that has created this channel.SelectorProviderAbstractSelector. provider()Returns this selector's provider.SelectionKeyAbstractSelectableChannel. register(Selector selector, int interestSet, Object attachment)Registers this channel with the specified selector for the specified interest set. -
Uses of Override in java.nio.charset
Methods in java.nio.charset with annotations of type Override Modifier and Type Method Description booleanCharset. equals(Object obj)Determines whether this charset equals to the given object.StringMalformedInputException. getMessage()StringUnmappableCharacterException. getMessage()intCharset. hashCode()Gets the hash code of this charset.StringCharset. toString()Gets a string representation of this charset.StringCoderResult. toString()Returns a text description of this result.StringCodingErrorAction. toString()Returns a text description of this action indication. -
Uses of Override in java.security
Methods in java.security with annotations of type Override Modifier and Type Method Description voidProvider. clear()Clears all properties used to look up services implemented by thisProvider.ObjectMessageDigest. clone()ObjectMessageDigestSpi. clone()ObjectSignature. clone()ObjectSignatureSpi. clone()Set<Map.Entry<Object,Object>>Provider. entrySet()booleanCodeSigner. equals(Object obj)Compares the specified object with thisCodeSignerfor equality.booleanIdentity. equals(Object obj)Deprecated.Compares the specified object with thisIdentityfor equality and returnstrueif the specified object is equal,falseotherwise.booleanTimestamp. equals(Object obj)Compares the specified object with thisTimestampfor equality and returnstrueif the specified object is equal,falseotherwise.KeyPairKeyPairGenerator. generateKeyPair()Computes and returns a new uniqueKeyPaireach time this method is called.StringAllPermission. getActions()StringBasicPermission. getActions()StringSecurityPermission. getActions()StringUnresolvedPermission. getActions()intCodeSigner. hashCode()Returns the hash code value for thisCodeSigner.intIdentity. hashCode()Deprecated.Returns the hash code value for thisIdentity.intTimestamp. hashCode()Returns the hash code value for thisTimestamp.booleanAllPermission. implies(Permission permission)booleanBasicPermission. implies(Permission permission)booleanSecurityPermission. implies(Permission permission)booleanUnresolvedPermission. implies(Permission permission)voidKeyPairGenerator. initialize(int keysize, SecureRandom random)Initializes thisKeyPairGeneratorwith the given key size and the givenSecureRandom.voidKeyPairGenerator. initialize(AlgorithmParameterSpec param, SecureRandom random)Initializes thisKeyPairGeneratorwith the givenAlgorithmParameterSpecand the givenSecureRandom.Set<Object>Provider. keySet()voidProvider. load(InputStream inStream)protected intSecureRandom. next(int numBits)Generates and returns anintcontaining the specified number of random bits (right justified, with leading zeros).voidSecureRandom. nextBytes(byte[] bytes)Generates and stores random bytes in the givenbyte[]for each array element.ObjectProvider. put(Object key, Object value)Maps the specifiedkeyproperty name to the specifiedvalue.voidProvider. putAll(Map<?,?> t)Copies all from the provided map to thisProvider.intDigestInputStream. read()Reads the next byte and returns it as anint.intDigestInputStream. read(byte[] buffer, int byteOffset, int byteCount)Reads up tobyteCountbytes intobuffer, starting atbyteOffset.ObjectProvider. remove(Object key)Removes the specifiedkeyand its associated value from thisProvider.voidSecureRandom. setSeed(long seed)Seeds thisSecureRandominstance with the specified eight-byteseed.StringAlgorithmParameters. toString()Returns a string containing a concise, human-readable description of thisAlgorithmParameters.StringCodeSigner. toString()Returns a string containing a concise, human-readable description of the thisCodeSignerincluding its first certificate and its time stamp, if present.StringDigestInputStream. toString()Returns a string containing a concise, human-readable description of thisDigestInputStreamincluding the digest.StringDigestOutputStream. toString()Returns a string containing a concise, human-readable description of thisDigestOutputStreamincluding the digest.StringIdentity. toString()Deprecated.Returns a string containing a concise, human-readable description of the thisIdentityincluding its name and its scope.StringIdentityScope. toString()Deprecated.Returns a string containing a concise, human-readable description of thisIdentityScope.StringKeyStore.PrivateKeyEntry. toString()Returns a string containing a concise, human-readable description of thisPrivateKeyEntry.StringKeyStore.SecretKeyEntry. toString()Returns a string containing a concise, human-readable description of thisSecretKeyEntry.StringKeyStore.TrustedCertificateEntry. toString()Returns a string containing a concise, human-readable description of thisTrustedCertificateEntry.StringMessageDigest. toString()Returns a string containing a concise, human-readable description of thisMessageDigestincluding the name of its algorithm.StringProvider.Service. toString()Returns a string containing a concise, human-readable description of thisService.StringProvider. toString()Returns a string containing a concise, human-readable description of thisProviderincluding its name and its version.StringSignature. toString()Returns a string containing a concise, human-readable description of thisSignatureincluding its algorithm and its state.StringSigner. toString()Deprecated.Returns a string containing a concise, human-readable description of thisSignerincluding its name and its scope if present.StringTimestamp. toString()Returns a string containing a concise, human-readable description of thisTimestamp.Collection<Object>Provider. values()voidDigestOutputStream. write(byte[] b, int off, int len)Writeslenbytes into the stream, starting from the specified offset.voidDigestOutputStream. write(int b)Writes the specifiedintto the stream. -
Uses of Override in java.sql
Methods in java.sql with annotations of type Override Modifier and Type Method Description intTimestamp. compareTo(Date theObject)Compares thisTimestampobject with a suppliedTimestampobject.booleanTimestamp. equals(Object theObject)Tests to see if this timestamp is equal to a supplied object.StringSQLPermission. getActions()intTime. getDate()Deprecated.This method is deprecated and must not be used.intTime. getDay()Deprecated.This method is deprecated and must not be used.intDate. getHours()Deprecated.This method is deprecated and must not be used.intDate. getMinutes()Deprecated.This method is deprecated and must not be used.intTime. getMonth()Deprecated.This method is deprecated and must not be used.intDate. getSeconds()Deprecated.This method is deprecated and must not be used.longTimestamp. getTime()Returns the time represented by thisTimestampobject, as a long value containing the number of milliseconds since the Epoch (January 1 1970, 00:00:00.000 GMT).intTime. getYear()Deprecated.This method is deprecated and must not be used.booleanSQLPermission. implies(Permission permission)voidTime. setDate(int i)Deprecated.This method is deprecated and must not be used.voidDate. setHours(int theHours)Deprecated.This method is deprecated and must not be used.voidDate. setMinutes(int theMinutes)Deprecated.This method is deprecated and must not be used.voidTime. setMonth(int i)Deprecated.This method is deprecated and must not be used.voidDate. setSeconds(int theSeconds)Deprecated.This method is deprecated and must not be used.voidDate. setTime(long theTime)Sets this date to a date supplied as a milliseconds value.voidTime. setTime(long time)Sets the time for thisTimeobject to the supplied milliseconds value.voidTimestamp. setTime(long theTime)Sets the time represented by thisTimestampobject to the supplied time, defined as the number of milliseconds since the Epoch (January 1 1970, 00:00:00.000 GMT).voidTime. setYear(int i)Deprecated.This method is deprecated and must not be used.StringDate. toString()Produces a string representation of the date in SQL formatStringTime. toString()Formats theTimeas a String in JDBC escape format:hh:mm:ss.StringTimestamp. toString()Returns the timestamp formatted as a String in the JDBC Timestamp Escape format, which is"yyyy-MM-dd HH:mm:ss.nnnnnnnnn". -
Uses of Override in java.text
Methods in java.text with annotations of type Override Modifier and Type Method Description ObjectBreakIterator. clone()Returns a copy of this iterator.ObjectChoiceFormat. clone()Returns a new instance ofChoiceFormatwith the same ranges and strings as thisChoiceFormat.ObjectCollator. clone()Returns a new collator with the same decomposition mode and strength value as this collator.ObjectDateFormat. clone()Returns a new instance ofDateFormatwith the same properties.ObjectDateFormatSymbols. clone()ObjectDecimalFormat. clone()Returns a new instance ofDecimalFormatwith the same pattern and properties.ObjectDecimalFormatSymbols. clone()ObjectFormat. clone()Returns a copy of thisFormatinstance.ObjectMessageFormat. clone()Returns a new instance ofMessageFormatwith the same pattern and formats as thisMessageFormat.ObjectNumberFormat. clone()Returns a newNumberFormatwith the same properties.ObjectRuleBasedCollator. clone()Returns a new collator with the same collation rules, decomposition mode and strength value as this collator.ObjectSimpleDateFormat. clone()Returns a newSimpleDateFormatwith the same pattern and properties as this simple date format.ObjectStringCharacterIterator. clone()Returns a newStringCharacterIteratorwith the same source string, begin, end, and current index as this iterator.intRuleBasedCollator. compare(String source, String target)Compares thesourcetext to thetargettext according to the collation rules, strength and decomposition mode for thisRuleBasedCollator.booleanAttributedCharacterIterator.Attribute. equals(Object object)Compares this attribute with the specified object.booleanChoiceFormat. equals(Object object)Compares the specified object with thisChoiceFormat.booleanCollator. equals(Object object)Compares this collator with the specified object and indicates if they are equal.booleanDateFormat. equals(Object object)Compares this date format with the specified object and indicates if they are equal.booleanDateFormatSymbols. equals(Object object)Compares this object with the specified object and indicates if they are equal.booleanDecimalFormat. equals(Object object)Compares the specified object to this decimal format and indicates if they are equal.booleanDecimalFormatSymbols. equals(Object object)Compares the specified object to thisDecimalFormatSymbolsand indicates if they are equal.booleanFieldPosition. equals(Object object)Compares the specified object to this field position and indicates if they are equal.booleanMessageFormat. equals(Object object)Compares the specified object to thisMessageFormatand indicates if they are equal.booleanNumberFormat. equals(Object object)Compares the specified object to this number format and indicates if they are equal.booleanParsePosition. equals(Object object)Compares the specified object to thisParsePositionand indicates if they are equal.booleanRuleBasedCollator. equals(Object obj)Compares the specified object with thisRuleBasedCollatorand indicates if they are equal.booleanSimpleDateFormat. equals(Object object)Compares the specified object with this simple date format and indicates if they are equal.booleanStringCharacterIterator. equals(Object object)Compares the specified object with thisStringCharacterIteratorand indicates if they are equal.StringBufferChoiceFormat. format(double value, StringBuffer buffer, FieldPosition field)Appends the string associated with the range in which the specified double value fits to the specified string buffer.StringBufferChoiceFormat. format(long value, StringBuffer buffer, FieldPosition field)Appends the string associated with the range in which the specified long value fits to the specified string buffer.StringBufferDateFormat. format(Object object, StringBuffer buffer, FieldPosition field)Formats the specified object as a string using the pattern of this date format and appends the string to the specified string buffer.StringBufferDecimalFormat. format(double value, StringBuffer buffer, FieldPosition position)StringBufferDecimalFormat. format(long value, StringBuffer buffer, FieldPosition position)StringBufferDecimalFormat. format(Object number, StringBuffer buffer, FieldPosition position)StringBufferMessageFormat. format(Object object, StringBuffer buffer, FieldPosition field)Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format.StringBufferNumberFormat. format(Object object, StringBuffer buffer, FieldPosition field)Formats a number into a supplied buffer.StringBufferSimpleDateFormat. format(Date date, StringBuffer buffer, FieldPosition fieldPos)Formats the specified date as a string using the pattern of this date format and appends the string to the specified string buffer.AttributedCharacterIteratorDecimalFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this decimal format and returns anAttributedCharacterIteratorwith the formatted number and attributes.AttributedCharacterIteratorMessageFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this message format and returns anAttributedCharacterIteratorwith the formatted message and attributes.AttributedCharacterIteratorSimpleDateFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this simple date format and returns anAttributedCharacterIteratorwith the formatted date and attributes.CollationKeyRuleBasedCollator. getCollationKey(String source)Returns theCollationKeyfor the given source text.CurrencyDecimalFormat. getCurrency()Returns the currency used by this decimal format.intAttributedCharacterIterator.Attribute. hashCode()Calculates the hash code for objects of typeAttribute.intChoiceFormat. hashCode()Returns an integer hash code for the receiver.abstract intCollator. hashCode()intDateFormat. hashCode()intDateFormatSymbols. hashCode()intDecimalFormat. hashCode()intDecimalFormatSymbols. hashCode()intFieldPosition. hashCode()intMessageFormat. hashCode()intNumberFormat. hashCode()intParsePosition. hashCode()intRuleBasedCollator. hashCode()intSimpleDateFormat. hashCode()intStringCharacterIterator. hashCode()booleanDecimalFormat. isGroupingUsed()Indicates whether grouping will be used in this format.booleanDecimalFormat. isParseIntegerOnly()Indicates whether parsing with this decimal format will only return numbers of typejava.lang.Integer.NumberChoiceFormat. parse(String string, ParsePosition position)Parses a double from the specified string starting at the index specified byposition.NumberDecimalFormat. parse(String string, ParsePosition position)Parses aLongorDoublefrom the specified string starting at the index specified byposition.DateSimpleDateFormat. parse(String string, ParsePosition position)Parses a date from the specified string starting at the index specified byposition.ObjectDateFormat. parseObject(String string, ParsePosition position)Parses a date from the specified string starting at the index specified byposition.ObjectMessageFormat. parseObject(String string, ParsePosition position)Parses the message argument from the specified string starting at the index specified byposition.ObjectNumberFormat. parseObject(String string, ParsePosition position)voidDecimalFormat. setCurrency(Currency currency)Sets the currency used by this decimal format.voidDecimalFormat. setGroupingUsed(boolean value)Sets whether or not grouping will be used in this format.voidDecimalFormat. setMaximumFractionDigits(int value)Sets the maximum number of digits after the decimal point.voidDecimalFormat. setMaximumIntegerDigits(int value)Sets the maximum number of digits before the decimal point.voidDecimalFormat. setMinimumFractionDigits(int value)Sets the minimum number of digits after the decimal point.voidDecimalFormat. setMinimumIntegerDigits(int value)Sets the minimum number of digits before the decimal point.voidDecimalFormat. setParseIntegerOnly(boolean value)Sets the flag that indicates whether numbers will be parsed as integers.StringAnnotation. toString()Returns this annotation in string representation.StringAttributedCharacterIterator.Attribute. toString()Returns the name of the class followed by a "(", the name of the attribute, and a ")".StringBidi. toString()StringDateFormatSymbols. toString()StringDecimalFormatSymbols. toString()StringFieldPosition. toString()Returns the string representation of this field position.StringParsePosition. toString()Returns the string representation of this parse position. -
Uses of Override in java.util
Methods in java.util with annotations of type Override Modifier and Type Method Description booleanAbstractList. add(E object)Adds the specified object at the end of this List.voidAbstractSequentialList. add(int location, E object)voidArrayList. add(int index, E object)Inserts the specified object into thisArrayListat the specified location.booleanArrayList. add(E object)Adds the specified object at the end of thisArrayList.voidGregorianCalendar. add(int field, int value)Adds the specified amount to aCalendarfield.booleanHashSet. add(E object)Adds the specified object to thisHashSetif not already present.voidLinkedList. add(int location, E object)Inserts the specified object into thisLinkedListat the specified location.booleanLinkedList. add(E object)Adds the specified object at the end of thisLinkedList.booleanPriorityQueue. add(E o)Adds the specified object to the priority queue.booleanTreeSet. add(E object)Adds the specified object to thisTreeSet.booleanUnsafeArrayList. add(T element)voidVector. add(int location, E object)Adds the specified object into this vector at the specified location.booleanVector. add(E object)Adds the specified object at the end of this vector.booleanAbstractSequentialList. addAll(int location, Collection<? extends E> collection)booleanArrayList. addAll(int index, Collection<? extends E> collection)Inserts the objects in the specified collection at the specified location in this List.booleanArrayList. addAll(Collection<? extends E> collection)Adds the objects in the specified collection to thisArrayList.booleanLinkedList. addAll(int location, Collection<? extends E> collection)Inserts the objects in the specified collection at the specified location in thisLinkedList.booleanLinkedList. addAll(Collection<? extends E> collection)Adds the objects in the specified Collection to thisLinkedList.booleanTreeSet. addAll(Collection<? extends E> collection)Adds the objects in the specified collection to thisTreeSet.booleanVector. addAll(int location, Collection<? extends E> collection)Inserts the objects in the specified collection at the specified location in this vector.booleanVector. addAll(Collection<? extends E> collection)Adds the objects in the specified collection to the end of this vector.voidAbstractList. clear()Removes all elements from this list, leaving it empty.voidArrayList. clear()Removes all elements from thisArrayList, leaving it empty.voidEnumMap. clear()Removes all elements from thisEnumMap, leaving it empty.voidHashMap. clear()Removes all mappings from this hash map, leaving it empty.voidHashSet. clear()Removes all elements from thisHashSet, leaving it empty.voidIdentityHashMap. clear()Removes all elements from this map, leaving it empty.voidLinkedList. clear()Removes all elements from thisLinkedList, leaving it empty.voidPriorityQueue. clear()Removes all the elements of the priority queue.voidTreeMap. clear()voidTreeSet. clear()Removes all elements from thisTreeSet, leaving it empty.voidVector. clear()Removes all elements from this vector, leaving it empty.voidWeakHashMap. clear()Removes all mappings from this map, leaving it empty.protected ObjectAbstractMap. clone()ObjectArrayList. clone()Returns a newArrayListwith the same elements, the same size and the same capacity as thisArrayList.ObjectBitSet. clone()ObjectCalendar. clone()Returns a shallow copy of thisCalendarwith the same properties.ObjectDate. clone()Returns a newDatewith the same millisecond value as thisDate.EnumMap<K,V>EnumMap. clone()Returns a shallow copy of thisEnumMap.EnumSet<E>EnumSet. clone()Creates a new enum set with the same elements as those contained in this enum set.ObjectHashMap. clone()Returns a shallow copy of this map.ObjectHashSet. clone()Returns a newHashSetwith the same elements and size as thisHashSet.ObjectHashtable. clone()Returns a newHashtablewith the same key/value pairs, capacity and load factor.ObjectIdentityHashMap. clone()Returns a new IdentityHashMap with the same mappings and size as this one.ObjectLinkedList. clone()Returns a newLinkedListwith the same elements and size as thisLinkedList.ObjectLocale. clone()ObjectSimpleTimeZone. clone()Returns a newSimpleTimeZonewith the same ID,rawOffsetand daylight savings time rules as this SimpleTimeZone.ObjectTimeZone. clone()Returns a new time zone with the same ID, raw offset, and daylight savings time rules as this time zone.ObjectTreeMap. clone()ObjectTreeSet. clone()Returns a newTreeSetwith the same elements, size and comparator as thisTreeSet.ObjectVector. clone()Returns a new vector with the same elements, size, capacity and capacity increment as this vector.protected voidGregorianCalendar. computeFields()protected voidGregorianCalendar. computeTime()booleanArrayList. contains(Object object)Searches thisArrayListfor the specified object.booleanHashSet. contains(Object object)Searches thisHashSetfor the specified object.booleanLinkedList. contains(Object object)Searches thisLinkedListfor the specified object.booleanTreeSet. contains(Object object)Searches thisTreeSetfor the specified object.booleanVector. contains(Object object)Searches this vector for the specified object.booleanVector. containsAll(Collection<?> collection)Searches this vector for all objects in the specified collection.booleanEnumMap. containsKey(Object key)Returns whether thisEnumMapcontains the specified key.booleanHashMap. containsKey(Object key)Returns whether this map contains the specified key.booleanIdentityHashMap. containsKey(Object key)Returns whether this map contains the specified key.booleanTreeMap. containsKey(Object key)booleanWeakHashMap. containsKey(Object key)Returns whether this map contains the specified key.booleanEnumMap. containsValue(Object value)Returns whether thisEnumMapcontains the specified value.booleanHashMap. containsValue(Object value)Returns whether this map contains the specified value.booleanIdentityHashMap. containsValue(Object value)Returns whether this map contains the specified value.booleanLinkedHashMap. containsValue(Object value)This override is done for LinkedHashMap performance: iteration is cheaper via LinkedHashMap nxt links.booleanWeakHashMap. containsValue(Object value)Returns whether this map contains the specified value.Set<Map.Entry<K,V>>EnumMap. entrySet()Returns aSetcontaining all of the mappings in thisEnumMap.Set<Map.Entry<K,V>>IdentityHashMap. entrySet()Returns a set containing all of the mappings in this map.Set<Map.Entry<K,V>>TreeMap. entrySet()Set<Map.Entry<K,V>>WeakHashMap. entrySet()Returns a set containing all of the mappings in this map.booleanAbstractList. equals(Object object)Compares the specified object to this list and return true if they are equal.booleanAbstractMap. equals(Object object)Compares this instance with the specified object and indicates if they are equal.booleanAbstractMap.SimpleEntry. equals(Object object)booleanAbstractMap.SimpleImmutableEntry. equals(Object object)booleanAbstractSet. equals(Object object)Compares the specified object to this Set and returns true if they are equal.booleanArrayList. equals(Object o)booleanBitSet. equals(Object o)booleanCalendar. equals(Object object)Compares the given object to thisCalendarand returns whether they are equal.booleanDate. equals(Object object)Compares the specified object to thisDateand returns if they are equal.booleanEnumMap. equals(Object object)Compares the argument to the receiver, and returnstrueif the specifiedObjectis anEnumMapand bothEnumMaps contain the same mappings.booleanGregorianCalendar. equals(Object object)Returns true ifobjectis a GregorianCalendar with the same properties.booleanHashtable. equals(Object object)Compares thisHashtablewith the specified object and indicates if they are equal.booleanIdentityHashMap. equals(Object object)Compares this map with other objects.booleanLocale. equals(Object object)Returns true ifobjectis a locale with the same language, country and variant.booleanSimpleTimeZone. equals(Object object)Compares the specified object to thisSimpleTimeZoneand returns whether they are equal.booleanUUID. equals(Object object)Compares this UUID to another object for equality.booleanVector. equals(Object object)Compares the specified object to this vector and returns if they are equal.EAbstractSequentialList. get(int location)EArrayList. get(int index)VEnumMap. get(Object key)Returns the value of the mapping with the specified key.VIdentityHashMap. get(Object key)Returns the value of the mapping with the specified key.VLinkedHashMap. get(Object key)Returns the value of the mapping with the specified key.ELinkedList. get(int location)VTreeMap. get(Object key)EVector. get(int location)Returns the element at the specified location in this vector.VWeakHashMap. get(Object key)Returns the value of the mapping with the specified key.StringPropertyPermission. getActions()intGregorianCalendar. getActualMaximum(int field)intGregorianCalendar. getActualMinimum(int field)Gets the minimum value of the specified field for the current date.intSimpleTimeZone. getDSTSavings()intGregorianCalendar. getGreatestMinimum(int field)Gets the greatest minimum value of the specified field.Enumeration<String>ListResourceBundle. getKeys()Enumeration<String>PropertyResourceBundle. getKeys()intGregorianCalendar. getLeastMaximum(int field)Gets the smallest maximum value of the specified field.intGregorianCalendar. getMaximum(int field)Gets the greatest maximum value of the specified field.StringDuplicateFormatFlagsException. getMessage()StringFormatFlagsConversionMismatchException. getMessage()StringIllegalFormatCodePointException. getMessage()StringIllegalFormatConversionException. getMessage()StringIllegalFormatFlagsException. getMessage()StringIllegalFormatPrecisionException. getMessage()StringIllegalFormatWidthException. getMessage()StringMissingFormatArgumentException. getMessage()StringMissingFormatWidthException. getMessage()StringUnknownFormatConversionException. getMessage()StringUnknownFormatFlagsException. getMessage()intGregorianCalendar. getMinimum(int field)Gets the smallest minimum value of the specified field.intSimpleTimeZone. getOffset(int era, int year, int month, int day, int dayOfWeek, int time)intSimpleTimeZone. getOffset(long time)intSimpleTimeZone. getRawOffset()ObjectListResourceBundle. handleGetObject(String key)ObjectPropertyResourceBundle. handleGetObject(String key)intAbstractList. hashCode()Returns the hash code of this list.intAbstractMap. hashCode()Returns an integer hash code for this object.intAbstractMap.SimpleEntry. hashCode()intAbstractMap.SimpleImmutableEntry. hashCode()intAbstractSet. hashCode()Returns the hash code for this set.intArrayList. hashCode()intBitSet. hashCode()intCalendar. hashCode()intDate. hashCode()Returns an integer hash code for the receiver.intGregorianCalendar. hashCode()intHashtable. hashCode()intLocale. hashCode()intSimpleTimeZone. hashCode()Returns an integer hash code for the receiver.intUUID. hashCode()Returns a hash value for this UUID that is consistent with theUUID.equals(Object)method.intVector. hashCode()Returns an integer hash code for the receiver.booleanSimpleTimeZone. hasSameRules(TimeZone zone)booleanPropertyPermission. implies(Permission permission)booleanSimpleTimeZone. inDaylightTime(Date time)intArrayList. indexOf(Object object)intLinkedList. indexOf(Object object)intVector. indexOf(Object object)Searches in this vector for the index of the specified object.booleanArrayList. isEmpty()booleanHashMap. isEmpty()Returns whether this map is empty.booleanHashSet. isEmpty()Returns true if thisHashSethas no elements, false otherwise.booleanIdentityHashMap. isEmpty()Returns whether this IdentityHashMap has no elements.booleanTreeMap. isEmpty()booleanTreeSet. isEmpty()Returns true if thisTreeSethas no element, otherwise false.booleanVector. isEmpty()Returns if this vector has no elements, a size of zero.booleanWeakHashMap. isEmpty()Returns the number of elements in this map.Iterator<E>AbstractList. iterator()Returns an iterator on the elements of this list.Iterator<E>AbstractSequentialList. iterator()Iterator<E>ArrayList. iterator()Iterator<E>HashSet. iterator()Returns an Iterator on the elements of thisHashSet.Iterator<E>PriorityQueue. iterator()Gets the iterator of the priority queue, which will not return elements in any specified ordering.Iterator<E>TreeSet. iterator()Returns an Iterator on the elements of thisTreeSet.Set<K>EnumMap. keySet()Returns a set of the keys contained in thisEnumMap.Set<K>HashMap. keySet()Returns a set of the keys contained in this map.Set<K>IdentityHashMap. keySet()Returns a set of the keys contained in this map.Set<K>TreeMap. keySet()Set<K>WeakHashMap. keySet()Returns a set of the keys contained in this map.intArrayList. lastIndexOf(Object object)intLinkedList. lastIndexOf(Object object)Searches thisLinkedListfor the specified object and returns the index of the last occurrence.intVector. lastIndexOf(Object object)Searches in this vector for the index of the specified object.abstract ListIterator<E>AbstractSequentialList. listIterator(int location)ListIterator<E>LinkedList. listIterator(int location)Returns a ListIterator on the elements of thisLinkedList.VEnumMap. put(K key, V value)Maps the specified key to the specified value.VHashMap. put(K key, V value)Maps the specified key to the specified value.VIdentityHashMap. put(K key, V value)Maps the specified key to the specified value.VTreeMap. put(K key, V value)VWeakHashMap. put(K key, V value)Maps the specified key to the specified value.voidEnumMap. putAll(Map<? extends K,? extends V> map)Copies every mapping in the specifiedMapto thisEnumMap.voidHashMap. putAll(Map<? extends K,? extends V> map)Copies all the mappings in the specified map to this map.voidIdentityHashMap. putAll(Map<? extends K,? extends V> map)Copies all the mappings in the specified map to this map.voidWeakHashMap. putAll(Map<? extends K,? extends V> map)Copies all the mappings in the given map to this map.EAbstractSequentialList. remove(int location)EArrayList. remove(int index)Removes the object at the specified location from this list.booleanArrayList. remove(Object object)VEnumMap. remove(Object key)Removes a mapping with the specified key from thisEnumMap.VHashMap. remove(Object key)Removes the mapping with the specified key from this map.booleanHashSet. remove(Object object)Removes the specified object from thisHashSet.VIdentityHashMap. remove(Object key)Removes the mapping with the specified key from this map.ELinkedList. remove(int location)Removes the object at the specified location from thisLinkedList.booleanLinkedList. remove(Object object)booleanPriorityQueue. remove(Object o)Removes the specified object from the priority queue.VTreeMap. remove(Object key)booleanTreeSet. remove(Object object)Removes an occurrence of the specified object from thisTreeSet.EVector. remove(int location)Removes the object at the specified location from this vector.booleanVector. remove(Object object)Removes the first occurrence, starting at the beginning and moving towards the end, of the specified object from this vector.VWeakHashMap. remove(Object key)Removes the mapping with the specified key from this map.booleanAbstractSet. removeAll(Collection<?> collection)Removes all occurrences in this collection which are contained in the specified collection.booleanVector. removeAll(Collection<?> collection)Removes all occurrences in this vector of each object in the specified Collection.protected voidArrayList. removeRange(int fromIndex, int toIndex)protected voidVector. removeRange(int start, int end)Removes the objects in the specified range from the start to the, but not including, end index.booleanVector. retainAll(Collection<?> collection)Removes all objects from this vector that are not contained in the specified collection.voidGregorianCalendar. roll(int field, boolean increment)Increments or decrements the specified field and wraps the value of the field when it goes beyond the maximum or minimum value for the current date.voidGregorianCalendar. roll(int field, int value)Adds the specified amount the specified field and wraps the value of the field when it goes beyond the maximum or minimum value for the current date.EAbstractSequentialList. set(int location, E object)EArrayList. set(int index, E object)Replaces the element at the specified location in thisArrayListwith the specified object.ELinkedList. set(int location, E object)Replaces the element at the specified location in thisLinkedListwith the specified object.EVector. set(int location, E object)Replaces the element at the specified location in this vector with the specified object.voidSimpleTimeZone. setRawOffset(int offset)Sets the offset for standard time from GMT for thisSimpleTimeZone.intArrayList. size()Returns the number of elements in thisArrayList.intEnumMap. size()Returns the number of elements in thisEnumMap.intHashMap. size()Returns the number of elements in this map.intHashSet. size()Returns the number of elements in thisHashSet.intIdentityHashMap. size()Returns the number of mappings in this IdentityHashMap.intLinkedList. size()Returns the number of elements in thisLinkedList.intPriorityQueue. size()Gets the size of the priority queue.intTreeMap. size()intTreeSet. size()Returns the number of elements in thisTreeSet.intVector. size()Returns the number of elements in this vector.intWeakHashMap. size()Returns the number of elements in this map.List<E>Vector. subList(int start, int end)Returns a List of the specified portion of this vector from the start index to one less than the end index.Object[]ArrayList. toArray()Returns a new array containing all elements contained in thisArrayList.<T> T[]ArrayList. toArray(T[] contents)Returns an array containing all elements contained in thisArrayList.Object[]LinkedList. toArray()Returns a new array containing all elements contained in thisLinkedList.<T> T[]LinkedList. toArray(T[] contents)Returns an array containing all elements contained in thisLinkedList.Object[]Vector. toArray()Returns a new array containing all elements contained in this vector.<T> T[]Vector. toArray(T[] contents)Returns an array containing all elements contained in this vector.StringAbstractCollection. toString()Returns the string representation of thisCollection.StringAbstractMap.SimpleEntry. toString()StringAbstractMap.SimpleImmutableEntry. toString()StringAbstractMap. toString()Returns a string containing a concise, human-readable description of this object.StringBitSet. toString()Returns a string containing a concise, human-readable description of the receiver: a comma-delimited list of the indexes of all set bits.StringCalendar. toString()Returns a string representation of thisCalendar, showing which fields are set.StringCurrency. toString()Returns this currency's ISO 4217 currency code.StringDate. toString()Returns a string representation of thisDate.StringEventObject. toString()Returns the string representation of thisEventObject.StringFormatter. toString()Returns the content by calling thetoString()method of the output destination.StringHashtable. toString()Returns the string representation of thisHashtable.StringLocale. toString()Returns the string representation of thisLocale.StringScanner. toString()Returns a string representation of thisScanner.StringServiceLoader. toString()StringSimpleTimeZone. toString()Returns the string representation of thisSimpleTimeZone.StringUUID. toString()Returns a string representation of this UUID in the following format, as per RFC 4122.StringVector. toString()Returns the string representation of this vector.booleanSimpleTimeZone. useDaylightTime()Collection<V>EnumMap. values()Returns aCollectionof the values contained in thisEnumMap.Collection<V>HashMap. values()Returns a collection of the values contained in this map.Collection<V>IdentityHashMap. values()Returns a collection of the values contained in this map.Collection<V>WeakHashMap. values()Returns a collection of the values contained in this map. -
Uses of Override in java.util.concurrent
-
Uses of Override in java.util.jar
Methods in java.util.jar with annotations of type Override Modifier and Type Method Description ObjectAttributes. clone()ObjectManifest. clone()Creates a copy of thisManifest.voidJarFile. close()Closes thisJarFile.protected ZipEntryJarInputStream. createZipEntry(String name)Enumeration<JarEntry>JarFile. entries()Return an enumeration containing theJarEntryscontained in thisJarFile.booleanAttributes. equals(Object obj)Determines if thisAttributesand the parameterAttributesare equal.booleanAttributes.Name. equals(Object object)booleanManifest. equals(Object o)Determines if the receiver is equal to the parameter object.ZipEntryJarFile. getEntry(String name)Return theJarEntryspecified by name ornullif no such entry exists.InputStreamJarFile. getInputStream(ZipEntry ze)Return anInputStreamfor reading the decompressed contents of ZIP entry.ZipEntryJarInputStream. getNextEntry()Returns the nextZipEntrycontained in this stream ornullif no more entries are present.intAttributes. hashCode()Returns the hash code of thisAttributes.intAttributes.Name. hashCode()intManifest. hashCode()Returns the hash code for this instance.voidJarOutputStream. putNextEntry(ZipEntry ze)Writes the specified ZIP entry to the underlying stream.intJarInputStream. read(byte[] buffer, int byteOffset, int byteCount)Reads up tobyteCountbytes of decompressed data and stores it inbufferstarting atbyteOffset.StringAttributes.Name. toString() -
Uses of Override in java.util.logging
Methods in java.util.logging with annotations of type Override Modifier and Type Method Description voidConsoleHandler. close()Closes this handler.voidFileHandler. close()Flushes and closes all opened files.voidMemoryHandler. close()Close this handler and target handler, free all associated resources.voidSocketHandler. close()Closes this handler.voidStreamHandler. close()Closes this handler.booleanLevel. equals(Object o)Compares twoLevelobjects for equality.voidMemoryHandler. flush()Call target handler to flush any buffered output.voidStreamHandler. flush()Flushes any buffered output.StringSimpleFormatter. format(LogRecord r)Converts aLogRecordobject into a human readable string representation.StringXMLFormatter. format(LogRecord r)Converts aLogRecordinto an XML string.StringLoggingPermission. getActions()StringXMLFormatter. getHead(Handler h)Returns the header string for a set of log records formatted as XML strings, using the output handler's encoding if it is defined, otherwise using the default platform encoding.StringXMLFormatter. getTail(Handler h)Returns the tail string for a set of log records formatted as XML strings.intLevel. hashCode()Returns the hash code of thisLevelobject.booleanLoggingPermission. implies(Permission permission)booleanMemoryHandler. isLoggable(LogRecord record)Check if givenLogRecordwould be put into thisMemoryHandler's internal buffer.booleanStreamHandler. isLoggable(LogRecord record)Determines whether the supplied log record needs to be logged.voidConsoleHandler. publish(LogRecord record)Logs a record if necessary.voidFileHandler. publish(LogRecord record)Publish aLogRecord.voidMemoryHandler. publish(LogRecord record)Put a givenLogRecordinto internal buffer.voidSocketHandler. publish(LogRecord record)Logs a record if necessary.voidStreamHandler. publish(LogRecord record)Accepts a logging request.voidStreamHandler. setEncoding(String charsetName)Sets the character encoding used by this handler.StringLevel. toString()Returns the string representation of thisLevelobject. -
Uses of Override in java.util.prefs
Methods in java.util.prefs with annotations of type Override Modifier and Type Method Description StringAbstractPreferences. absolutePath()voidAbstractPreferences. addNodeChangeListener(NodeChangeListener ncl)voidAbstractPreferences. addPreferenceChangeListener(PreferenceChangeListener pcl)String[]AbstractPreferences. childrenNames()voidAbstractPreferences. clear()voidAbstractPreferences. exportNode(OutputStream ostream)voidAbstractPreferences. exportSubtree(OutputStream ostream)voidAbstractPreferences. flush()StringAbstractPreferences. get(String key, String deflt)booleanAbstractPreferences. getBoolean(String key, boolean deflt)byte[]AbstractPreferences. getByteArray(String key, byte[] deflt)doubleAbstractPreferences. getDouble(String key, double deflt)floatAbstractPreferences. getFloat(String key, float deflt)intAbstractPreferences. getInt(String key, int deflt)longAbstractPreferences. getLong(String key, long deflt)booleanAbstractPreferences. isUserNode()String[]AbstractPreferences. keys()StringAbstractPreferences. name()PreferencesAbstractPreferences. node(String name)booleanAbstractPreferences. nodeExists(String name)PreferencesAbstractPreferences. parent()voidAbstractPreferences. put(String key, String value)voidAbstractPreferences. putBoolean(String key, boolean value)voidAbstractPreferences. putByteArray(String key, byte[] value)voidAbstractPreferences. putDouble(String key, double value)voidAbstractPreferences. putFloat(String key, float value)voidAbstractPreferences. putInt(String key, int value)voidAbstractPreferences. putLong(String key, long value)voidAbstractPreferences. remove(String key)voidAbstractPreferences. removeNode()voidAbstractPreferences. removeNodeChangeListener(NodeChangeListener ncl)voidAbstractPreferences. removePreferenceChangeListener(PreferenceChangeListener pcl)voidAbstractPreferences. sync()StringAbstractPreferences. toString()abstract StringPreferences. toString()Returns a string representation of this node. -
Uses of Override in java.util.regex
Methods in java.util.regex with annotations of type Override Modifier and Type Method Description protected voidMatcher. finalize()protected voidPattern. finalize()StringPatternSyntaxException. getMessage()Returns a detailed error message for the exception.StringMatcher. toString()Returns a string representing thisMatcher.StringPattern. toString() -
Uses of Override in java.util.zip
Methods in java.util.zip with annotations of type Override Modifier and Type Method Description intDeflaterInputStream. available()Returns 0 when when this stream has exhausted its input; and 1 otherwise.intInflaterInputStream. available()Returns 0 when when this stream has exhausted its input; and 1 otherwise.intZipInputStream. available()ObjectZipEntry. clone()Returns a deep copy of this zip entry.voidDeflaterInputStream. close()Closes the underlying input stream and discards any remaining uncompressed data.voidDeflaterOutputStream. close()Writes any unwritten compressed data to the underlying stream, the closes all underlying streams.voidGZIPInputStream. close()Closes this stream and any underlying streams.voidInflaterInputStream. close()Closes the input stream.voidInflaterOutputStream. close()Writes remaining data into the output stream and closes the underlying output stream.voidZipInputStream. close()Closes thisZipInputStream.voidZipOutputStream. close()Closes the currentZipEntry, if any, and the underlying output stream.protected voidDeflater. finalize()protected voidInflater. finalize()protected voidZipFile. finalize()voidGZIPOutputStream. finish()Indicates to the stream that all data has been written out, and any GZIP terminal data can now be written.voidZipOutputStream. finish()Indicates that all entries have been written to the stream.voidDeflaterOutputStream. flush()Flushes the underlying stream.voidInflaterOutputStream. flush()intZipEntry. hashCode()Returns the hash code for thisZipEntry.voidDeflaterInputStream. mark(int limit)This operation is not supported and does nothing.voidInflaterInputStream. mark(int readlimit)Marks the current position in the stream.booleanDeflaterInputStream. markSupported()Returns false becauseDeflaterInputStreamdoes not supportmark/reset.booleanInflaterInputStream. markSupported()Returns whether the receiver implementsmarksemantics.intCheckedInputStream. read()Reads one byte of data from the underlying input stream and updates the checksum with the byte data.intCheckedInputStream. read(byte[] buffer, int byteOffset, int byteCount)Reads up tobyteCountbytes of data from the underlying input stream, storing it intobuffer, starting at offsetbyteOffset.intDeflaterInputStream. read()Reads a byte from the compressed input stream.intDeflaterInputStream. read(byte[] buffer, int byteOffset, int byteCount)Reads up tobyteCountbytes of compressed data into a byte buffer.intGZIPInputStream. read(byte[] buffer, int byteOffset, int byteCount)intInflaterInputStream. read()Reads a single byte of decompressed data.intInflaterInputStream. read(byte[] buffer, int byteOffset, int byteCount)Reads up tobyteCountbytes of decompressed data and stores it inbufferstarting atbyteOffset.intZipInputStream. read(byte[] buffer, int byteOffset, int byteCount)Reads up tobyteCountuncompressed bytes into the buffer starting atbyteOffset.voidDeflaterInputStream. reset()This operation is not supported and throwsIOException.voidInflaterInputStream. reset()Reset the position of the stream to the last marked position.longCheckedInputStream. skip(long byteCount)Skip up tobyteCountbytes of data on the underlying input stream.longDeflaterInputStream. skip(long byteCount)SkipsbyteCountbytes in this stream.longInflaterInputStream. skip(long byteCount)Skips up tobyteCountbytes of uncompressed data.StringZipEntry. toString()Returns the string representation of thisZipEntry.voidCheckedOutputStream. write(byte[] buf, int off, int nbytes)Writes n bytes of data frombufstarting at offsetoffto the underlying stream.voidCheckedOutputStream. write(int val)Writes the specified byte to the underlying stream.voidDeflaterOutputStream. write(byte[] buffer, int offset, int byteCount)CompressesbyteCountbytes of data frombufstarting atoffsetand writes it to the underlying stream.voidDeflaterOutputStream. write(int i)voidGZIPOutputStream. write(byte[] buffer, int off, int nbytes)Write up to nbytes of data from the given buffer, starting at offset off, to the underlying stream in GZIP format.voidInflaterOutputStream. write(byte[] bytes, int offset, int byteCount)Writes to the decompressing output stream.voidInflaterOutputStream. write(int b)Writes a byte to the decompressing output stream.voidZipOutputStream. write(byte[] buffer, int offset, int byteCount)Writes data for the current entry to the underlying stream. -
Uses of Override in javax.crypto
Methods in javax.crypto with annotations of type Override Modifier and Type Method Description intCipherInputStream. available()ObjectMac. clone()Clones thisMacinstance and the underlying implementation.ObjectMacSpi. clone()Clones thisMacSpiinstance.voidCipherInputStream. close()Closes thisCipherInputStream, also closes the underlying input stream and calldoFinalon the cipher object.voidCipherOutputStream. close()Close this cipher output stream.protected voidExemptionMechanism. finalize()Override to clear any key state in the instance.voidCipherOutputStream. flush()Flushes this cipher output stream.booleanCipherInputStream. markSupported()Returns whether this input stream supportsmarkandreset, which it does not.intCipherInputStream. read()Reads the next byte from this cipher input stream.intCipherInputStream. read(byte[] buf, int off, int len)Reads the nextlenbytes from this input stream into bufferbufstarting at offsetoff.longCipherInputStream. skip(long byteCount)voidCipherOutputStream. write(byte[] b, int off, int len)Writes thelenbytes from bufferbstarting at offsetoffto this cipher output stream.voidCipherOutputStream. write(int b)Writes the single byte to this cipher output stream. -
Uses of Override in javax.crypto.spec
Methods in javax.crypto.spec with annotations of type Override Modifier and Type Method Description booleanRC2ParameterSpec. equals(Object obj)Compares the specified object to thisRC2ParameterSpecinstance.booleanRC5ParameterSpec. equals(Object obj)Compares the specified object with thisRC5ParameterSpecinstance.booleanSecretKeySpec. equals(Object obj)Compares the specified object with thisSecretKeySpecinstance.intRC2ParameterSpec. hashCode()Returns the hash code of thisRC2ParameterSpecinstance.intRC5ParameterSpec. hashCode()Returns the hash code of thisRC5ParameterSpecinstance.intSecretKeySpec. hashCode()Returns the hash code of thisSecretKeySpecobject. -
Uses of Override in javax.net.ssl
Methods in javax.net.ssl with annotations of type Override Modifier and Type Method Description StringSSLPermission. getActions()booleanSSLPermission. implies(Permission permission)voidSSLSocket. shutdownInput()Unsupported for SSL because reading from an SSL socket may require writing to the network.voidSSLSocket. shutdownOutput()Unsupported for SSL because writing to an SSL socket may require reading from the network.StringSSLEngineResult. toString() -
Uses of Override in javax.security.auth
Methods in javax.security.auth with annotations of type Override Modifier and Type Method Description booleanSubject. equals(Object obj)Checks two Subjects for equality.StringAuthPermission. getActions()StringPrivateCredentialPermission. getActions()intSubject. hashCode()Returns a hash code of thisSubject.booleanAuthPermission. implies(Permission permission)booleanPrivateCredentialPermission. implies(Permission permission)StringSubject. toString()Returns aStringrepresentation of thisSubject. -
Uses of Override in javax.security.auth.x500
-
Uses of Override in libcore.icu
Methods in libcore.icu with annotations of type Override Modifier and Type Method Description ObjectNativeBreakIterator. clone()ObjectNativeDecimalFormat. clone()intCollationKeyICU. compareTo(CollationKey other)protected String[][]TimeZoneNames.ZoneStringsCache. create(Locale locale)booleanCollationKeyICU. equals(Object object)booleanNativeBreakIterator. equals(Object object)booleanNativeDecimalFormat. equals(Object object)Note: this doesn't check that the underlying native DecimalFormat objects' configured native DecimalFormatSymbols objects are equal.booleanRuleBasedCollatorICU. equals(Object object)protected voidAlphabeticIndex. finalize()protected voidAlphabeticIndex.ImmutableIndex. finalize()protected voidCollationElementIteratorICU. finalize()Garbage collection.protected voidNativeBreakIterator. finalize()protected voidNativeDecimalFormat. finalize()protected voidNativePluralRules. finalize()protected voidRuleBasedCollatorICU. finalize()protected voidTransliterator. finalize()intCollationKeyICU. hashCode()Creates a hash code for this CollationKey.intNativeBreakIterator. hashCode()intRuleBasedCollatorICU. hashCode()byte[]CollationKeyICU. toByteArray()StringLocaleData. toString() -
Uses of Override in libcore.io
Methods in libcore.io with annotations of type Override Modifier and Type Method Description FileDescriptorBlockGuardOs. accept(FileDescriptor fd, InetSocketAddress peerAddress)voidBlockGuardOs. close(FileDescriptor fd)voidStrictLineReader. close()Closes the reader by closing the underlyingInputStreamand marking this reader as closed.voidBlockGuardOs. connect(FileDescriptor fd, InetAddress address, int port)voidBlockGuardOs. fdatasync(FileDescriptor fd)voidBlockGuardOs. fsync(FileDescriptor fd)voidBlockGuardOs. ftruncate(FileDescriptor fd, long length)StringErrnoException. getMessage()Converts the stashed function name and errno value to a human-readable string.StringGaiException. getMessage()Converts the stashed function name and error value to a human-readable string.FileDescriptorBlockGuardOs. open(String path, int flags, int mode)intBlockGuardOs. poll(StructPollfd[] fds, int timeoutMs)intBlockGuardOs. pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset)intBlockGuardOs. pread(FileDescriptor fd, ByteBuffer buffer, long offset)intBlockGuardOs. pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset)intBlockGuardOs. pwrite(FileDescriptor fd, ByteBuffer buffer, long offset)intBlockGuardOs. read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount)intBlockGuardOs. read(FileDescriptor fd, ByteBuffer buffer)intBlockGuardOs. readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts)intBlockGuardOs. recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress)intBlockGuardOs. recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress)intBlockGuardOs. sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetAddress inetAddress, int port)intBlockGuardOs. sendto(FileDescriptor fd, ByteBuffer buffer, int flags, InetAddress inetAddress, int port)FileDescriptorBlockGuardOs. socket(int domain, int type, int protocol)voidBlockGuardOs. socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2)StringStructGroupReq. toString()StringStructLinger. toString()StringStructPollfd. toString()StringStructTimeval. toString()StringStructUcred. toString()intBlockGuardOs. write(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount)intBlockGuardOs. write(FileDescriptor fd, ByteBuffer buffer)intBlockGuardOs. writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) -
Uses of Override in libcore.net
Methods in libcore.net with annotations of type Override Modifier and Type Method Description protected voidRawSocket. finalize() -
Uses of Override in libcore.net.url
Methods in libcore.net.url with annotations of type Override Modifier and Type Method Description voidFileURLConnection. connect()This methods will attempt to obtain the input stream of the file pointed by thisURL.voidFtpURLConnection. connect()Establishes the connection to the resource specified by thisURLvoidJarURLConnectionImpl. connect()ObjectJarURLConnectionImpl. getContent()Returns the object pointed by thisURL.intFileURLConnection. getContentLength()Returns the length of the file in bytes.intJarURLConnectionImpl. getContentLength()Returns the content length of the resource.StringFileURLConnection. getContentType()Returns the content type of the resource.StringFtpURLConnection. getContentType()Returns the content type of the resource.StringJarURLConnectionImpl. getContentType()Returns the content type of the resource.protected intFtpHandler. getDefaultPort()Return the default port.booleanJarURLConnectionImpl. getDefaultUseCaches()InputStreamFileURLConnection. getInputStream()Returns the input stream of the object referred to by thisURLConnectionFile Sample : "/ZIP211/+/harmony/tools/javac/resources/javac.properties" Invalid File Sample: "/ZIP/+/harmony/tools/javac/resources/javac.properties" "ZIP211/+/harmony/tools/javac/resources/javac.properties"InputStreamFtpURLConnection. getInputStream()Creates a input stream for writing to this URL Connection.InputStreamJarURLConnectionImpl. getInputStream()Creates an input stream for reading from this URL Connection.JarEntryJarURLConnectionImpl. getJarEntry()Returns the JarEntry of the entry referenced by thisURLConnection.JarFileJarURLConnectionImpl. getJarFile()Returns the Jar file referred by thisURLConnection.OutputStreamFtpURLConnection. getOutputStream()Creates a output stream for writing to this URL Connection.PermissionFileURLConnection. getPermission()Returns the permission, in this case the subclass, FilePermission object which represents the permission necessary for this URLConnection to establish the connection.PermissionFtpURLConnection. getPermission()Returns the permission object (in this case, SocketPermission) with the host and the port number as the target name and "resolve, connect" as the action list.PermissionJarURLConnectionImpl. getPermission()Returns the permission, in this case the subclass, FilePermission object which represents the permission necessary for this URLConnection to establish the connection.booleanJarURLConnectionImpl. getUseCaches()URLConnectionFileHandler. openConnection(URL url)Returns a connection to the a file pointed by thisURLin the file systemURLConnectionFileHandler. openConnection(URL url, Proxy proxy)The behavior of this method is the same as openConnection(URL).protected URLConnectionFtpHandler. openConnection(URL u)Open a URLConnection on the given URL.protected URLConnectionFtpHandler. openConnection(URL url, Proxy proxy)Returns a connection, which is established via theproxy, to the FTP server specified by thisURL.protected URLConnectionJarHandler. openConnection(URL u)Returns a connection to the jar file pointed by thisURLin the file systemprotected voidFileHandler. parseURL(URL url, String spec, int start, int end)Parse thestringstr intoURLu which already have the context properties.protected voidJarHandler. parseURL(URL url, String spec, int start, int limit)voidJarURLConnectionImpl. setDefaultUseCaches(boolean defaultusecaches)voidFtpURLConnection. setDoInput(boolean newValue)Set the flag if thisURLConnectionsupports input (read).voidFtpURLConnection. setDoOutput(boolean newValue)Set the flag if thisURLConnectionsupports output(read).voidJarURLConnectionImpl. setUseCaches(boolean usecaches)protected StringJarHandler. toExternalForm(URL url)Build and return the externalized string representation of url. -
Uses of Override in libcore.reflect
Methods in libcore.reflect with annotations of type Override Modifier and Type Method Description booleanTypeVariableImpl. equals(Object o)booleanWildcardTypeImpl. equals(Object o)intTypeVariableImpl. hashCode()intWildcardTypeImpl. hashCode()StringListOfTypes. toString()StringParameterizedTypeImpl. toString()StringTypeVariableImpl. toString()StringWildcardTypeImpl. toString() -
Uses of Override in libcore.util
Methods in libcore.util with annotations of type Override Modifier and Type Method Description booleanZoneInfo. equals(Object obj)intZoneInfo. getDSTSavings()intZoneInfo. getOffset(int era, int year, int month, int day, int dayOfWeek, int millis)intZoneInfo. getOffset(long when)intZoneInfo. getRawOffset()intZoneInfo. hashCode()booleanZoneInfo. hasSameRules(TimeZone timeZone)booleanZoneInfo. inDaylightTime(Date time)voidZoneInfo. setRawOffset(int off)StringZoneInfo. toString()booleanZoneInfo. useDaylightTime() -
Uses of Override in org.apache.harmony.crypto.internal
Methods in org.apache.harmony.crypto.internal with annotations of type Override Modifier and Type Method Description byte[]NullCipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen)intNullCipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)intNullCipherSpi. engineDoFinal(ByteBuffer input, ByteBuffer output)intNullCipherSpi. engineGetBlockSize()byte[]NullCipherSpi. engineGetIV()intNullCipherSpi. engineGetKeySize(Key key)intNullCipherSpi. engineGetOutputSize(int inputLen)AlgorithmParametersNullCipherSpi. engineGetParameters()voidNullCipherSpi. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)voidNullCipherSpi. engineInit(int opmode, Key key, SecureRandom random)voidNullCipherSpi. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)voidNullCipherSpi. engineSetMode(String arg0)voidNullCipherSpi. engineSetPadding(String arg0)KeyNullCipherSpi. engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType)byte[]NullCipherSpi. engineUpdate(byte[] input, int inputOffset, int inputLen)intNullCipherSpi. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)intNullCipherSpi. engineUpdate(ByteBuffer input, ByteBuffer output)byte[]NullCipherSpi. engineWrap(Key key) -
Uses of Override in org.apache.harmony.luni.util
Methods in org.apache.harmony.luni.util with annotations of type Override Modifier and Type Method Description voidDeleteOnExit. run()Does the actual work. -
Uses of Override in org.apache.harmony.security.asn1
Methods in org.apache.harmony.security.asn1 with annotations of type Override Modifier and Type Method Description ObjectASN1BitString. decode(BerInputStream in)ObjectASN1OctetString. decode(BerInputStream in)ObjectASN1UTCTime. decode(BerInputStream in)voidDerOutputStream. encodeChoice(ASN1Choice choice)voidASN1BitString. encodeContent(BerOutputStream out)voidASN1OctetString. encodeContent(BerOutputStream out)voidASN1UTCTime. encodeContent(BerOutputStream out)voidDerOutputStream. encodeExplicit(ASN1Explicit explicit)voidDerOutputStream. encodeSequence(ASN1Sequence sequence)voidDerOutputStream. encodeSequenceOf(ASN1SequenceOf sequenceOf)voidDerOutputStream. encodeSetOf(ASN1SetOf setOf)booleanObjectIdentifier. equals(Object o)voidDerOutputStream. getChoiceLength(ASN1Choice choice)ObjectASN1BitString.ASN1NamedBitList. getDecodedObject(BerInputStream in)ObjectASN1BitString. getDecodedObject(BerInputStream in)Extracts BitString object from BER input stream.ObjectASN1Boolean. getDecodedObject(BerInputStream in)Extracts Boolean object from BER input stream.ObjectASN1OctetString. getDecodedObject(BerInputStream in)Extracts array of bytes from BER input stream.ObjectASN1Oid. getDecodedObject(BerInputStream in)Extracts array of integers from BER input stream.ObjectASN1Time. getDecodedObject(BerInputStream in)voidDerOutputStream. getExplicitLength(ASN1Explicit explicit)voidDerOutputStream. getSequenceLength(ASN1Sequence sequence)voidDerOutputStream. getSequenceOfLength(ASN1SequenceOf sequence)voidDerOutputStream. getSetOfLength(ASN1SetOf setOf)intObjectIdentifier. hashCode()voidASN1BitString.ASN1NamedBitList. setEncodingContent(BerOutputStream out)voidASN1BitString. setEncodingContent(BerOutputStream out)voidASN1OctetString. setEncodingContent(BerOutputStream out)voidASN1UTCTime. setEncodingContent(BerOutputStream out)StringASN1Explicit. toString()StringASN1Type. toString()StringObjectIdentifier. toString() -
Uses of Override in org.apache.harmony.security.pkcs10
Methods in org.apache.harmony.security.pkcs10 with annotations of type Override Modifier and Type Method Description StringCertificationRequestInfo. toString() -
Uses of Override in org.apache.harmony.security.pkcs7
-
Uses of Override in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert with annotations of type Override Modifier and Type Method Description List<X509Certificate>X509CertPathImpl. getCertificates()Set<String>X509CertImpl. getCriticalExtensionOIDs()byte[]X509CertImpl. getEncoded()byte[]X509CertPathImpl. getEncoded()Returns in PkiPath format which is our default encoding.byte[]X509CertPathImpl. getEncoded(String encoding)Iterator<String>X509CertPathImpl. getEncodings()byte[]X509CertImpl. getExtensionValue(String oid)Set<String>X509CertImpl. getNonCriticalExtensionOIDs()PublicKeyX509CertImpl. getPublicKey()booleanX509CertImpl. hasUnsupportedCriticalExtension()StringX509CertImpl. toString()voidX509CertImpl. verify(PublicKey key)voidX509CertImpl. verify(PublicKey key, String sigProvider) -
Uses of Override in org.apache.harmony.security.x509
Methods in org.apache.harmony.security.x509 with annotations of type Override Modifier and Type Method Description voidAlternativeName. dumpValue(StringBuilder sb, String prefix)voidAuthorityKeyIdentifier. dumpValue(StringBuilder sb, String prefix)voidCertificateIssuer. dumpValue(StringBuilder sb, String prefix)voidCertificatePolicies. dumpValue(StringBuilder sb, String prefix)voidCRLDistributionPoints. dumpValue(StringBuilder sb, String prefix)voidCRLNumber. dumpValue(StringBuilder sb, String prefix)voidExtendedKeyUsage. dumpValue(StringBuilder sb, String prefix)voidInfoAccessSyntax. dumpValue(StringBuilder sb, String prefix)voidInhibitAnyPolicy. dumpValue(StringBuilder sb, String prefix)voidInvalidityDate. dumpValue(StringBuilder sb, String prefix)voidIssuingDistributionPoint. dumpValue(StringBuilder sb, String prefix)voidKeyUsage. dumpValue(StringBuilder sb, String prefix)voidNameConstraints. dumpValue(StringBuilder sb, String prefix)voidPolicyConstraints. dumpValue(StringBuilder sb, String prefix)voidReasonCode. dumpValue(StringBuilder sb, String prefix)voidSubjectKeyIdentifier. dumpValue(StringBuilder sb, String prefix)booleanAlgorithmIdentifier. equals(Object ai)booleanExtension. equals(Object ext)booleanExtensions. equals(Object other)booleanTBSCertList. equals(Object other)byte[]AlternativeName. getEncoded()Returns ASN.1 encoded form of this X.509 AlternativeName value.byte[]AuthorityKeyIdentifier. getEncoded()byte[]CertificatePolicies. getEncoded()Returns ASN.1 encoded form of this X.509 CertificatePolicies value.byte[]CRLDistributionPoints. getEncoded()byte[]CRLNumber. getEncoded()Returns ASN.1 encoded form of this X.509 CRLNumber value.byte[]ExtendedKeyUsage. getEncoded()byte[]InfoAccessSyntax. getEncoded()Returns ASN.1 encoded form of this X.509 InfoAccessSyntax.byte[]InhibitAnyPolicy. getEncoded()Returns ASN.1 encoded form of the object.byte[]InvalidityDate. getEncoded()Returns ASN.1 encoded form of this X.509 InvalidityDate value.byte[]IssuingDistributionPoint. getEncoded()byte[]KeyUsage. getEncoded()byte[]NameConstraints. getEncoded()byte[]PolicyConstraints. getEncoded()Returns ASN.1 encoded form of this X.509 PolicyConstraints value.byte[]ReasonCode. getEncoded()byte[]SubjectKeyIdentifier. getEncoded()intAlgorithmIdentifier. hashCode()intExtension. hashCode()intExtensions. hashCode()intTBSCertList. hashCode()StringAccessDescription. toString()StringCertificate. toString()StringCertificateList. toString()StringInfoAccessSyntax. toString()StringX509PublicKey. toString() -
Uses of Override in org.apache.harmony.xml.dom
Methods in org.apache.harmony.xml.dom with annotations of type Override Modifier and Type Method Description NamedNodeMapElementImpl. getAttributes()StringAttrImpl. getLocalName()StringElementImpl. getLocalName()StringAttrImpl. getNamespaceURI()StringElementImpl. getNamespaceURI()StringAttrImpl. getNodeName()StringCDATASectionImpl. getNodeName()StringCommentImpl. getNodeName()StringDocumentFragmentImpl. getNodeName()StringDocumentImpl. getNodeName()StringDocumentTypeImpl. getNodeName()StringElementImpl. getNodeName()StringEntityImpl. getNodeName()StringEntityReferenceImpl. getNodeName()StringNotationImpl. getNodeName()StringProcessingInstructionImpl. getNodeName()StringTextImpl. getNodeName()shortCDATASectionImpl. getNodeType()shortCommentImpl. getNodeType()shortDocumentFragmentImpl. getNodeType()shortDocumentImpl. getNodeType()shortDocumentTypeImpl. getNodeType()shortEntityImpl. getNodeType()shortEntityReferenceImpl. getNodeType()shortNotationImpl. getNodeType()shortProcessingInstructionImpl. getNodeType()shortTextImpl. getNodeType()StringAttrImpl. getNodeValue()StringCharacterDataImpl. getNodeValue()StringProcessingInstructionImpl. getNodeValue()StringAttrImpl. getPrefix()StringElementImpl. getPrefix()StringDocumentImpl. getTextContent()StringDocumentTypeImpl. getTextContent()booleanElementImpl. hasAttributes()NodeDocumentImpl. insertChildAt(Node toInsert, int index)Document elements may have at most one root element and at most one DTD element.voidInnerNodeImpl. normalize()Normalize the text nodes within this subtree.voidAttrImpl. setPrefix(String prefix)voidElementImpl. setPrefix(String prefix) -
Uses of Override in org.apache.harmony.xml.parsers
Methods in org.apache.harmony.xml.parsers with annotations of type Override Modifier and Type Method Description ObjectDocumentBuilderFactoryImpl. getAttribute(String name)booleanDocumentBuilderFactoryImpl. getFeature(String name)booleanSAXParserFactoryImpl. getFeature(String name)booleanSAXParserFactoryImpl. isNamespaceAware()booleanSAXParserFactoryImpl. isValidating()DocumentBuilderDocumentBuilderFactoryImpl. newDocumentBuilder()SAXParserSAXParserFactoryImpl. newSAXParser()voidDocumentBuilderFactoryImpl. setAttribute(String name, Object value)voidDocumentBuilderFactoryImpl. setFeature(String name, boolean value)voidSAXParserFactoryImpl. setFeature(String name, boolean value)voidSAXParserFactoryImpl. setNamespaceAware(boolean value)voidSAXParserFactoryImpl. setValidating(boolean value) -
Uses of Override in org.apache.http.auth
Methods in org.apache.http.auth with annotations of type Override Modifier and Type Method Description booleanAuthScope. equals(Object o)booleanBasicUserPrincipal. equals(Object o)booleanNTCredentials. equals(Object o)booleanNTUserPrincipal. equals(Object o)booleanUsernamePasswordCredentials. equals(Object o)intAuthScope. hashCode()intBasicUserPrincipal. hashCode()intNTCredentials. hashCode()intNTUserPrincipal. hashCode()intUsernamePasswordCredentials. hashCode()StringAuthScope. toString()StringAuthState. toString()StringBasicUserPrincipal. toString()StringNTCredentials. toString()StringNTUserPrincipal. toString()StringUsernamePasswordCredentials. toString() -
Uses of Override in org.apache.http.client.methods
Methods in org.apache.http.client.methods with annotations of type Override Modifier and Type Method Description ObjectHttpEntityEnclosingRequestBase. clone()ObjectHttpRequestBase. clone()StringHttpDelete. getMethod()StringHttpGet. getMethod()StringHttpHead. getMethod()StringHttpOptions. getMethod()StringHttpPost. getMethod()StringHttpPut. getMethod()StringHttpTrace. getMethod() -
Uses of Override in org.apache.http.conn
Methods in org.apache.http.conn with annotations of type Override Modifier and Type Method Description intEofSensorInputStream. available()voidEofSensorInputStream. close()voidBasicManagedEntity. consumeContent()booleanMultihomePlainSocketFactory. equals(Object obj)Compares this factory with an object.InputStreamBasicManagedEntity. getContent()intMultihomePlainSocketFactory. hashCode()Obtains a hash code for this object.booleanBasicManagedEntity. isRepeatable()intEofSensorInputStream. read()intEofSensorInputStream. read(byte[] b)intEofSensorInputStream. read(byte[] b, int off, int len)voidBasicManagedEntity. writeTo(OutputStream outstream) -
Uses of Override in org.apache.http.conn.routing
Methods in org.apache.http.conn.routing with annotations of type Override Modifier and Type Method Description ObjectHttpRoute. clone()ObjectRouteTracker. clone()booleanHttpRoute. equals(Object o)Compares this route to another.booleanRouteTracker. equals(Object o)Compares this tracked route to another.intHttpRoute. hashCode()Generates a hash code for this route.intRouteTracker. hashCode()Generates a hash code for this tracked route.StringHttpRoute. toString()Obtains a description of this route.StringRouteTracker. toString()Obtains a description of the tracked route. -
Uses of Override in org.apache.http.conn.scheme
Methods in org.apache.http.conn.scheme with annotations of type Override Modifier and Type Method Description booleanPlainSocketFactory. equals(Object obj)Compares this factory with an object.booleanScheme. equals(Object obj)Compares this scheme to an object.intPlainSocketFactory. hashCode()Obtains a hash code for this object.intScheme. hashCode()Obtains a hash code for this scheme.StringScheme. toString()Return a string representation of this object. -
Uses of Override in org.apache.http.conn.ssl
-
Uses of Override in org.apache.http.cookie
Methods in org.apache.http.cookie with annotations of type Override Modifier and Type Method Description StringCookieOrigin. toString() -
Uses of Override in org.apache.http.impl.auth
Methods in org.apache.http.impl.auth with annotations of type Override Modifier and Type Method Description protected voidNTLMScheme. parseChallenge(CharArrayBuffer buffer, int pos, int len)protected voidRFC2617Scheme. parseChallenge(CharArrayBuffer buffer, int pos, int len)voidBasicScheme. processChallenge(Header header)Processes the Basic challenge.voidDigestScheme. processChallenge(Header header)Processes the Digest challenge. -
Uses of Override in org.apache.http.impl.client
-
Uses of Override in org.apache.http.impl.conn
Methods in org.apache.http.impl.conn with annotations of type Override Modifier and Type Method Description voidDefaultClientConnection. close()protected HttpMessageParserDefaultClientConnection. createResponseParser(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params)protected SessionInputBufferDefaultClientConnection. createSessionInputBuffer(Socket socket, int buffersize, HttpParams params)protected SessionOutputBufferDefaultClientConnection. createSessionOutputBuffer(Socket socket, int buffersize, HttpParams params)protected voidAbstractPooledConnAdapter. detach()Detaches this adapter from the wrapped connection.protected voidSingleClientConnManager. finalize()SocketDefaultClientConnection. getSocket()protected HttpMessageDefaultResponseParser. parseHead(SessionInputBuffer sessionBuffer)HttpResponseDefaultClientConnection. receiveResponseHeader()voidDefaultClientConnection. sendRequestHeader(HttpRequest request)voidDefaultClientConnection. shutdown()Force-closes this connection. -
Uses of Override in org.apache.http.impl.conn.tsccm
Methods in org.apache.http.impl.conn.tsccm with annotations of type Override Modifier and Type Method Description voidConnPoolByRoute. deleteClosedConnections()protected voidBasicPooledConnAdapter. detach()protected voidThreadSafeClientConnManager. finalize()voidConnPoolByRoute. freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUnit)protected ClientConnectionManagerBasicPooledConnAdapter. getManager()protected voidConnPoolByRoute. handleLostEntry(HttpRoute route)PoolEntryRequestConnPoolByRoute. requestPoolEntry(HttpRoute route, Object state)voidConnPoolByRoute. shutdown()StringRefQueueWorker. toString()Obtains a description of this worker. -
Uses of Override in org.apache.http.impl.cookie
Methods in org.apache.http.impl.cookie with annotations of type Override Modifier and Type Method Description ObjectBasicClientCookie. clone()ObjectBasicClientCookie2. clone()protected voidRFC2965Spec. formatCookieAsVer(CharArrayBuffer buffer, Cookie cookie, int version)Adds valid Port attribute value, e.g.StringBasicClientCookie2. getCommentURL()int[]BasicClientCookie2. getPorts()intRFC2965Spec. getVersion()HeaderRFC2965Spec. getVersionHeader()booleanBasicClientCookie2. isExpired(Date date)booleanBasicClientCookie2. isPersistent()booleanBasicSecureHandler. match(Cookie cookie, CookieOrigin origin)booleanNetscapeDomainHandler. match(Cookie cookie, CookieOrigin origin)booleanRFC2965Spec. match(Cookie cookie, CookieOrigin origin)List<Cookie>RFC2965Spec. parse(Header header, CookieOrigin origin)StringBasicClientCookie. toString()voidNetscapeDomainHandler. validate(Cookie cookie, CookieOrigin origin)voidRFC2109Spec. validate(Cookie cookie, CookieOrigin origin)voidRFC2109VersionHandler. validate(Cookie cookie, CookieOrigin origin)voidRFC2965Spec. validate(Cookie cookie, CookieOrigin origin) -
Uses of Override in org.bouncycastle.crypto.digests
Methods in org.bouncycastle.crypto.digests with annotations of type Override Modifier and Type Method Description protected voidOpenSSLDigest. finalize() -
Uses of Override in org.conscrypt
Methods in org.conscrypt with annotations of type Override Modifier and Type Method Description SocketOpenSSLServerSocketImpl. accept()SocketSSLServerSocketImpl. accept()This method works according to the specification of implemented class.voidOpenSSLSocketImpl. addHandshakeCompletedListener(HandshakeCompletedListener listener)voidSSLSocketImpl. addHandshakeCompletedListener(HandshakeCompletedListener listener)This method works according to the specification of implemented class.intHandshakeIODataStream. available()intSSLBufferedInput. available()abstract intSSLInputStream. available()intSSLSocketInputStream. available()Returns the number of bytes available for reading without blocking.intSSLStreamedInput. available()voidSSLEngineImpl. beginHandshake()Starts the handshake.voidOpenSSLSocketImplWrapper. bind(SocketAddress sockaddr)voidSSLSocketWrapper. bind(SocketAddress sockaddr)voidTrustManagerImpl. checkClientTrusted(X509Certificate[] chain, String authType)voidTrustManagerImpl. checkServerTrusted(X509Certificate[] chain, String authType)protected voidOpenSSLCipher.AES. checkSupportedKeySize(int keyLength)protected voidOpenSSLCipher.ARC4. checkSupportedKeySize(int keySize)protected voidOpenSSLCipher.DESEDE. checkSupportedKeySize(int keySize)protected voidOpenSSLCipher.AES. checkSupportedMode(OpenSSLCipher.Mode mode)protected voidOpenSSLCipher.ARC4. checkSupportedMode(OpenSSLCipher.Mode mode)protected voidOpenSSLCipher.DESEDE. checkSupportedMode(OpenSSLCipher.Mode mode)protected voidOpenSSLCipher.AES. checkSupportedPadding(OpenSSLCipher.Padding padding)protected voidOpenSSLCipher.ARC4. checkSupportedPadding(OpenSSLCipher.Padding padding)protected voidOpenSSLCipher.DESEDE. checkSupportedPadding(OpenSSLCipher.Padding padding)voidOpenSSLX509Certificate. checkValidity()voidOpenSSLX509Certificate. checkValidity(Date date)StringKeyManagerImpl. chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine engine)StringKeyManagerImpl. chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine)protected ObjectSSLParametersImpl. clone()Returns the clone of this object.ObjectSSLSessionImpl. clone()voidOpenSSLSocketImpl. close()voidSSLSocketImpl. close()This method works according to the specification of implemented class.voidSSLSocketInputStream. close()Closes the streamvoidSSLEngineImpl. closeInbound()Closes inbound operations of this enginevoidSSLEngineImpl. closeOutbound()Closes outbound operations of this engineprotected voidSSLSocketWrapper. closeTransportLayer()voidOpenSSLSocketImplWrapper. connect(SocketAddress sockaddr)voidOpenSSLSocketImplWrapper. connect(SocketAddress sockaddr, int timeout)voidSSLSocketImpl. connect(SocketAddress endpoint)This method works according to the specification of implemented class.voidSSLSocketImpl. connect(SocketAddress endpoint, int timeout)This method works according to the specification of implemented class.voidSSLSocketWrapper. connect(SocketAddress sockaddr)voidSSLSocketWrapper. connect(SocketAddress sockaddr, int timeout)ServerSocketSSLServerSocketFactoryImpl. createServerSocket()ServerSocketSSLServerSocketFactoryImpl. createServerSocket(int port)ServerSocketSSLServerSocketFactoryImpl. createServerSocket(int port, int backlog)ServerSocketSSLServerSocketFactoryImpl. createServerSocket(int port, int backlog, InetAddress iAddress)SocketSSLSocketFactoryImpl. createSocket()SocketSSLSocketFactoryImpl. createSocket(String host, int port)SocketSSLSocketFactoryImpl. createSocket(String host, int port, InetAddress localHost, int localPort)SocketSSLSocketFactoryImpl. createSocket(InetAddress host, int port)SocketSSLSocketFactoryImpl. createSocket(InetAddress address, int port, InetAddress localAddress, int localPort)SocketSSLSocketFactoryImpl. createSocket(Socket s, String host, int port, boolean autoClose)protected byte[]ConnectionStateSSLv3. decrypt(byte type, byte[] fragment, int offset, int len)Retrieves the fragment of the Plaintext structure of the specified type from the provided data.protected byte[]ConnectionStateTLS. decrypt(byte type, byte[] fragment, int offset, int len)Retrieves the fragment of the Plaintext structure of the specified type from the provided data representing the Generic[Stream|Block]Cipher structure.protected byte[]ConnectionStateSSLv3. encrypt(byte type, byte[] fragment, int offset, int len)Creates the GenericStreamCipher or GenericBlockCipher data structure for specified data of specified type.protected byte[]ConnectionStateTLS. encrypt(byte type, byte[] fragment, int offset, int len)Creates the GenericStreamCipher or GenericBlockCipher data structure for specified data of specified type.Enumeration<String>TrustedCertificateKeyStoreSpi. engineAliases()booleanTrustedCertificateKeyStoreSpi. engineContainsAlias(String alias)SSLEngineSSLContextImpl. engineCreateSSLEngine()SSLEngineSSLContextImpl. engineCreateSSLEngine(String host, int port)voidTrustedCertificateKeyStoreSpi. engineDeleteEntry(String alias)protected byte[]OpenSSLMessageDigestJDK. engineDigest()protected byte[]OpenSSLCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected intOpenSSLCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected byte[]OpenSSLCipherRSA. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected intOpenSSLCipherRSA. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected byte[]OpenSSLMac. engineDoFinal()KeyOpenSSLECDHKeyAgreement. engineDoPhase(Key key, boolean lastPhase)CertificateOpenSSLX509CertificateFactory. engineGenerateCertificate(InputStream inStream)Collection<? extends Certificate>OpenSSLX509CertificateFactory. engineGenerateCertificates(InputStream inStream)CertPathOpenSSLX509CertificateFactory. engineGenerateCertPath(InputStream inStream)CertPathOpenSSLX509CertificateFactory. engineGenerateCertPath(InputStream inStream, String encoding)CertPathOpenSSLX509CertificateFactory. engineGenerateCertPath(List<? extends Certificate> certificates)CRLOpenSSLX509CertificateFactory. engineGenerateCRL(InputStream inStream)Collection<? extends CRL>OpenSSLX509CertificateFactory. engineGenerateCRLs(InputStream inStream)protected PrivateKeyOpenSSLDSAKeyFactory. engineGeneratePrivate(KeySpec keySpec)protected PrivateKeyOpenSSLECKeyFactory. engineGeneratePrivate(KeySpec keySpec)protected PrivateKeyOpenSSLRSAKeyFactory. engineGeneratePrivate(KeySpec keySpec)protected PublicKeyOpenSSLDSAKeyFactory. engineGeneratePublic(KeySpec keySpec)protected PublicKeyOpenSSLECKeyFactory. engineGeneratePublic(KeySpec keySpec)protected PublicKeyOpenSSLRSAKeyFactory. engineGeneratePublic(KeySpec keySpec)protected byte[]OpenSSLECDHKeyAgreement. engineGenerateSecret()protected intOpenSSLECDHKeyAgreement. engineGenerateSecret(byte[] sharedSecret, int offset)protected SecretKeyOpenSSLECDHKeyAgreement. engineGenerateSecret(String algorithm)protected byte[]OpenSSLRandom. engineGenerateSeed(int numBytes)protected intOpenSSLCipher. engineGetBlockSize()protected intOpenSSLCipherRSA. engineGetBlockSize()CertificateTrustedCertificateKeyStoreSpi. engineGetCertificate(String alias)StringTrustedCertificateKeyStoreSpi. engineGetCertificateAlias(Certificate c)Certificate[]TrustedCertificateKeyStoreSpi. engineGetCertificateChain(String alias)Iterator<String>OpenSSLX509CertificateFactory. engineGetCertPathEncodings()ClientSessionContextSSLContextImpl. engineGetClientSessionContext()DateTrustedCertificateKeyStoreSpi. engineGetCreationDate(String alias)protected intOpenSSLMessageDigestJDK. engineGetDigestLength()protected byte[]OpenSSLCipher. engineGetIV()protected byte[]OpenSSLCipherRSA. engineGetIV()KeyTrustedCertificateKeyStoreSpi. engineGetKey(String alias, char[] password)protected KeyManager[]KeyManagerFactoryImpl. engineGetKeyManagers()protected <T extends KeySpec>
TOpenSSLDSAKeyFactory. engineGetKeySpec(Key key, Class<T> keySpec)protected <T extends KeySpec>
TOpenSSLECKeyFactory. engineGetKeySpec(Key key, Class<T> keySpec)protected <T extends KeySpec>
TOpenSSLRSAKeyFactory. engineGetKeySpec(Key key, Class<T> keySpec)protected intOpenSSLMac. engineGetMacLength()protected intOpenSSLCipher. engineGetOutputSize(int inputLen)protected intOpenSSLCipherRSA. engineGetOutputSize(int inputLen)protected ObjectOpenSSLSignature. engineGetParameter(String param)protected ObjectOpenSSLSignatureRawRSA. engineGetParameter(String param)protected AlgorithmParametersOpenSSLCipher. engineGetParameters()protected AlgorithmParametersOpenSSLCipherRSA. engineGetParameters()ServerSessionContextSSLContextImpl. engineGetServerSessionContext()SSLServerSocketFactoryOpenSSLContextImpl. engineGetServerSocketFactory()SSLServerSocketFactorySSLContextImpl. engineGetServerSocketFactory()SSLSocketFactoryOpenSSLContextImpl. engineGetSocketFactory()SSLSocketFactorySSLContextImpl. engineGetSocketFactory()TrustManager[]TrustManagerFactoryImpl. engineGetTrustManagers()voidDefaultSSLContextImpl. engineInit(KeyManager[] kms, TrustManager[] tms, SecureRandom sr)protected voidKeyManagerFactoryImpl. engineInit(KeyStore ks, char[] password)protected voidKeyManagerFactoryImpl. engineInit(ManagerFactoryParameters spec)protected voidOpenSSLCipher. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidOpenSSLCipher. engineInit(int opmode, Key key, SecureRandom random)protected voidOpenSSLCipher. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)protected voidOpenSSLCipherRSA. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidOpenSSLCipherRSA. engineInit(int opmode, Key key, SecureRandom random)protected voidOpenSSLCipherRSA. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)protected voidOpenSSLECDHKeyAgreement. engineInit(Key key, SecureRandom random)protected voidOpenSSLECDHKeyAgreement. engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random)protected voidOpenSSLMac. engineInit(Key key, AlgorithmParameterSpec params)voidSSLContextImpl. engineInit(KeyManager[] kms, TrustManager[] tms, SecureRandom sr)Initializes thisSSLContextinstance.voidTrustManagerFactoryImpl. engineInit(KeyStore ks)voidTrustManagerFactoryImpl. engineInit(ManagerFactoryParameters spec)protected voidOpenSSLSignature. engineInitSign(PrivateKey privateKey)protected voidOpenSSLSignatureRawRSA. engineInitSign(PrivateKey privateKey)protected voidOpenSSLSignature. engineInitVerify(PublicKey publicKey)protected voidOpenSSLSignatureRawRSA. engineInitVerify(PublicKey publicKey)booleanTrustedCertificateKeyStoreSpi. engineIsCertificateEntry(String alias)booleanTrustedCertificateKeyStoreSpi. engineIsKeyEntry(String alias)voidTrustedCertificateKeyStoreSpi. engineLoad(InputStream stream, char[] password)protected voidOpenSSLRandom. engineNextBytes(byte[] bytes)protected voidOpenSSLMac. engineReset()protected voidOpenSSLMessageDigestJDK. engineReset()voidTrustedCertificateKeyStoreSpi. engineSetCertificateEntry(String alias, Certificate cert)voidTrustedCertificateKeyStoreSpi. engineSetKeyEntry(String alias, byte[] key, Certificate[] chain)voidTrustedCertificateKeyStoreSpi. engineSetKeyEntry(String alias, Key key, char[] password, Certificate[] chain)protected voidOpenSSLCipher. engineSetMode(String modeStr)protected voidOpenSSLCipherRSA. engineSetMode(String mode)protected voidOpenSSLCipher. engineSetPadding(String paddingStr)protected voidOpenSSLCipherRSA. engineSetPadding(String padding)protected voidOpenSSLSignature. engineSetParameter(String param, Object value)protected voidOpenSSLSignatureRawRSA. engineSetParameter(String param, Object value)protected voidOpenSSLRandom. engineSetSeed(byte[] seed)protected byte[]OpenSSLSignature. engineSign()protected byte[]OpenSSLSignatureRawRSA. engineSign()intTrustedCertificateKeyStoreSpi. engineSize()voidTrustedCertificateKeyStoreSpi. engineStore(OutputStream stream, char[] password)protected KeyOpenSSLDSAKeyFactory. engineTranslateKey(Key key)protected KeyOpenSSLECKeyFactory. engineTranslateKey(Key key)protected KeyOpenSSLRSAKeyFactory. engineTranslateKey(Key key)protected KeyOpenSSLCipher. engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType)protected KeyOpenSSLCipherRSA. engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType)protected byte[]OpenSSLCipher. engineUpdate(byte[] input, int inputOffset, int inputLen)protected intOpenSSLCipher. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected byte[]OpenSSLCipherRSA. engineUpdate(byte[] input, int inputOffset, int inputLen)protected intOpenSSLCipherRSA. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected voidOpenSSLMac. engineUpdate(byte input)protected voidOpenSSLMac. engineUpdate(byte[] input, int offset, int len)protected voidOpenSSLMessageDigestJDK. engineUpdate(byte input)protected voidOpenSSLMessageDigestJDK. engineUpdate(byte[] input, int offset, int len)protected voidOpenSSLSignature. engineUpdate(byte input)protected voidOpenSSLSignature. engineUpdate(byte[] input, int offset, int len)protected voidOpenSSLSignatureRawRSA. engineUpdate(byte input)protected voidOpenSSLSignatureRawRSA. engineUpdate(byte[] input, int offset, int len)protected booleanOpenSSLSignature. engineVerify(byte[] sigBytes)protected booleanOpenSSLSignatureRawRSA. engineVerify(byte[] sigBytes)protected byte[]OpenSSLCipher. engineWrap(Key key)protected byte[]OpenSSLCipherRSA. engineWrap(Key key)booleanOpenSSLDSAParams. equals(Object o)booleanOpenSSLDSAPrivateKey. equals(Object o)booleanOpenSSLDSAPublicKey. equals(Object o)booleanOpenSSLECGroupContext. equals(Object o)booleanOpenSSLECPrivateKey. equals(Object o)booleanOpenSSLECPublicKey. equals(Object o)booleanOpenSSLEngine. equals(Object o)booleanOpenSSLKey. equals(Object o)booleanOpenSSLRSAPrivateCrtKey. equals(Object o)booleanOpenSSLRSAPrivateKey. equals(Object o)booleanOpenSSLRSAPublicKey. equals(Object o)booleanOpenSSLSecretKey. equals(Object o)booleanOpenSSLX509Certificate. equals(Object other)booleanX509PublicKey. equals(Object obj)protected voidOpenSSLDigestContext. finalize()protected voidOpenSSLECGroupContext. finalize()protected voidOpenSSLEngine. finalize()protected voidOpenSSLKey. finalize()protected voidOpenSSLMessageDigestJDK. finalize()protected voidOpenSSLSessionImpl. finalize()protected voidOpenSSLSignature. finalize()protected voidOpenSSLSocketImpl. finalize()protected voidOpenSSLX509Certificate. finalize()protected voidOpenSSLX509CRL. finalize()KeyPairOpenSSLDSAKeyPairGenerator. generateKeyPair()KeyPairOpenSSLECKeyPairGenerator. generateKeyPair()KeyPairOpenSSLRSAKeyPairGenerator. generateKeyPair()X509Certificate[]TrustManagerImpl. getAcceptedIssuers()StringOpenSSLDSAPrivateKey. getAlgorithm()StringOpenSSLDSAPublicKey. getAlgorithm()StringOpenSSLECPrivateKey. getAlgorithm()StringOpenSSLECPublicKey. getAlgorithm()StringOpenSSLRSAPrivateKey. getAlgorithm()StringOpenSSLRSAPublicKey. getAlgorithm()StringOpenSSLSecretKey. getAlgorithm()StringX509PublicKey. getAlgorithm()protected StringOpenSSLCipher.AES. getBaseCipherName()protected StringOpenSSLCipher.ARC4. getBaseCipherName()protected StringOpenSSLCipher.DESEDE. getBaseCipherName()intOpenSSLX509Certificate. getBasicConstraints()List<? extends Certificate>OpenSSLX509CertPath. getCertificates()protected intOpenSSLCipher.AES. getCipherBlockSize()protected intOpenSSLCipher.ARC4. getCipherBlockSize()protected intOpenSSLCipher.DESEDE. getCipherBlockSize()protected StringOpenSSLCipher.AES. getCipherName(int keyLength, OpenSSLCipher.Mode mode)protected StringOpenSSLCipher.ARC4. getCipherName(int keySize, OpenSSLCipher.Mode mode)protected StringOpenSSLCipher.DESEDE. getCipherName(int keySize, OpenSSLCipher.Mode mode)Set<String>OpenSSLX509Certificate. getCriticalExtensionOIDs()Set<String>OpenSSLX509CRL. getCriticalExtensionOIDs()Set<String>OpenSSLX509CRLEntry. getCriticalExtensionOIDs()BigIntegerOpenSSLRSAPrivateCrtKey. getCrtCoefficient()String[]SSLServerSocketFactoryImpl. getDefaultCipherSuites()String[]SSLSocketFactoryImpl. getDefaultCipherSuites()RunnableSSLEngineImpl. getDelegatedTask()Returns handshake's delegated tasks to be runString[]OpenSSLServerSocketImpl. getEnabledCipherSuites()String[]OpenSSLSocketImpl. getEnabledCipherSuites()String[]SSLEngineImpl. getEnabledCipherSuites()This method works according to the specification of implemented class.String[]SSLServerSocketImpl. getEnabledCipherSuites()This method works according to the specification of implemented class.String[]SSLSocketImpl. getEnabledCipherSuites()This method works according to the specification of implemented class.String[]OpenSSLServerSocketImpl. getEnabledProtocols()The names of the protocols' versions that in use on this SSL connection.String[]OpenSSLSocketImpl. getEnabledProtocols()String[]SSLEngineImpl. getEnabledProtocols()This method works according to the specification of implemented class.String[]SSLServerSocketImpl. getEnabledProtocols()This method works according to the specification of implemented class.String[]SSLSocketImpl. getEnabledProtocols()This method works according to the specification of implemented class.booleanOpenSSLServerSocketImpl. getEnableSessionCreation()booleanOpenSSLSocketImpl. getEnableSessionCreation()booleanSSLEngineImpl. getEnableSessionCreation()This method works according to the specification of implemented class.booleanSSLServerSocketImpl. getEnableSessionCreation()This method works according to the specification of implemented class.booleanSSLSocketImpl. getEnableSessionCreation()This method works according to the specification of implemented class.byte[]OpenSSLDSAPrivateKey. getEncoded()byte[]OpenSSLDSAPublicKey. getEncoded()byte[]OpenSSLECPrivateKey. getEncoded()byte[]OpenSSLECPublicKey. getEncoded()byte[]OpenSSLRSAPrivateKey. getEncoded()byte[]OpenSSLRSAPublicKey. getEncoded()byte[]OpenSSLSecretKey. getEncoded()byte[]OpenSSLX509Certificate. getEncoded()byte[]OpenSSLX509CertPath. getEncoded()byte[]OpenSSLX509CertPath. getEncoded(String encoding)byte[]OpenSSLX509CRL. getEncoded()byte[]OpenSSLX509CRLEntry. getEncoded()byte[]X509PublicKey. getEncoded()Iterator<String>OpenSSLX509CertPath. getEncodings()List<String>OpenSSLX509Certificate. getExtendedKeyUsage()byte[]OpenSSLX509Certificate. getExtensionValue(String oid)byte[]OpenSSLX509CRL. getExtensionValue(String oid)byte[]OpenSSLX509CRLEntry. getExtensionValue(String oid)FileDescriptorOpenSSLSocketImpl. getFileDescriptor$()FileDescriptorSSLSocketWrapper. getFileDescriptor$()StringOpenSSLDSAPrivateKey. getFormat()StringOpenSSLDSAPublicKey. getFormat()StringOpenSSLECPrivateKey. getFormat()StringOpenSSLECPublicKey. getFormat()StringOpenSSLRSAPublicKey. getFormat()StringOpenSSLSecretKey. getFormat()StringX509PublicKey. getFormat()BigIntegerOpenSSLDSAParams. getG()SSLEngineResult.HandshakeStatusSSLEngineImpl. getHandshakeStatus()This method works according to the specification of implemented class.InetAddressOpenSSLSocketImplWrapper. getInetAddress()InetAddressSSLSocketWrapper. getInetAddress()InputStreamOpenSSLSocketImpl. getInputStream()InputStreamSSLSocketImpl. getInputStream()This method works according to the specification of implemented class.Collection<List<?>>OpenSSLX509Certificate. getIssuerAlternativeNames()PrincipalOpenSSLX509Certificate. getIssuerDN()PrincipalOpenSSLX509CRL. getIssuerDN()boolean[]OpenSSLX509Certificate. getIssuerUniqueID()X500PrincipalOpenSSLX509Certificate. getIssuerX500Principal()X500PrincipalOpenSSLX509CRL. getIssuerX500Principal()booleanOpenSSLSocketImplWrapper. getKeepAlive()booleanSSLSocketWrapper. getKeepAlive()boolean[]OpenSSLX509Certificate. getKeyUsage()InetAddressOpenSSLSocketImplWrapper. getLocalAddress()InetAddressSSLSocketWrapper. getLocalAddress()intOpenSSLSocketImplWrapper. getLocalPort()intSSLSocketWrapper. getLocalPort()SocketAddressOpenSSLSocketImplWrapper. getLocalSocketAddress()SocketAddressSSLSocketWrapper. getLocalSocketAddress()BigIntegerOpenSSLRSAPrivateKey. getModulus()BigIntegerOpenSSLRSAPublicKey. getModulus()booleanOpenSSLServerSocketImpl. getNeedClientAuth()booleanOpenSSLSocketImpl. getNeedClientAuth()booleanSSLEngineImpl. getNeedClientAuth()This method works according to the specification of implemented class.booleanSSLServerSocketImpl. getNeedClientAuth()This method works according to the specification of implemented class.booleanSSLSocketImpl. getNeedClientAuth()This method works according to the specification of implemented class.DateOpenSSLX509CRL. getNextUpdate()Set<String>OpenSSLX509Certificate. getNonCriticalExtensionOIDs()Set<String>OpenSSLX509CRL. getNonCriticalExtensionOIDs()Set<String>OpenSSLX509CRLEntry. getNonCriticalExtensionOIDs()DateOpenSSLX509Certificate. getNotAfter()DateOpenSSLX509Certificate. getNotBefore()booleanOpenSSLSocketImplWrapper. getOOBInline()booleanSSLSocketWrapper. getOOBInline()OpenSSLKeyOpenSSLDSAPrivateKey. getOpenSSLKey()OpenSSLKeyOpenSSLDSAPublicKey. getOpenSSLKey()OpenSSLKeyOpenSSLECPrivateKey. getOpenSSLKey()OpenSSLKeyOpenSSLECPublicKey. getOpenSSLKey()OpenSSLKeyOpenSSLRSAPrivateKey. getOpenSSLKey()OpenSSLKeyOpenSSLRSAPublicKey. getOpenSSLKey()OpenSSLKeyOpenSSLSecretKey. getOpenSSLKey()OutputStreamOpenSSLSocketImpl. getOutputStream()OutputStreamSSLSocketImpl. getOutputStream()This method works according to the specification of implemented class.BigIntegerOpenSSLDSAParams. getP()DSAParamsOpenSSLDSAPrivateKey. getParams()DSAParamsOpenSSLDSAPublicKey. getParams()ECParameterSpecOpenSSLECPrivateKey. getParams()ECParameterSpecOpenSSLECPublicKey. getParams()intOpenSSLSocketImplWrapper. getPort()intSSLSocketWrapper. getPort()BigIntegerOpenSSLRSAPrivateCrtKey. getPrimeExponentP()BigIntegerOpenSSLRSAPrivateCrtKey. getPrimeExponentQ()BigIntegerOpenSSLRSAPrivateCrtKey. getPrimeP()BigIntegerOpenSSLRSAPrivateCrtKey. getPrimeQ()BigIntegerOpenSSLRSAPrivateKey. getPrivateExponent()BigIntegerOpenSSLRSAPrivateCrtKey. getPublicExponent()BigIntegerOpenSSLRSAPublicKey. getPublicExponent()PublicKeyOpenSSLX509Certificate. getPublicKey()BigIntegerOpenSSLDSAParams. getQ()intOpenSSLSocketImplWrapper. getReceiveBufferSize()intSSLSocketWrapper. getReceiveBufferSize()SocketAddressOpenSSLSocketImplWrapper. getRemoteSocketAddress()SocketAddressSSLSocketWrapper. getRemoteSocketAddress()booleanOpenSSLSocketImplWrapper. getReuseAddress()booleanSSLSocketWrapper. getReuseAddress()DateOpenSSLX509CRLEntry. getRevocationDate()X509CRLEntryOpenSSLX509CRL. getRevokedCertificate(BigInteger serialNumber)X509CRLEntryOpenSSLX509CRL. getRevokedCertificate(X509Certificate certificate)Set<? extends X509CRLEntry>OpenSSLX509CRL. getRevokedCertificates()BigIntegerOpenSSLECPrivateKey. getS()intOpenSSLSocketImplWrapper. getSendBufferSize()intSSLSocketWrapper. getSendBufferSize()BigIntegerOpenSSLX509Certificate. getSerialNumber()BigIntegerOpenSSLX509CRLEntry. getSerialNumber()SSLSessionOpenSSLSocketImpl. getSession()SSLSessionServerSessionContext. getSession(byte[] sessionId)SSLSessionSSLEngineImpl. getSession()This method works according to the specification of implemented class.SSLSessionSSLSocketImpl. getSession()This method works according to the specification of implemented class.StringOpenSSLX509Certificate. getSigAlgName()StringOpenSSLX509CRL. getSigAlgName()StringOpenSSLX509Certificate. getSigAlgOID()StringOpenSSLX509CRL. getSigAlgOID()byte[]OpenSSLX509Certificate. getSigAlgParams()byte[]OpenSSLX509CRL. getSigAlgParams()byte[]OpenSSLX509Certificate. getSignature()byte[]OpenSSLX509CRL. getSignature()intOpenSSLSocketImplWrapper. getSoLinger()intSSLSocketWrapper. getSoLinger()intOpenSSLSocketImpl. getSoTimeout()intOpenSSLSocketImplWrapper. getSoTimeout()intSSLSocketWrapper. getSoTimeout()Collection<List<?>>OpenSSLX509Certificate. getSubjectAlternativeNames()PrincipalOpenSSLX509Certificate. getSubjectDN()boolean[]OpenSSLX509Certificate. getSubjectUniqueID()X500PrincipalOpenSSLX509Certificate. getSubjectX500Principal()String[]OpenSSLServerSocketImpl. getSupportedCipherSuites()String[]OpenSSLSocketImpl. getSupportedCipherSuites()String[]SSLEngineImpl. getSupportedCipherSuites()Returns names of supported cipher suites.String[]SSLServerSocketFactoryImpl. getSupportedCipherSuites()String[]SSLServerSocketImpl. getSupportedCipherSuites()This method works according to the specification of implemented class.String[]SSLSocketFactoryImpl. getSupportedCipherSuites()String[]SSLSocketImpl. getSupportedCipherSuites()This method works according to the specification of implemented class.String[]OpenSSLServerSocketImpl. getSupportedProtocols()The names of the protocols' versions that may be used on this SSL connection.String[]OpenSSLSocketImpl. getSupportedProtocols()String[]SSLEngineImpl. getSupportedProtocols()This method works according to the specification of implemented class.String[]SSLServerSocketImpl. getSupportedProtocols()This method works according to the specification of implemented class.String[]SSLSocketImpl. getSupportedProtocols()This method works according to the specification of implemented class.byte[]OpenSSLX509Certificate. getTBSCertificate()byte[]OpenSSLX509CRL. getTBSCertList()booleanOpenSSLSocketImplWrapper. getTcpNoDelay()booleanSSLSocketWrapper. getTcpNoDelay()DateOpenSSLX509CRL. getThisUpdate()intOpenSSLSocketImplWrapper. getTrafficClass()intSSLSocketWrapper. getTrafficClass()intCertificateMessage. getType()Returns message typeintCertificateRequest. getType()Returns message typeintCertificateVerify. getType()Returns message typeintClientHello. getType()Returns message typeintClientKeyExchange. getType()Returns message typeintFinished. getType()Returns message typeintHelloRequest. getType()Returns message typeintServerHello. getType()Returns message typeintServerHelloDone. getType()Returns message typeintServerKeyExchange. getType()Returns message typebooleanOpenSSLServerSocketImpl. getUseClientMode()booleanOpenSSLSocketImpl. getUseClientMode()booleanSSLEngineImpl. getUseClientMode()This method works according to the specification of implemented class.booleanSSLServerSocketImpl. getUseClientMode()This method works according to the specification of implemented class.booleanSSLSocketImpl. getUseClientMode()This method works according to the specification of implemented class.intOpenSSLX509Certificate. getVersion()intOpenSSLX509CRL. getVersion()ECPointOpenSSLECPublicKey. getW()booleanOpenSSLServerSocketImpl. getWantClientAuth()booleanOpenSSLSocketImpl. getWantClientAuth()booleanSSLEngineImpl. getWantClientAuth()This method works according to the specification of implemented class.booleanSSLServerSocketImpl. getWantClientAuth()This method works according to the specification of implemented class.booleanSSLSocketImpl. getWantClientAuth()This method works according to the specification of implemented class.BigIntegerOpenSSLDSAPrivateKey. getX()BigIntegerOpenSSLDSAPublicKey. getY()booleanOpenSSLX509CRLEntry. hasExtensions()intOpenSSLDSAParams. hashCode()intOpenSSLDSAPrivateKey. hashCode()intOpenSSLDSAPublicKey. hashCode()intOpenSSLECGroupContext. hashCode()intOpenSSLECPrivateKey. hashCode()intOpenSSLECPublicKey. hashCode()intOpenSSLEngine. hashCode()intOpenSSLKey. hashCode()intOpenSSLRSAPrivateCrtKey. hashCode()intOpenSSLRSAPrivateKey. hashCode()intOpenSSLRSAPublicKey. hashCode()intOpenSSLSecretKey. hashCode()intOpenSSLX509Certificate. hashCode()intX509PublicKey. hashCode()booleanOpenSSLX509Certificate. hasUnsupportedCriticalExtension()booleanOpenSSLX509CRL. hasUnsupportedCriticalExtension()booleanOpenSSLX509CRLEntry. hasUnsupportedCriticalExtension()voidOpenSSLDSAKeyPairGenerator. initialize(int keysize, SecureRandom random)voidOpenSSLDSAKeyPairGenerator. initialize(AlgorithmParameterSpec params, SecureRandom random)voidOpenSSLECKeyPairGenerator. initialize(int keysize, SecureRandom random)voidOpenSSLECKeyPairGenerator. initialize(AlgorithmParameterSpec param, SecureRandom random)voidOpenSSLRSAKeyPairGenerator. initialize(int keysize, SecureRandom random)voidOpenSSLRSAKeyPairGenerator. initialize(AlgorithmParameterSpec params, SecureRandom random)protected voidSSLSocketWrapper. initTransportLayer()booleanOpenSSLSocketImplWrapper. isBound()booleanSSLSocketWrapper. isBound()booleanOpenSSLSocketImplWrapper. isClosed()booleanSSLSocketWrapper. isClosed()booleanOpenSSLSocketImplWrapper. isConnected()booleanSSLSocketWrapper. isConnected()booleanSSLEngineImpl. isInboundDone()This method works according to the specification of implemented class.booleanOpenSSLSocketImplWrapper. isInputShutdown()booleanSSLSocketWrapper. isInputShutdown()booleanSSLEngineImpl. isOutboundDone()This method works according to the specification of implemented class.booleanOpenSSLSocketImplWrapper. isOutputShutdown()booleanSSLSocketWrapper. isOutputShutdown()booleanOpenSSLX509CRL. isRevoked(Certificate cert)intHelloRequest. length()intServerHelloDone. length()Returns message lengthprotected voidClientHandshakeImpl. makeFinished()Creates and sends Finished messageprotected voidServerHandshakeImpl. makeFinished()Creates and sends finished messagevoidHandshakeIODataStream. mark(int limit)booleanHandshakeIODataStream. markSupported()voidLogger.Stream. print(String msg)voidLogger.Stream. println(String msg)voidClientSessionContext. putSession(SSLSession session)intHandshakeIODataStream. read()read an opaque value;intHandshakeIODataStream. read(byte[] dst, int offset, int length)byte[]HandshakeIODataStream. read(int length)reads vector of opaque valuesintSSLBufferedInput. read()Reads the following byte value.abstract intSSLInputStream. read()Reads the following byte value.intSSLInputStream. read(byte[] b, int off, int len)intSSLSocketInputStream. read()Reads one byte.intSSLSocketInputStream. read(byte[] b, int off, int len)intSSLStreamedInput. read()Read an opaque value from the stream.voidClientHandshakeImpl. receiveChangeCipherSpec()Processes ChangeCipherSpec messagevoidServerHandshakeImpl. receiveChangeCipherSpec()Processes inbound ChangeCipherSpec messagevoidOpenSSLSocketImpl. removeHandshakeCompletedListener(HandshakeCompletedListener listener)voidSSLSocketImpl. removeHandshakeCompletedListener(HandshakeCompletedListener listener)This method works according to the specification of implemented class.voidHandshakeIODataStream. reset()voidCertificateMessage. send(HandshakeIODataStream out)Sends messagevoidCertificateRequest. send(HandshakeIODataStream out)Sends messagevoidCertificateVerify. send(HandshakeIODataStream out)Sends messagevoidClientHello. send(HandshakeIODataStream out)Sends messagevoidClientKeyExchange. send(HandshakeIODataStream out)Sends messagevoidFinished. send(HandshakeIODataStream out)voidHelloRequest. send(HandshakeIODataStream out)Sends messagevoidServerHello. send(HandshakeIODataStream out)Sends messagevoidServerHelloDone. send(HandshakeIODataStream out)Sends messagevoidServerKeyExchange. send(HandshakeIODataStream out)Sends messagevoidOpenSSLSocketImpl. sendUrgentData(int data)voidSSLSocketImpl. sendUrgentData(int data)This method is not supported for SSLSocket implementation.voidOpenSSLServerSocketImpl. setEnabledCipherSuites(String[] suites)This method enables the cipher suites listed by getSupportedCipherSuites().voidOpenSSLSocketImpl. setEnabledCipherSuites(String[] suites)voidSSLEngineImpl. setEnabledCipherSuites(String[] suites)This method works according to the specification of implemented class.voidSSLServerSocketImpl. setEnabledCipherSuites(String[] suites)This method works according to the specification of implemented class.voidSSLSocketImpl. setEnabledCipherSuites(String[] suites)This method works according to the specification of implemented class.voidOpenSSLServerSocketImpl. setEnabledProtocols(String[] protocols)This method enables the protocols' versions listed by getSupportedProtocols().voidOpenSSLSocketImpl. setEnabledProtocols(String[] protocols)voidSSLEngineImpl. setEnabledProtocols(String[] protocols)This method works according to the specification of implemented class.voidSSLServerSocketImpl. setEnabledProtocols(String[] protocols)This method works according to the specification of implemented class.voidSSLSocketImpl. setEnabledProtocols(String[] protocols)This method works according to the specification of implemented class.voidOpenSSLServerSocketImpl. setEnableSessionCreation(boolean flag)voidOpenSSLSocketImpl. setEnableSessionCreation(boolean flag)voidSSLEngineImpl. setEnableSessionCreation(boolean flag)This method works according to the specification of implemented class.voidSSLServerSocketImpl. setEnableSessionCreation(boolean flag)This method works according to the specification of implemented class.voidSSLSocketImpl. setEnableSessionCreation(boolean flag)This method works according to the specification of implemented class.voidOpenSSLSocketImplWrapper. setKeepAlive(boolean on)voidSSLSocketWrapper. setKeepAlive(boolean on)voidOpenSSLServerSocketImpl. setNeedClientAuth(boolean need)voidOpenSSLSocketImpl. setNeedClientAuth(boolean need)voidSSLEngineImpl. setNeedClientAuth(boolean need)This method works according to the specification of implemented class.voidSSLServerSocketImpl. setNeedClientAuth(boolean need)This method works according to the specification of implemented class.voidSSLSocketImpl. setNeedClientAuth(boolean need)This method works according to the specification of implemented class.voidOpenSSLSocketImpl. setOOBInline(boolean on)voidSSLSocketImpl. setOOBInline(boolean on)This method is not supported for SSLSocket implementation.voidOpenSSLSocketImplWrapper. setReceiveBufferSize(int size)voidSSLSocketWrapper. setReceiveBufferSize(int size)voidOpenSSLSocketImplWrapper. setReuseAddress(boolean on)voidSSLSocketWrapper. setReuseAddress(boolean on)voidOpenSSLSocketImplWrapper. setSendBufferSize(int size)voidSSLSocketWrapper. setSendBufferSize(int size)voidOpenSSLSocketImplWrapper. setSoLinger(boolean on, int linger)voidSSLSocketWrapper. setSoLinger(boolean on, int linger)voidOpenSSLSocketImpl. setSoTimeout(int readTimeoutMilliseconds)voidOpenSSLSocketImplWrapper. setSoTimeout(int to)voidSSLSocketWrapper. setSoTimeout(int to)voidOpenSSLSocketImplWrapper. setTcpNoDelay(boolean on)voidSSLSocketWrapper. setTcpNoDelay(boolean on)voidOpenSSLSocketImplWrapper. setTrafficClass(int tos)voidSSLSocketWrapper. setTrafficClass(int tos)voidOpenSSLServerSocketImpl. setUseClientMode(boolean mode)voidOpenSSLSocketImpl. setUseClientMode(boolean mode)voidSSLEngineImpl. setUseClientMode(boolean mode)This method works according to the specification of implemented class.voidSSLServerSocketImpl. setUseClientMode(boolean mode)This method works according to the specification of implemented class.voidSSLSocketImpl. setUseClientMode(boolean mode)This method works according to the specification of implemented class.voidOpenSSLServerSocketImpl. setWantClientAuth(boolean want)voidOpenSSLSocketImpl. setWantClientAuth(boolean want)voidSSLEngineImpl. setWantClientAuth(boolean want)This method works according to the specification of implemented class.voidSSLServerSocketImpl. setWantClientAuth(boolean want)This method works according to the specification of implemented class.voidSSLSocketImpl. setWantClientAuth(boolean want)This method works according to the specification of implemented class.protected voidConnectionStateSSLv3. shutdown()Shutdown the protocol.voidClientHandshakeImpl. start()Starts handshakevoidServerHandshakeImpl. start()Start session negotiationvoidOpenSSLSocketImpl. startHandshake()Starts a TLS/SSL handshake on this connection using some native methods from the OpenSSL library.voidSSLSocketImpl. startHandshake()Performs the handshake process over the SSL/TLS connection as described in rfc 2246, TLS v1 specification http://www.ietf.org/rfc/rfc2246.txt.protected booleanOpenSSLCipher.ARC4. supportsVariableSizeKey()StringCipherSuite. toString()Returns cipher suite descriptionStringOpenSSLDSAParams. toString()StringOpenSSLDSAPrivateKey. toString()StringOpenSSLDSAPublicKey. toString()StringOpenSSLECPrivateKey. toString()StringOpenSSLECPublicKey. toString()StringOpenSSLRSAPrivateCrtKey. toString()StringOpenSSLRSAPrivateKey. toString()StringOpenSSLRSAPublicKey. toString()StringOpenSSLSocketImplWrapper. toString()StringOpenSSLX509Certificate. toString()StringOpenSSLX509CRL. toString()StringOpenSSLX509CRLEntry. toString()StringSSLServerSocketImpl. toString()Returns the string representation of the object.StringSSLSocketWrapper. toString()StringX509PublicKey. toString()voidClientHandshakeImpl. unwrap(byte[] bytes)Processes inbound handshake messagesvoidServerHandshakeImpl. unwrap(byte[] bytes)Proceses inbound handshake messagesSSLEngineResultSSLEngineImpl. unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length)Decodes one complete SSL/TLS record provided in the source buffer.voidClientHandshakeImpl. unwrapSSLv2(byte[] bytes)Processes SSLv2 Hello message.voidServerHandshakeImpl. unwrapSSLv2(byte[] bytes)Processes SSLv2 Hello messagevoidOpenSSLX509Certificate. verify(PublicKey key)voidOpenSSLX509Certificate. verify(PublicKey key, String sigProvider)voidOpenSSLX509CRL. verify(PublicKey key)voidOpenSSLX509CRL. verify(PublicKey key, String sigProvider)voidOpenSSLSocketImpl. verifyCertificateChain(byte[][] bytes, String authMethod)SSLEngineResultSSLEngineImpl. wrap(ByteBuffer[] srcs, int offset, int len, ByteBuffer dst)Encodes the application data into SSL/TLS record.voidSSLSocketOutputStream. write(byte[] b, int off, int len)voidSSLSocketOutputStream. write(int b) -
Uses of Override in org.json
Methods in org.json with annotations of type Override Modifier and Type Method Description booleanJSONArray. equals(Object o)intJSONArray. hashCode()StringJSONArray. toString()Encodes this array as a compact JSON string, such as:StringJSONObject. toString()Encodes this object as a compact JSON string, such as:StringJSONStringer. toString()Returns the encoded JSON string.StringJSONTokener. toString()Returns the current position and the entire input string. -
Uses of Override in org.robovm.rt.annotation
Methods in org.robovm.rt.annotation with annotations of type Override Modifier and Type Method Description Class<? extends Annotation>Annotation. annotationType()booleanAnnotation. equals(Object o)StringAnnotation. toString() -
Uses of Override in org.robovm.rt.bro
Methods in org.robovm.rt.bro with annotations of type Override Modifier and Type Method Description booleanBits. equals(Object obj)booleanNativeObject. equals(Object obj)intBits. hashCode()intNativeObject. hashCode()booleanLazyGlobalValue. isAvailable()Iterator<T>Bits. iterator()StringBits. toString()TLazyGlobalValue. value()Returns the value of theGlobalValue.