| Package | Description |
|---|---|
| tigase.socks5 | |
| tigase.socks5.verifiers |
| Modifier and Type | Method and Description |
|---|---|
Socks5IOService |
Stream.getConnection(Socks5ConnectionType connectionType)
Returns connection with specified type
|
protected Socks5IOService |
Socks5ConnectionManager.getIOServiceInstance() |
Socks5IOService |
Stream.getSecondConnection(Socks5IOService con)
Returns another connections of stream
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stream.addConnection(Socks5IOService con)
Assign connection to stream
|
Socks5IOService |
Stream.getSecondConnection(Socks5IOService con)
Returns another connections of stream
|
void |
Socks5ConnectionManager.packetsReady(Socks5IOService service) |
void |
Stream.proxy(ByteBuffer buf,
Socks5IOService con)
Forward data to another service
|
void |
Socks5ConnectionManager.registerStream(String sid,
Socks5IOService con)
Register stream by creating it and assigning connection to it
|
void |
Socks5ConnectionManager.serviceStarted(Socks5IOService<?> serv) |
boolean |
Socks5ConnectionManager.serviceStopped(Socks5IOService<?> serv) |
boolean |
Socks5ProxyComponent.serviceStopped(Socks5IOService<?> serv) |
void |
Socks5ConnectionManager.socketDataProcessed(Socks5IOService service)
Process stream after each time data from socket is processed
|
void |
Socks5ProxyComponent.socketDataProcessed(Socks5IOService service) |
void |
Socks5ConnectionManager.tlsHandshakeCompleted(Socks5IOService service) |
void |
VerifierIfc.updateTransfer(Socks5IOService service,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyVerifier.updateTransfer(Socks5IOService service,
boolean force) |
void |
LimitsVerifier.updateTransfer(Socks5IOService service,
boolean force) |
Copyright © 2011–2021 Tigase. All rights reserved.