public class Socks5TransferNegotiator extends StreamNegotiator
Modifier and Type | Field and Description |
---|---|
static boolean |
isAllowLocalProxyHost |
protected static java.lang.String |
NAMESPACE |
Constructor and Description |
---|
Socks5TransferNegotiator(XMPPConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Cleanup any and all resources associated with this negotiator.
|
java.io.InputStream |
createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.
|
java.io.OutputStream |
createOutgoingStream(java.lang.String streamID,
java.lang.String initiator,
java.lang.String target)
This method handles the file upload stream negotiation process.
|
PacketFilter |
getInitiationPacketFilter(java.lang.String from,
java.lang.String sessionID)
Returns the packet filter that will return the initiation packet for the appropriate stream
initiation.
|
java.lang.String[] |
getNamespaces()
Returns the XMPP namespace reserved for this particular type of file
transfer.
|
createError, createInitiationAccept
protected static final java.lang.String NAMESPACE
public static boolean isAllowLocalProxyHost
public Socks5TransferNegotiator(XMPPConnection connection)
public PacketFilter getInitiationPacketFilter(java.lang.String from, java.lang.String sessionID)
StreamNegotiator
getInitiationPacketFilter
in class StreamNegotiator
from
- The initiatior of the file transfer.sessionID
- The stream ID related to the transfer.public java.io.InputStream createIncomingStream(StreamInitiation initiation) throws XMPPException
StreamNegotiator
createIncomingStream
in class StreamNegotiator
initiation
- The initation that triggered this download.XMPPException
- If an error occurs during this process an XMPPException is
thrown.public java.io.OutputStream createOutgoingStream(java.lang.String streamID, java.lang.String initiator, java.lang.String target) throws XMPPException
StreamNegotiator
createOutgoingStream
in class StreamNegotiator
streamID
- The streamID that uniquely identifies the file transfer.initiator
- The fully-qualified JID of the initiator of the file transfer.target
- The fully-qualified JID of the target or reciever of the file
transfer.XMPPException
- If an error occurs during the negotiation process an
exception will be thrown.public java.lang.String[] getNamespaces()
StreamNegotiator
getNamespaces
in class StreamNegotiator
public void cleanup()
StreamNegotiator
cleanup
in class StreamNegotiator
Copyright © 2003 Jive Software.