diff options
author | Michael Koch <konqueror@gmx.de> | 2003-11-26 14:33:41 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2003-11-26 14:33:41 +0000 |
commit | 4aa74bd346b862ac34704642f0483a057cfe73a3 (patch) | |
tree | 6357f88efab2b52d021092786f834f66d4006f2f /libjava/java/net/SocketPermission.java | |
parent | 88096b2a59c659f94df962aca5f49d58602bbc8a (diff) | |
download | gcc-4aa74bd346b862ac34704642f0483a057cfe73a3.zip gcc-4aa74bd346b862ac34704642f0483a057cfe73a3.tar.gz gcc-4aa74bd346b862ac34704642f0483a057cfe73a3.tar.bz2 |
2003-11-26 Michael Koch <konqueror@gmx.de>
* java/net/DatagramSocket.java
(impl): Made private.
(bound): New private member variable.
(DatagramSocket): Fixed documentation, use getImpl().
(getImpl): New package-private method.
(isClosed): Use getImpl().
(getLocalAddress): Completed documentation, use getImpl().
(getLocalPort): Use getImpl().
(getSoTimeout): Likewise.
(setSoTimeout): Likewise.
(getSendBufferSize): Likewise.
(setSendBufferSize): Likewise.
(getReceiveBufferSize): Likewise.
(setReceiveBufferSize): Likewise.
(connect): Likewise.
(disconnect): Likewise.
(receive): Likewise.
(send): Likewise.
(setReuseAddress): Likewise.
(setTrafficClass): Likewise.
(bind): Added message to exception.
(isClosed): Completed documentation.
(getChannel): Likewise.
(connect): Added missing exception, refined exception message.
(isBound): Completed documentation, just return bound.
(isConnected): Completed documentation.
(getRemoteSocketAddress): Likewise.
(getReuseAddress): Completed documentation, use getImpl().
(setSoBroadcast): Likewise.
(getSoBroadcast): Likewise.
(getTrafficClass): Likewise.
(getLocalSocketAddress): Simplified.
* java/net/MulticastSocket.java
(MulticastSocket): Removed comment not applying anymore.
(getInterface): Use getImpl().
(getTTL): Likewise.
(getTimeToLive): Likewise.
(setInterface): Likewise.
(setNetworkInterface): Likewise.
(getNetworkInterface): Likewise.
(setLoopback): Likewise.
(getLoopback): Likewise.
(setTTL): Likewise.
(setTimeToLive): Likewise.
(joinGroup): Likewise.
(leaveGroup): Likewise.
(send): Likewise.
From-SVN: r73951
Diffstat (limited to 'libjava/java/net/SocketPermission.java')
0 files changed, 0 insertions, 0 deletions