hudson.cli
Class CliProtocol.Handler

java.lang.Object
  extended by hudson.cli.CliProtocol.Handler
Direct Known Subclasses:
CliProtocol2.Handler2
Enclosing class:
CliProtocol

protected static class CliProtocol.Handler
extends Object


Field Summary
protected  Socket socket
           
 
Constructor Summary
CliProtocol.Handler(Socket socket)
           
 
Method Summary
 void run()
           
protected  void runCli(Connection c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket

protected final Socket socket
Constructor Detail

CliProtocol.Handler

public CliProtocol.Handler(Socket socket)
Method Detail

run

public void run()
         throws IOException,
                InterruptedException
Throws:
IOException
InterruptedException

runCli

protected void runCli(Connection c)
               throws IOException,
                      InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2013. All Rights Reserved.