| Package | Description |
|---|---|
| tigase.socks5 | |
| tigase.socks5.repository |
| Modifier and Type | Method and Description |
|---|---|
Socks5ConnectionType |
Socks5IOService.getSocks5ConnectionType()
Returns Socks5 connectionType (Requester/Target)
|
static Socks5ConnectionType |
Socks5ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Socks5ConnectionType[] |
Socks5ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Socks5IOService |
Stream.getConnection(Socks5ConnectionType connectionType)
Returns connection with specified type
|
void |
Socks5IOService.setSocks5ConnectionType(Socks5ConnectionType connectionType)
Set Socks5 connection type (Requester or Target connection)
|
| Modifier and Type | Method and Description |
|---|---|
long |
JDBCSocks5Repository.createTransferUsedByConnection(tigase.xmpp.jid.BareJID user,
Socks5ConnectionType type,
tigase.xmpp.jid.BareJID instance) |
long |
Socks5Repository.createTransferUsedByConnection(tigase.xmpp.jid.BareJID user_id,
Socks5ConnectionType type,
tigase.xmpp.jid.BareJID instance) |
long |
Socks5RepositoryMDBean.createTransferUsedByConnection(tigase.xmpp.jid.BareJID user_id,
Socks5ConnectionType type,
tigase.xmpp.jid.BareJID instance) |
long |
DummySocks5Repository.createTransferUsedByConnection(tigase.xmpp.jid.BareJID user_id,
Socks5ConnectionType type,
tigase.xmpp.jid.BareJID instance) |
Copyright © 2011–2019 Tigase. All rights reserved.