Uses of Class
com.biglybt.core.networkmanager.impl.udp.UDPConnection
-
Packages that use UDPConnection Package Description com.biglybt.core.networkmanager.impl.udp -
-
Uses of UDPConnection in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as UDPConnection Modifier and Type Field Description private UDPConnection
UDPPacket. connection
private UDPConnection
UDPTransportHelper. connection
private UDPConnection
UDPConnectionSet. lead_connection
Methods in com.biglybt.core.networkmanager.impl.udp that return UDPConnection Modifier and Type Method Description protected 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 UDPConnection Modifier and Type Method Description protected void
UDPConnectionManager. accept(int local_port, java.net.InetSocketAddress remote_address, UDPConnection connection)
protected void
UDPConnectionSet. add(UDPConnection connection)
protected boolean
UDPConnectionSet. canWrite(UDPConnection connection)
void
UDPConnectionSet. close(UDPConnection connection, java.lang.String reason)
void
UDPConnectionSet. failed(UDPConnection connection, java.lang.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, java.nio.ByteBuffer[] buffers, int offset, int length)
protected void
UDPConnectionSet. setSecret(UDPConnection connection, byte[] session_secret)
protected void
UDPConnectionSet. trace(UDPConnection connection, java.lang.String str)
protected int
UDPConnectionSet. write(UDPConnection connection, java.nio.ByteBuffer[] buffers, int offset, int length)
Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPConnection Constructor Description UDPPacket(UDPConnection _connection, int[] _sequences, byte _command, byte[] _buffer, long _unack_in_sequence_count)
UDPTransportHelper(UDPConnectionManager _manager, java.net.InetSocketAddress _address, UDPConnection _connection)
-