org.jivesoftware.smackx.jingle.nat
Class ICETransportManager
java.lang.Object
JingleTransportManager
org.jivesoftware.smackx.jingle.nat.ICETransportManager
public class ICETransportManager
- extends JingleTransportManager
$RCSfile: ICETransportManager.java,v $
$Revision: 1.1 $
$Date: 02/01/2007
Copyright 2003-2006 Jive Software.
All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
|
Constructor Summary |
ICETransportManager(XMPPConnection xmppConnection,
java.lang.String server,
int port)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICETransportManager
public ICETransportManager(XMPPConnection xmppConnection,
java.lang.String server,
int port)
sessionEstablished
public void sessionEstablished(PayloadType pt,
TransportCandidate rc,
TransportCandidate lc,
JingleSession jingleSession)
sessionDeclined
public void sessionDeclined(java.lang.String reason,
JingleSession jingleSession)
sessionRedirected
public void sessionRedirected(java.lang.String redirection,
JingleSession jingleSession)
sessionClosed
public void sessionClosed(java.lang.String reason,
JingleSession jingleSession)
sessionClosedOnError
public void sessionClosedOnError(XMPPException e,
JingleSession jingleSession)
sessionMediaReceived
public void sessionMediaReceived(JingleSession jingleSession,
java.lang.String participant)
sessionCreated
public void sessionCreated(JingleSession jingleSession)