| Modifier and Type | Method and Description |
|---|---|
NetworkEnvironmentSettings |
NetworkEnvironment.getNetworkEnvironmentSettings()
Returns the
NetworkEnvironmentSettings used by this instance. |
| Modifier and Type | Method and Description |
|---|---|
NetworkEnvironment |
NetworkEnvironmentSettingsEditor.applyAll(NetworkEnvironmentSettings settings,
NetworkEnvironment applyTo) |
void |
Client.sendData(java.io.InputStream inputStream,
int inputStreamLength,
NetworkEnvironmentSettings settings)
Sends the data from the stream to the client.
|
void |
Client.sendData(java.io.InputStream inputStream,
int inputStreamLength,
java.lang.String sourceName,
NetworkEnvironmentSettings settings)
Sends the data from the stream to the client.
|
void |
Client.sendData(java.io.InputStream inputStream,
long inputStreamLength,
java.lang.String sourceName,
NetworkEnvironmentSettings settings)
Sends the data from the stream to the client.
|
void |
Client.sendData(java.io.InputStream inputStream,
NetworkEnvironmentSettings settings)
Sends the data from the stream to the client.
|
| Constructor and Description |
|---|
DataReceiver(NetworkEnvironmentSettings settings,
DataReceiverAdapter adapter)
Creates a new
DataReceiver instance using the given NetworkEnvironmentSettings. |
NetworkEnvironment(NetworkEnvironmentSettings settings)
Creates a new
NetworkEnvironment instance using the given NetworkEnvironmentSettings. |
NetworkEnvironmentSettingsEditor(NetworkEnvironmentSettings settingToEdit)
Creates a new
NetworkEnvironmentSettingsEditor for the given NetworkEnvironmentSettings |