| Package | Description |
|---|---|
| anon.client | |
| anon.forward | |
| anon.forward.client | |
| anon.forward.server | |
| anon.proxy |
This package implements a proxy for convienient use of the anonymous communication primitives provided by the ANON library.
|
| anon.shared | |
| anon.transport.connection | |
| anon.transport.connector |
| Modifier and Type | Field and Description |
|---|---|
private IStreamConnection |
AnonClient.m_streamConnection |
private IStreamConnection |
SocketHandler.m_underlyingConnection |
| Modifier and Type | Method and Description |
|---|---|
private IStreamConnection |
AnonClient.connectMixCascade(MixCascade a_mixCascade,
ImmutableProxyInterface a_proxyInterface,
IServiceContainer a_serviceContainer,
boolean a_bIsReconnect) |
IStreamConnection |
SocketHandler.getUnderlyingIStreamConnection() |
| Modifier and Type | Method and Description |
|---|---|
private void |
AnonClient.initializeProtocol(IStreamConnection a_connectionToMixCascade,
MixCascade a_mixCascade,
IServiceContainer a_serviceContainer,
TermsAndConditionConfirmation termsConfirmation) |
| Constructor and Description |
|---|
AnonClient(DirectProxy a_directProxy,
IStreamConnection a_theConnection,
MixCascade a_currentService) |
SocketHandler(IStreamConnection a_baseConnection) |
| Modifier and Type | Method and Description |
|---|---|
IStreamConnection |
LocalForwarder.connect(LocalAddress a_address)
Zentrale Methode um eine neue lokale Verbindung einzurichten.
|
IStreamConnection |
ForwardUtils.createForwardingConnection(IAddress a_address)
Creates a ForwardConnection according to the Type of the given Address.
|
| Modifier and Type | Field and Description |
|---|---|
private IStreamConnection |
DefaultClientProtocolHandler.m_connection
This stores the forwarded connection.
|
| Constructor and Description |
|---|
DefaultClientProtocolHandler(IStreamConnection a_connection)
Creates a new instance of DefaultClientProtocol handler.
|
| Modifier and Type | Field and Description |
|---|---|
private IStreamConnection |
ForwardConnection.m_clientConnection
Stores the connection to the client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardScheduler.handleNewConnection(IStreamConnection a_newConnection)
The associated ServerManager signals any new connection here.
|
| Constructor and Description |
|---|
ForwardConnection(IStreamConnection a_clientConnection,
ForwardScheduler a_parentScheduler)
Creates a new ForwardConnection.
|
| Constructor and Description |
|---|
AnonProxy(DirectProxy a_directProxy,
IStreamConnection a_proxyConnection,
MixCascade a_currentService,
int a_maxDummyTrafficInterval,
TermsAndConditionConfirmation termsConfirmation)
Creates a new AnonProxy with an already active mix connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkConnectionAdapter
Adaptiert eine bestehende
IChunkConnection um darauf aufbauend, eine
IStreamConnection bereitzustellen. |
class |
SocketConnection
Adaptiert ein Socket um es im Sinne einer
IStreamConnection zu
verwenden. |
| Modifier and Type | Method and Description |
|---|---|
IStreamConnection |
SkypeConnector.connect(SkypeAddress a_address)
Versucht eine
IStreamConnection zur angebenen Adresse aufzubauen. |
IStreamConnection |
TcpIpConnector.connect(TcpIpAddress a_address) |
Copyright © 2023. All rights reserved.