Lines Matching refs:localPort
907 - private int localPort;
933 - localPort = socket.getLocalPort();
1628 - private int localPort;
1632 - public ImageReceiver(final InetAddress remoteHost, final int remotePort, final int localPort, …
1637 - socket = new DatagramSocket(localPort);
1641 - this.localPort = localPort;
1715 - return localPort;
2586 - int localPort;
2592 - localPort = getFreePort();
2595 - LOGGER.debug(this.getLocal().getConnection() + " " + ip + ": " + localPort + "->" + re…
2601 - localPort = this.getLocal().getPort();
2605 …new AudioChannel(new MediaLocator(this.getMediaLocator()), localIp, ip, localPort, remotePort, Aud…
3115 - private int localPort;
3136 - * @param localPort local port number
3143 - int localPort,
3150 - this.localPort = localPort;
3399 - localPort);
3421 - localPort);
3427 - LOGGER.error("Created RTP session at " + localPort + " to: " + remoteIpAddress + "…
3860 - * @param localPort localPort
3873 - public static MediaSession createSession(String localhost, int localPort, String remoteHost, i…
3886 …agramSocket[] localPorts = MediaSession.getLocalPorts(InetAddress.getByName(localhost), localPort);
3916 - int localPort;
3922 - localPort = getFreePort();
3925 - LOGGER.debug(this.getLocal().getConnection() + " " + ip + ": " + localPort + "->" + re…
3931 - localPort = this.getLocal().getPort();
3936 - mediaSession = createSession(localIp, localPort, ip, remotePort, this, 2, false, true);