Class InitPacketDeclaration
java.lang.Object
net.ME1312.SubData.Client.Protocol.Initial.InitPacketDeclaration
- All Implemented Interfaces:
InitialPacket,InitialProtocol.Packet,PacketIn,PacketOut,PacketStreamIn,PacketStreamOut
public final class InitPacketDeclaration
extends Object
implements InitialProtocol.Packet, PacketStreamIn, PacketStreamOut
Initial Packet for Declaration Class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(SubDataSender sender, InputStream in) Receives the incoming Packetvoidsend(SubDataSender sender, OutputStream data) Sends data within the outgoing PacketMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ME1312.SubData.Client.Protocol.Initial.InitialPacket
setReadyMethods inherited from interface net.ME1312.SubData.Client.Protocol.PacketStreamIn
receive
-
Constructor Details
-
InitPacketDeclaration
public InitPacketDeclaration()
-
-
Method Details
-
send
Description copied from interface:PacketStreamOutSends data within the outgoing Packet- Specified by:
sendin interfacePacketStreamOut- Parameters:
sender- The receiving Senderdata- Data Stream- Throws:
Throwable
-
receive
Description copied from interface:PacketStreamInReceives the incoming Packet- Specified by:
receivein interfacePacketStreamIn- Parameters:
sender- Sender who sentin- Data Stream- Throws:
Throwable
-