| Package | Description |
|---|---|
| anon.proxy |
This package implements a proxy for convienient use of the anonymous communication primitives provided by the ANON library.
|
| anon.util |
| Modifier and Type | Field and Description |
|---|---|
private SocketGuard |
AnonProxyRequest.m_clientSocket
The socket connected to the Browser sending the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnonProxy.OpenSocketRequester.pushSocket(SocketGuard clientSocket)
Adds a
SocketGuard to the internal queue and notifies threads
waiting on the queue. |
| Constructor and Description |
|---|
AnonProxyRequest(AnonProxy proxy,
SocketGuard clientSocket,
java.lang.Object a_syncObject,
ProxyCallbackHandler callbackHandler)
Creates an
AnonProxyRequest object and starts it in a Thread,
listening for a request to come through the given client socket. |
| Modifier and Type | Method and Description |
|---|---|
static void |
SocketGuard.close(SocketGuard a_socket)
Closes the given
SocketGuard object. |
Copyright © 2023. All rights reserved.