javalightserver.network
Class ServerSocket

java.lang.Object
  extended by javalightserver.network.ServerSocket

public class ServerSocket
extends java.lang.Object


Constructor Summary
ServerSocket(int port)
           
 
Method Summary
 java.lang.String getServerAddress()
           
 ClientSocket OnConnection()
           
 void StopSocket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSocket

public ServerSocket(int port)
             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getServerAddress

public java.lang.String getServerAddress()

OnConnection

public ClientSocket OnConnection()
                          throws java.io.IOException
Throws:
java.io.IOException

StopSocket

public void StopSocket()