Interface StreamNetworkChannel.ServerPacketHandle

All Known Subinterfaces:
StreamNetworkChannel.BidirectionalPacketHandle
Enclosing class:
StreamNetworkChannel

public static interface StreamNetworkChannel.ServerPacketHandle
A handle for constructing server-bound packets.
  • Method Summary

    Modifier and Type
    Method
    Description
    Construct a packet bound for the server.
  • Method Details

    • toServer

      Construct a packet bound for the server.
      Returns:
      The packet.