Class UdpEngine

java.lang.Object
zombie.core.raknet.UdpEngine

public class UdpEngine extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • Shutdown

      public void Shutdown()
    • SetServerPassword

      public void SetServerPassword(String password)
    • hashServerPassword

      public String hashServerPassword(String password)
    • getServerIP

      public String getServerIP()
    • getClientSteamID

      public long getClientSteamID(long guid)
    • getClientOwnerSteamID

      public long getClientOwnerSteamID(long guid)
    • startPacket

      public ByteBufferWriter startPacket()
    • endPacketBroadcast

      public void endPacketBroadcast(PacketTypes.PacketType packetType)
    • endPacketBroadcastExcept

      public void endPacketBroadcastExcept(int priority, int reliability, UdpConnection connection)
    • connected

      public void connected()
    • Receive

      public ByteBuffer Receive()
    • getActiveConnection

      public UdpConnection getActiveConnection(long connection)
    • Connect

      public void Connect(String hostname, int port, String serverPassword)
    • forceDisconnect

      public void forceDisconnect(long connectedGUID, String message)
    • getPeer

      public RakNetPeerInterface getPeer()
    • getMaxConnections

      public int getMaxConnections()
    • getDescription

      public String getDescription()