Home
last modified time | relevance | path

Searched refs:URL_DEFAULT_PORT_SSL (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/host/impl/
H A DTRHostImpl.java53 private static final int URL_DEFAULT_PORT_SSL = 443; // port to use if none in announce URL field in TRHostImpl
455 port = ssl?URL_DEFAULT_PORT_SSL:URL_DEFAULT_PORT; in addTorrent()