API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.net. SecureCacheResponse View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      CacheResponse
          SecureCacheResponse
Implements
Subclasses
Description
publicabstract abstract class SecureCacheResponse
  Represents a cache response originally retrieved through secure means, such as TLS.
See also:   
Constructors
public SecureCacheResponse ()
Methods
Hide/Show inherited methods
publicabstract InputStream getBody () throws IOException [Inherited From CacheResponse]
  Returns the response body as an InputStream.
publicabstract String getCipherSuite ()
  Returns the cipher suite in use on the original connection that retrieved the network resource.
publicabstract Map<String, List<String>> getHeaders () throws IOException [Inherited From CacheResponse]
  Returns the response headers as a Map.
publicabstract List<Certificate> getLocalCertificateChain ()
  Returns the certificate chain that were sent to the server during handshaking of the original connection that retrieved the network resource.
publicabstract Principal getLocalPrincipal ()
  Returns the principal that was sent to the server during handshaking in the original connection that retrieved the network resource.
publicabstract Principal getPeerPrincipal () throws SSLPeerUnverifiedException
  Returns the server's principal which was established as part of defining the session during the original connection that retrieved the network resource.
publicabstract List<Certificate> getServerCertificateChain () throws SSLPeerUnverifiedException
  Returns the server's certificate chain, which was established as part of defining the session in the original connection that retrieved the network resource, from cache.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar