mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation
Reviewed-by: alanb, dfuchs, chegar
This commit is contained in:
parent
f485171ce8
commit
326b2e1344
78 changed files with 207 additions and 10924 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -252,7 +252,7 @@ public abstract class SocketFactory
|
|||
// out through firewalls (e.g. SOCKS V4 or V5) or in through them
|
||||
// (e.g. using SSL), or that some ports are reserved for use with SSL.
|
||||
//
|
||||
// Note that at least JDK 1.1 has a low level "plainSocketImpl" that
|
||||
// Note that at least JDK 1.1 has a low level "SocketImpl" that
|
||||
// knows about SOCKS V4 tunneling, so this isn't a totally bogus default.
|
||||
//
|
||||
// ALSO: we may want to expose this class somewhere so other folk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue