private class AnonProxy.RunnableProxy
extends java.lang.Object
implements java.lang.Runnable
ServerSocket and, assuming, that there is a request to be sent
out, pushes resulting connected sockets to an AnonProxy.OpenSocketRequester
for further processing.| Modifier and Type | Field and Description |
|---|---|
private java.net.ServerSocket |
m_serverSocket |
| Constructor and Description |
|---|
RunnableProxy(java.net.ServerSocket a_serverSocket)
Creates a
AnonProxy.RunnableProxy object, that listens for requests on
the given ServerSocket. |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
|
public RunnableProxy(java.net.ServerSocket a_serverSocket)
AnonProxy.RunnableProxy object, that listens for requests on
the given ServerSocket.a_serverSocket - Copyright © 2023. All rights reserved.