public class NetworkResources extends Object
| Modifier and Type | Field | Description |
|---|---|---|
private Socket |
mysqlConnection |
|
private InputStream |
mysqlInput |
|
private OutputStream |
mysqlOutput |
| Constructor | Description |
|---|---|
NetworkResources(Socket mysqlConnection,
InputStream mysqlInput,
OutputStream mysqlOutput) |
| Modifier and Type | Method | 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)