public class NetworkResources extends Object
| Modifier and Type | Field and Description |
|---|---|
private Socket |
mysqlConnection |
private InputStream |
mysqlInput |
private OutputStream |
mysqlOutput |
| Constructor and Description |
|---|
NetworkResources(Socket mysqlConnection,
InputStream mysqlInput,
OutputStream mysqlOutput) |
| Modifier and Type | Method and Description |
|---|---|
void |
forceClose()
Forcibly closes the underlying socket to MySQL.
|
private final Socket mysqlConnection
private final InputStream mysqlInput
private final OutputStream mysqlOutput
public NetworkResources(Socket mysqlConnection, InputStream mysqlInput, OutputStream mysqlOutput)