Java HTTP Proxy Library Project Page
SourceForge.net Logo

com.wpg.proxy
Class ProxyProcessor

java.lang.Object
  extended by com.wpg.proxy.ProxyProcessor

public class ProxyProcessor
extends java.lang.Object

Author:
opsi

Constructor Summary
ProxyProcessor(boolean secure, java.net.InetAddress inetAddr, java.nio.channels.SelectionKey key)
          Creates a new instance of ProxyProcessor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyProcessor

public ProxyProcessor(boolean secure,
                      java.net.InetAddress inetAddr,
                      java.nio.channels.SelectionKey key)
               throws java.io.IOException
Creates a new instance of ProxyProcessor

Throws:
java.io.IOException

Java HTTP Proxy Library Project Page
SourceForge.net Logo