Uses of Class java.nio.channels.SocketChannel

Uses in package java.nio.channels

Methods with return type java.nio.channels.SocketChannel

SocketChannel
Accepts a connection made to this channel's socket.
SocketChannel
Opens a socket channel.
SocketChannel
Opens a channel and connects it to a remote address.

Uses in package java.nio.channels.spi

Methods with return type java.nio.channels.SocketChannel

SocketChannel
Opens a socket channel.

Uses in package java.net

Methods with return type java.nio.channels.SocketChannel

SocketChannel
Returns the socket channel associated with this socket.