Package pl.AWTGameEngine.objects.net
Class SteamNetConnection
java.lang.Object
pl.AWTGameEngine.objects.net.NetConnection
pl.AWTGameEngine.objects.net.SteamNetConnection
-
Field Summary
Fields inherited from class pl.AWTGameEngine.objects.net.NetConnection
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()com.codedisaster.steamworks.SteamIDvoidsendMessage(String message) Methods inherited from class pl.AWTGameEngine.objects.net.NetConnection
getId, sendBlock
-
Constructor Details
-
SteamNetConnection
public SteamNetConnection(long id)
-
-
Method Details
-
getSteamId
public com.codedisaster.steamworks.SteamID getSteamId() -
sendMessage
- Specified by:
sendMessagein classNetConnection
-
close
- Specified by:
closein classNetConnection- Throws:
IOException
-