ServerSocket : java.net : Java by API examples (example source code) Organized by topic

Java by API
C++
PHP


Java by API  »  java.net   » [  ServerSocket  ]   
 



1.  new ServerSocket(int port)
2.  ServerSocket: accept()
3.  ServerSocket: bind(SocketAddress endpoint)
4.  ServerSocket: getLocalPort()
5.  ServerSocket: readUTF() and writeUTF(String str)
6.  ServerSocket: setSoTimeout(int timeout)
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.