Package | Description |
---|---|
uk.co.thomasc.steamkit.networking.steam3 |
Modifier and Type | Field and Description |
---|---|
private Map<Integer,UdpPacket> |
UdpConnection.inPackets |
private List<UdpPacket> |
UdpConnection.outPackets |
Modifier and Type | Method and Description |
---|---|
private void |
UdpConnection.receiveAccept(UdpPacket packet)
Receives the notification of an accepted connection and sets the connection id that will be used for the
connection's duration.
|
private void |
UdpConnection.receiveChallenge(UdpPacket packet)
Receives the challenge and responds with a Connect request
|
private void |
UdpConnection.receiveData(UdpPacket packet)
Receives typical data packets before dispatching them for consumption by the rest of SteamKit
|
private void |
UdpConnection.receivePacket(UdpPacket packet)
Receives the packet, performs all sanity checks and then passes it along as necessary.
|
private void |
UdpConnection.sendPacket(UdpPacket packet)
Sends a packet immediately.
|
private void |
UdpConnection.sendSequenced(UdpPacket packet)
Sends the packet as a sequenced, reliable packet.
|
private void |
UdpConnection.sendSequenced(UdpPacket[] packets)
Sends the packets as one sequenced, reliable net message.
|
Copyright © 2012. All Rights Reserved.