Java Socket getChannel() method

Last Updated : 17 Mar 2025

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

Output:

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