* @param placeholder
* the placeholder for the remote input stream
* @return the proxy for the input stream
*/
private InputStream getInputStreamProxy(final InputStreamHandle placeholder) {
return new InputStreamProxy(placeholder.getStreamID(), this);
}