private final class DirectProxy.DirectConViaHTTPProxy
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private java.io.InputStream |
m_clientInputStream |
private java.net.Socket |
m_clientSocket |
| Constructor and Description |
|---|
DirectConViaHTTPProxy(java.net.Socket a_clientSocket,
java.io.InputStream a_clientInputStream)
Sets the client socket to send the response of the proxy to and the
InputStream to read the client request from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private java.net.Socket m_clientSocket
private java.io.InputStream m_clientInputStream
public DirectConViaHTTPProxy(java.net.Socket a_clientSocket,
java.io.InputStream a_clientInputStream)
a_clientSocket - Socket the client writes to and reads from.a_clientInputStream - The InputStream the client request will be
coming from.Copyright © 2023. All rights reserved.