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 UDPConnectionUDPPacket.connectionprivate UDPConnectionUDPTransportHelper.connectionprivate UDPConnectionUDPConnectionSet.lead_connectionMethods in com.biglybt.core.networkmanager.impl.udp that return UDPConnectionModifier and TypeMethodDescriptionprotected UDPConnectionUDPPacket.getConnection()protected UDPConnectionUDPTransportHelper.getConnection()protected UDPConnectionUDPConnectionManager.registerOutgoing(UDPTransportHelper helper) Methods in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPConnectionModifier and TypeMethodDescriptionprotected voidUDPConnectionManager.accept(int local_port, InetSocketAddress remote_address, UDPConnection connection) protected voidUDPConnectionSet.add(UDPConnection connection) protected booleanUDPConnectionSet.canWrite(UDPConnection connection) voidUDPConnectionSet.close(UDPConnection connection, String reason) voidUDPConnectionSet.failed(UDPConnection connection, Throwable reason) voidUDPConnectionManager.remove(UDPConnectionSet set, UDPConnection connection) protected booleanUDPConnectionSet.remove(UDPConnection connection) protected voidUDPConnectionSet.sendCloseCommand(UDPConnection connection) protected intUDPConnectionSet.sendDataCommand(UDPConnection connection, ByteBuffer[] buffers, int offset, int length) protected voidUDPConnectionSet.setSecret(UDPConnection connection, byte[] session_secret) protected voidUDPConnectionSet.trace(UDPConnection connection, String str) protected intUDPConnectionSet.write(UDPConnection connection, ByteBuffer[] buffers, int offset, int length) Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPConnectionModifierConstructorDescriptionprotectedUDPPacket(UDPConnection _connection, int[] _sequences, byte _command, byte[] _buffer, long _unack_in_sequence_count) UDPTransportHelper(UDPConnectionManager _manager, InetSocketAddress _address, UDPConnection _connection)