public abstract class JingleTransportManager extends Object
Constructor and Description |
---|
JingleTransportManager()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected abstract TransportResolver |
createResolver(JingleSession session)
Create a Transport Resolver instance according to the implementation.
|
TransportResolver |
getResolver(JingleSession session)
Get a new Transport Resolver to be used in a Jingle Session.
|
public JingleTransportManager()
public TransportResolver getResolver(JingleSession session) throws XMPPException, SmackException, InterruptedException
InterruptedException
XMPPException
SmackException
protected abstract TransportResolver createResolver(JingleSession session) throws SmackException, InterruptedException
InterruptedException
SmackException