BindException.java, [...]: add/update of some @since/@deprecated
2002-08-27 Michael Koch <konqueror@gmx.de> * java/net/BindException.java, java/net/JarURLConnection.java, java/net/FileNameMap.java, java/net/HttpURLConnection.java, java/net/InetSocketAddress.java, java/net/DatagramPacket.java, java/net/DatagramSocket.java, java/net/DatagramSocketImpl.java, java/net/MulticastSocket.java, java/net/PasswordAuthentication.java, java/net/ServerSocket.java, java/net/Socket.java, java/net/URLClassLoader.java, java/net/URLConnection.java: add/update of some @since/@deprecated From-SVN: r56608
This commit is contained in:
parent
1985ef9094
commit
49c3c980ca
15 changed files with 68 additions and 10 deletions
|
@ -534,7 +534,7 @@ public class Socket
|
|||
*
|
||||
* @exception SocketException If an error occurs or Socket not connected
|
||||
*
|
||||
* @since Java 1.2
|
||||
* @since 1.2
|
||||
*/
|
||||
public void setSendBufferSize (int size) throws SocketException
|
||||
{
|
||||
|
@ -556,7 +556,7 @@ public class Socket
|
|||
*
|
||||
* @exception SocketException If an error occurs or socket not connected
|
||||
*
|
||||
* @since Java 1.2
|
||||
* @since 1.2
|
||||
*/
|
||||
public int getSendBufferSize () throws SocketException
|
||||
{
|
||||
|
@ -580,7 +580,7 @@ public class Socket
|
|||
*
|
||||
* @exception SocketException If an error occurs or Socket is not connected
|
||||
*
|
||||
* @since Java 1.2
|
||||
* @since 1.2
|
||||
*/
|
||||
public void setReceiveBufferSize (int size) throws SocketException
|
||||
{
|
||||
|
@ -602,7 +602,7 @@ public class Socket
|
|||
*
|
||||
* @exception SocketException If an error occurs or Socket is not connected
|
||||
*
|
||||
* @since Java 1.2
|
||||
* @since 1.2
|
||||
*/
|
||||
public int getReceiveBufferSize () throws SocketException
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue