8250244: Address reliance on default constructors in java.net

Reviewed-by: alanb, vtewari
This commit is contained in:
Joe Darcy 2020-07-25 09:42:45 -07:00
parent ac4dc0470e
commit 0e54ce2a8e
12 changed files with 71 additions and 11 deletions

View file

@ -39,6 +39,11 @@ import java.util.Optional;
* @since 1.5
*/
public abstract class SecureCacheResponse extends CacheResponse {
/**
* Constructor for subclasses to call.
*/
public SecureCacheResponse() {}
/**
* Returns the cipher suite in use on the original connection that
* retrieved the network resource.