com.jproxy.proxy
Class Features

java.lang.Object
  extended bycom.jproxy.proxy.Features

public class Features
extends java.lang.Object


Constructor Summary
Features()
           
 
Method Summary
static byte[] comp(byte[] buf, java.io.ByteArrayOutputStream baos)
           
static java.io.InputStream decomp(java.io.InputStream is)
           
static void gc(ProxyHashtable hash)
           
static void to(HTTPTunnel tunnel)
           
static int ual(ProxyHashtable objectHash, long sessionId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Features

public Features()
Method Detail

ual

public static int ual(ProxyHashtable objectHash,
                      long sessionId)

gc

public static void gc(ProxyHashtable hash)

comp

public static byte[] comp(byte[] buf,
                          java.io.ByteArrayOutputStream baos)
                   throws java.io.IOException
Throws:
java.io.IOException

decomp

public static java.io.InputStream decomp(java.io.InputStream is)
                                  throws java.io.IOException
Throws:
java.io.IOException

to

public static void to(HTTPTunnel tunnel)
               throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


Copyright © JProxy LLC. All Rights Reserved.