blob: fbfa45dba816ed2b7df250e06a9d3ed1b972bba8 [file] [log] [blame]
package com.intellij.util.proxy;
/**
* Created with IntelliJ IDEA.
* User: Irina.Chernushina
* Date: 4/22/13
* Time: 6:49 PM
*/
public interface ProtocolDefaultPorts {
int HTTP = 80;
int SSL = 443;
}