/[storm]/storm/org/nongnu/storm/http/server/HTTPServer.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/http/server/HTTPServer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by hemppah, Mon May 5 13:56:28 2003 UTC revision 1.5 by tuukkah, Mon May 5 14:35:01 2003 UTC
# Line 81  public class HTTPServer extends Thread { Line 81  public class HTTPServer extends Thread {
81      public void run() {      public void run() {
82          try {          try {
83              while (!isInterrupted()) {              while (!isInterrupted()) {
84                  csock = lsock.accept();                  Socket csock = lsock.accept();
85                  HTTPConnection sess =                  HTTPConnection sess =
86                      connf.newConnection(csock);                      connf.newConnection(csock);
87              }              }
# Line 90  public class HTTPServer extends Thread { Line 90  public class HTTPServer extends Thread {
90    
91      private ServerSocket lsock;      private ServerSocket lsock;
92      private HTTPConnection.Factory connf;      private HTTPConnection.Factory connf;
     private Socket csock;  
93    
94      public static void main(String[] argv) {      public static void main(String[] argv) {
95          try {          try {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26