|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV NEXT | ||||||||
Uses of Class
java.nio.channels.SocketChannel
| Uses of SocketChannel in java.nio.channels |
| Methods in java.nio.channels that return SocketChannel | |
static SocketChannel |
SocketChannel.open()
Opens a socket channel. |
static SocketChannel |
SocketChannel.open(java.net.SocketAddress remote)
Opens a channel and connects it to a remote address. |
abstract SocketChannel |
ServerSocketChannel.accept()
Accepts a connection made to this channel's socket. |
|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV NEXT | ||||||||