org.luaj.vm
Interface DebugNetSupport


public interface DebugNetSupport


Method Summary
 void disconnect()
          Disconnect all connected clients.
 void start()
          Starts the networking for debug support.
 void stop()
          Shuts down the networking for the debug support.
 

Method Detail

start

void start()
           throws java.io.IOException
Starts the networking for debug support.

Throws:
java.io.IOException

stop

void stop()
Shuts down the networking for the debug support.


disconnect

void disconnect()
Disconnect all connected clients.



Copyright © 2007-2013 Luaj.org. All Rights Reserved.