Package | Description |
---|---|
net.grinder.tools.tcpproxy |
TCPProxy implementation.
|
net.grinder.util |
Miscellaneous utility classes.
|
net.grinder.util.thread |
Threading utilities.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractTCPProxyEngine.FilteredStreamThread
Runnable which actively reads an input stream and writes to an
output stream, passing the data through a filter. |
Constructor and Description |
---|
AbstractTCPProxyEngine.StreamThread(InterruptibleRunnable runnable,
String name,
InputStream inputStream)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
InterruptibleRunnable |
StreamCopier.getInterruptibleRunnable(InputStream in,
OutputStream out)
Creates a
InterruptibleRunnable that can be used to copy a
stream with an active Thread. |
Constructor and Description |
---|
InterruptibleRunnableAdapter(InterruptibleRunnable interruptibleRunnable)
Constructor for InterruptibleRunnableAdapter.
|
Copyright © 2000-2014. All Rights Reserved.