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

Field Index

     o   configuredLocalHost

     o   localIP

     o   localPort

     o   remoteIP

     o   remotePort

     o   server

Constructor Index

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

Method Index

     o   run()
Provide the service


Fields 

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


Constructors 

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


Methods 

o   run
 public final void run()
Provide the service


All Packages  Class Hierarchy  This Package  Previous  Next  Index