All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.Connection

java.lang.Object
   |
   +----novocode.netforge.http.Connection

public final class Connection
extends Object
implements Runnable

Variable Index

 o localHost
 o localIP
 o localPort
 o remoteIP
 o remotePort
 o server

Constructor Index

 o Connection(Socket, InetAddress, String, HTTPServer)
Constructor

Method Index

 o run()
Provide the service

Variables

 o localIP
 public InetAddress localIP
 o remoteIP
 public InetAddress remoteIP
 o localPort
 public int localPort
 o remotePort
 public int remotePort
 o localHost
 public String localHost
 o server
 public HTTPServer server

Constructors

 o Connection
 public Connection(Socket clientSock,
                   InetAddress localIP,
                   String localHost,
                   HTTPServer server)
Constructor

Methods

 o run
 public final void run()
Provide the service


All Packages  Class Hierarchy  This Package  Previous  Next  Index