Interface IRegisteredHost
-
- All Known Implementing Classes:
RegisteredWebHost
,ServerConnection
public interface IRegisteredHost
Listener for holepunching requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeMsg(java.lang.String msg)
Writes a message to the connected host.
-