public class ProxyConnectionManager extends Object
| Constructor and Description |
|---|
ProxyConnectionManager(FileTransferManager manager) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createDigest(String sessionID,
org.xmpp.packet.JID initiator,
org.xmpp.packet.JID target)
Creates the digest needed for a byte stream.
|
void |
disable() |
int |
getProxyPort() |
boolean |
isRunning() |
public ProxyConnectionManager(FileTransferManager manager)
public int getProxyPort()
public static String createDigest(String sessionID, org.xmpp.packet.JID initiator, org.xmpp.packet.JID target)
sessionID - The sessionID of the stream negotiationinitiator - The initiator of the stream negotiationtarget - The target of the stream negotiationpublic boolean isRunning()
public void disable()
Copyright © 2003-2008 Jive Software.