Java Socket getChannel() method

The getChannel() method of Java Socket class returns the unique SocketChannel object linked with this socket.

Syntax

Parameter

NA

Return

The getChannel() method either returns the socket channel linked with this socket or returns null if the socket was not created for the specified channel.

Example 1

Test it Now

Output:

Channel: null
Inet address: localhost/127.0.0.1
Port number: 1085




Latest Courses