Home | History | Annotate | Download | only in jingle

Lines Matching full:remoteport

908 -    private int remotePort;

920 - public ImageTransmitter(DatagramSocket socket, InetAddress remoteHost, int remotePort, Rectangle area) {
935 - this.remotePort = remotePort;
1000 - p.setPort(remotePort);
1629 - private int remotePort;
1632 - public ImageReceiver(final InetAddress remoteHost, final int remotePort, final int localPort, int width, int height) {
1640 - this.remotePort = remotePort;
1681 - p.setPort(remotePort);
1719 - return remotePort;
2587 - int remotePort;
2593 - remotePort = this.getLocal().getSymmetric().getPort();
2595 - LOGGER.debug(this.getLocal().getConnection() + " " + ip + ": " + localPort + "->" + remotePort);
2602 - remotePort = this.getRemote().getPort();
2605 - audioChannel = new AudioChannel(new MediaLocator(this.getMediaLocator()), localIp, ip, localPort, remotePort, AudioFormatUtils.getAudioFormat(this.getPayloadType()),this);
3137 - * @param remotePort remote port number
3144 - int remotePort,
3151 - this.portBase = remotePort;
3862 - * @param remotePort remotePort
3873 - public static MediaSession createSession(String localhost, int localPort, String remoteHost, int remotePort
3887 - MediaSession session = MediaSession.createInstance(remoteHost, remotePort, localPorts, quality, secure, masterKey, masterSalt);
3917 - int remotePort;
3923 - remotePort = this.getLocal().getSymmetric().getPort();
3925 - LOGGER.debug(this.getLocal().getConnection() + " " + ip + ": " + localPort + "->" + remotePort);
3932 - remotePort = this.getRemote().getPort();
3936 - mediaSession = createSession(localIp, localPort, ip, remotePort, this, 2, false, true);