Searched refs:HTTPS_PORT (Results 1 – 2 of 2) sorted by relevance
25 private static final int HTTPS_PORT = 443; field in HTTPRequest41 if (url.getPort() != HTTPS_PORT) { in HTTPRequest()
162 private static final int HTTPS_PORT = 443; field in FrameParser182 if (dstPort == HTTPS_PORT) { in parseTcpPacket()