Uses of Class
com.biglybt.pif.network.TransportException
Packages that use TransportException
-
Uses of TransportException in com.biglybt.pif.network
Methods in com.biglybt.pif.network that throw TransportExceptionModifier and TypeMethodDescriptionConnectionManager.createTransportCipher
(String algorithm, int mode, SecretKeySpec key_spec, AlgorithmParameterSpec params) ConnectionManager.createTransportFilter
(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher) -
Uses of TransportException in com.biglybt.pifimpl.local.network
Methods in com.biglybt.pifimpl.local.network that throw TransportExceptionModifier and TypeMethodDescriptionConnectionManagerImpl.createTransportCipher
(String algorithm, int mode, SecretKeySpec key_spec, AlgorithmParameterSpec params) ConnectionManagerImpl.createTransportFilter
(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)