Uses of Interface
com.biglybt.core.networkmanager.ConnectionAttempt
-
Packages that use ConnectionAttempt Package Description com.biglybt.core.networkmanager com.biglybt.core.networkmanager.impl -
-
Uses of ConnectionAttempt in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return ConnectionAttempt Modifier and Type Method Description ConnectionAttempt
ConnectionEndpoint. connectOutbound(boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets, java.nio.ByteBuffer initial_data, int priority, Transport.ConnectListener listener)
-
Uses of ConnectionAttempt in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as ConnectionAttempt Modifier and Type Field Description (package private) ConnectionAttempt
NetworkConnectionImpl. connection_attempt
-