Interface MessageObjectOut<K>

Type Parameters:
K - Key Type
All Superinterfaces:
MessageOut, MessageStreamOut

public interface MessageObjectOut<K> extends MessageStreamOut
Message Object Out Layout Class
  • Method Summary

    Modifier and Type
    Method
    Description
    send(DataClient client)
    Sends data within the outgoing Message
    default void
    send(DataClient client, OutputStream data)
    Sends data within the outgoing Message

    Methods inherited from interface net.ME1312.SubData.Server.Protocol.MessageOut

    sending