diff options
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/api/current.xml b/api/current.xml index 8421c503c9c3..898ad732faa4 100644 --- a/api/current.xml +++ b/api/current.xml @@ -206951,7 +206951,7 @@ </parameter> <parameter name="offset" type="int"> </parameter> -<parameter name="count" type="int"> +<parameter name="length" type="int"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> @@ -231049,21 +231049,6 @@ visibility="protected" > </method> -<method name="getOption" - return="java.lang.Object" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="optID" type="int"> -</parameter> -<exception name="SocketException" type="java.net.SocketException"> -</exception> -</method> <method name="getTTL" return="byte" abstract="true" @@ -231214,23 +231199,6 @@ <exception name="IOException" type="java.io.IOException"> </exception> </method> -<method name="setOption" - return="void" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="optID" type="int"> -</parameter> -<parameter name="val" type="java.lang.Object"> -</parameter> -<exception name="SocketException" type="java.net.SocketException"> -</exception> -</method> <method name="setTTL" return="void" abstract="true" |