Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class Network.PreInOut2Pipe

java.lang.Object
    |
    +----java.lang.Thread
            |
            +----Network.PreInOutPipe
                    |
                    +----Network.PreInOut2Pipe

private class Network.PreInOut2Pipe
extends Network.PreInOutPipe
Pipe zum Umleiten der Eingabe auf zwei Ausgabestreams. Auf welche Ausgabe geschrieben wird, hängt vom Präfix ab; bei prefix wird auf out, bei prefix2 wird auf out2 geschrieben. Bei null oder Authenti.BYE wird der gesamte Netzwerkknoten geschlossen.


Fields inherited from class java.lang.Thread
 MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 

Constructor Summary
 Network.PreInOut2Pipe(Network this$0, java.io.Reader in, java.io.Writer out, java.io.Writer out2, java.lang.String prefix, java.lang.String prefix2)
 
 

Method Summary
void  run()
 
 
Methods inherited from class Network.PreInOutPipe
 run
 
Methods inherited from class java.lang.Thread
 activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Network.PreInOut2Pipe

public Network.PreInOut2Pipe(Network this$0,
                             java.io.Reader in,
                             java.io.Writer out,
                             java.io.Writer out2,
                             java.lang.String prefix,
                             java.lang.String prefix2)
Method Detail

run

public void run()
Overrides:
run in class Network.PreInOutPipe

Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS