Uses of Class
com.biglybt.core.networkmanager.impl.http.HTTPNetworkConnection
-
Packages that use HTTPNetworkConnection Package Description com.biglybt.core.networkmanager.impl.http -
-
Uses of HTTPNetworkConnection in com.biglybt.core.networkmanager.impl.http
Subclasses of HTTPNetworkConnection in com.biglybt.core.networkmanager.impl.http Modifier and Type Class Description class
HTTPNetworkConnectionFile
class
HTTPNetworkConnectionWebSeed
Fields in com.biglybt.core.networkmanager.impl.http declared as HTTPNetworkConnection Modifier and Type Field Description private HTTPNetworkConnection
HTTPMessageDecoder. http_connection
private HTTPNetworkConnection
HTTPMessageEncoder. http_connection
Fields in com.biglybt.core.networkmanager.impl.http with type parameters of type HTTPNetworkConnection Modifier and Type Field Description (package private) static java.util.Map<HTTPNetworkConnection.networkConnectionKey,java.util.List<HTTPNetworkConnection>>
HTTPNetworkConnection. http_connection_map
Methods in com.biglybt.core.networkmanager.impl.http with parameters of type HTTPNetworkConnection Modifier and Type Method Description protected void
HTTPNetworkManager. reRoute(HTTPNetworkConnection old_http_connection, byte[] old_hash, byte[] new_hash, java.lang.String header)
void
HTTPMessageDecoder. setConnection(HTTPNetworkConnection _http_connection)
void
HTTPMessageEncoder. setConnection(HTTPNetworkConnection _http_connection)
Method parameters in com.biglybt.core.networkmanager.impl.http with type arguments of type HTTPNetworkConnection Modifier and Type Method Description protected static boolean
HTTPNetworkConnection. checkConnections(java.util.List<HTTPNetworkConnection> connections)
-