Class PacketRecieveMessage
java.lang.Object
net.ME1312.SubData.Server.Protocol.Internal.PacketRecieveMessage
- All Implemented Interfaces:
PacketIn
,PacketStreamIn
Packet Message Retrieval Class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
receive
(SubDataClient client, InputStream data) Receives the incoming PacketMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.ME1312.SubData.Server.Protocol.PacketStreamIn
receive
-
Constructor Details
-
PacketRecieveMessage
public PacketRecieveMessage()
-
-
Method Details
-
receive
Description copied from interface:PacketStreamIn
Receives the incoming Packet- Specified by:
receive
in interfacePacketStreamIn
- Parameters:
client
- Client who sentdata
- Data Stream- Throws:
Throwable
-