Uses of Class
com.biglybt.core.networkmanager.impl.udp.UDPConnection
Packages that use UDPConnection
-
Uses of UDPConnection in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as UDPConnectionModifier and TypeFieldDescriptionprivate final UDPConnection
UDPPacket.connection
private UDPConnection
UDPTransportHelper.connection
private UDPConnection
UDPConnectionSet.lead_connection
Methods in com.biglybt.core.networkmanager.impl.udp that return UDPConnectionModifier and TypeMethodDescriptionprotected UDPConnection
UDPPacket.getConnection()
protected UDPConnection
UDPTransportHelper.getConnection()
protected UDPConnection
UDPConnectionManager.registerOutgoing
(UDPTransportHelper helper) Methods in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPConnectionModifier and TypeMethodDescriptionprotected void
UDPConnectionManager.accept
(int local_port, InetSocketAddress remote_address, UDPConnection connection) protected void
UDPConnectionSet.add
(UDPConnection connection) protected boolean
UDPConnectionSet.canWrite
(UDPConnection connection) void
UDPConnectionSet.close
(UDPConnection connection, String reason) void
UDPConnectionSet.failed
(UDPConnection connection, Throwable reason) void
UDPConnectionManager.remove
(UDPConnectionSet set, UDPConnection connection) protected boolean
UDPConnectionSet.remove
(UDPConnection connection) protected void
UDPConnectionSet.sendCloseCommand
(UDPConnection connection) protected int
UDPConnectionSet.sendDataCommand
(UDPConnection connection, ByteBuffer[] buffers, int offset, int length) protected void
UDPConnectionSet.setSecret
(UDPConnection connection, byte[] session_secret) protected void
UDPConnectionSet.trace
(UDPConnection connection, String str) protected int
UDPConnectionSet.write
(UDPConnection connection, ByteBuffer[] buffers, int offset, int length) Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPConnectionModifierConstructorDescriptionprotected
UDPPacket
(UDPConnection _connection, int[] _sequences, byte _command, byte[] _buffer, long _unack_in_sequence_count) UDPTransportHelper
(UDPConnectionManager _manager, InetSocketAddress _address, UDPConnection _connection)