com.aelitis.azureus.core.devices.impl
Class TranscodePipeStreamSource

java.lang.Object
  extended by com.aelitis.azureus.core.devices.impl.TranscodePipe
      extended by com.aelitis.azureus.core.devices.impl.TranscodePipeStreamSource

public class TranscodePipeStreamSource
extends TranscodePipe


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aelitis.azureus.core.devices.impl.TranscodePipe
TranscodePipe.errorListener
 
Field Summary
 
Fields inherited from class com.aelitis.azureus.core.devices.impl.TranscodePipe
bytes_available, destroyed, max_bytes_per_sec, paused, sockets
 
Constructor Summary
protected TranscodePipeStreamSource(String _source_host, int _source_port)
           
 
Method Summary
protected  void handleSocket(Socket socket1)
           
 
Methods inherited from class com.aelitis.azureus.core.devices.impl.TranscodePipe
destroy, getConnectionRate, getPort, getWriteSpeed, handlePipe, handleRAF, pause, releaseRAF, reportError, reserveRAF, resume, setMaxBytesPerSecond
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscodePipeStreamSource

protected TranscodePipeStreamSource(String _source_host,
                                    int _source_port)
                             throws IOException
Throws:
IOException
Method Detail

handleSocket

protected void handleSocket(Socket socket1)
Specified by:
handleSocket in class TranscodePipe