diff --git a/docs/xml/Java.Nio.Channels/DatagramChannel.xml b/docs/xml/Java.Nio.Channels/DatagramChannel.xml index decfe5a72..574bc8289 100644 --- a/docs/xml/Java.Nio.Channels/DatagramChannel.xml +++ b/docs/xml/Java.Nio.Channels/DatagramChannel.xml @@ -480,9 +480,14 @@ Java.Net.SocketAddress - To be added. - To be added. + Returns the socket address that this channel's socket is bound to, or null if the socket is not bound. + The socket address that this channel's socket is bound to, or null if the socket is not bound. + + + Java documentation for java.nio.channels.DatagramChannel.getLocalAddress(). + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -920,9 +925,14 @@ Java.Net.SocketAddress - To be added. - To be added. + Returns the remote address to which this channel's socket is connected, or null if the socket is not connected. + The remote address to which this channel's socket is connected, or null if the socket is not connected. + + + Java documentation for java.nio.channels.DatagramChannel.getRemoteAddress(). + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Java.Nio.Channels/ServerSocketChannel.xml b/docs/xml/Java.Nio.Channels/ServerSocketChannel.xml index 4d82affce..b3630a194 100644 --- a/docs/xml/Java.Nio.Channels/ServerSocketChannel.xml +++ b/docs/xml/Java.Nio.Channels/ServerSocketChannel.xml @@ -394,9 +394,14 @@ Java.Net.SocketAddress - To be added. - To be added. + Returns the socket address that this channel's socket is bound to, or null if the socket is not bound. + The socket address that this channel's socket is bound to, or null if the socket is not bound. + + + Java documentation for java.nio.channels.ServerSocketChannel.getLocalAddress(). + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Java.Nio.Channels/SocketChannel.xml b/docs/xml/Java.Nio.Channels/SocketChannel.xml index 3d19953f4..c4f332fdb 100644 --- a/docs/xml/Java.Nio.Channels/SocketChannel.xml +++ b/docs/xml/Java.Nio.Channels/SocketChannel.xml @@ -566,9 +566,14 @@ Java.Net.SocketAddress - To be added. - To be added. + Returns the socket address that this channel's socket is bound to, or null if the socket is not bound. + The socket address that this channel's socket is bound to, or null if the socket is not bound. + + + Java documentation for java.nio.channels.SocketChannel.getLocalAddress(). + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -873,9 +878,14 @@ Java.Net.SocketAddress - To be added. - To be added. + Returns the remote address to which this channel's socket is connected, or null if the socket is not connected. + The remote address to which this channel's socket is connected, or null if the socket is not connected. + + + Java documentation for java.nio.channels.SocketChannel.getRemoteAddress(). + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.