Package tigase.socks5
Interface VerifierIfc
-
- All Known Implementing Classes:
DummyVerifier,LimitsVerifier
public interface VerifierIfc- Author:
- andrzej
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getDefaults()booleanisAllowed(Stream stream)voidsetProperties(Map<String,Object> props)voidsetProxyComponent(Socks5ProxyComponent proxyComponent)voidupdateTransfer(Socks5IOService service, boolean force)
-
-
-
Method Detail
-
setProxyComponent
void setProxyComponent(Socks5ProxyComponent proxyComponent)
-
isAllowed
boolean isAllowed(Stream stream) throws tigase.db.TigaseDBException
- Throws:
tigase.db.TigaseDBException
-
updateTransfer
void updateTransfer(Socks5IOService service, boolean force) throws tigase.db.TigaseDBException, QuotaException
- Throws:
tigase.db.TigaseDBExceptionQuotaException
-
-