Class InitPacketDeclaration
java.lang.Object
net.ME1312.SubData.Server.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(SubDataClient client, InputStream in) Receives the incoming Packetvoidsend(SubDataClient client, 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.Server.Protocol.Initial.InitialPacket
setReadyMethods inherited from interface net.ME1312.SubData.Server.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:
client- Client sendingdata- Data Stream- Throws:
Throwable
-
receive
Description copied from interface:PacketStreamInReceives the incoming Packet- Specified by:
receivein interfacePacketStreamIn- Parameters:
client- Client who sentin- Data Stream- Throws:
Throwable
-