JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Class
java.net.Socket
Packages that use
Socket
Package
Description
java.net
Network communication through TCP and UDP sockets or URLs.
Uses of
Socket
in
java.net
Methods in
java.net
that return
Socket
Modifier and Type
Method and Description
Socket
ServerSocket.
accept
()
Accepts a new connection and returns a connected
Socket
instance representing that connection.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev
Next
Frames
No Frames
All Classes