|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrafficLoggerHandler | |
---|---|
rabbit.handler | The resource handlers used in the web proxy. |
rabbit.proxy | The web proxy components. |
Uses of TrafficLoggerHandler in rabbit.handler |
---|
Fields in rabbit.handler declared as TrafficLoggerHandler | |
---|---|
protected TrafficLoggerHandler |
BaseHandler.tlh
The traffic logger handler. |
Methods in rabbit.handler with parameters of type TrafficLoggerHandler | |
---|---|
Handler |
BaseHandler.getNewInstance(Connection con,
TrafficLoggerHandler tlh,
HttpHeader header,
HttpHeader webHeader,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size)
|
Handler |
GZipHandler.getNewInstance(Connection con,
TrafficLoggerHandler tlh,
HttpHeader header,
HttpHeader webHeader,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size)
|
Handler |
MultiPartHandler.getNewInstance(Connection con,
TrafficLoggerHandler tlh,
HttpHeader header,
HttpHeader webHeader,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size)
|
Handler |
FilterHandler.getNewInstance(Connection con,
TrafficLoggerHandler tlh,
HttpHeader header,
HttpHeader webHeader,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size)
|
Handler |
ImageHandler.getNewInstance(Connection con,
TrafficLoggerHandler tlh,
HttpHeader header,
HttpHeader webHeader,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size)
|
Handler |
HandlerFactory.getNewInstance(Connection connection,
TrafficLoggerHandler tlh,
HttpHeader header,
HttpHeader webheader,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size)
Get a new Handler for the given request made. |
Constructors in rabbit.handler with parameters of type TrafficLoggerHandler | |
---|---|
BaseHandler(Connection con,
TrafficLoggerHandler tlh,
HttpHeader request,
HttpHeader response,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size)
Create a new BaseHandler for the given request. |
|
FilterHandler(Connection con,
TrafficLoggerHandler tlh,
HttpHeader request,
HttpHeader response,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size,
boolean compress,
boolean repack,
List<HtmlFilterFactory> filterClasses)
Create a new FilterHandler for the given request. |
|
GZipHandler(Connection con,
TrafficLoggerHandler tlh,
HttpHeader request,
HttpHeader response,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size,
boolean compress)
Create a new GZipHandler for the given request. |
|
ImageHandler(Connection con,
TrafficLoggerHandler tlh,
HttpHeader request,
HttpHeader response,
ResourceSource content,
boolean mayCache,
boolean mayFilter,
long size,
SProperties config,
boolean doConvert,
int minSizeToConvert,
ImageConverter imageConverter)
Create a new ImageHandler for the given request. |
|
MultiPartHandler(Connection con,
TrafficLoggerHandler tlh,
HttpHeader request,
HttpHeader response,
ResourceSource content)
Create a new BaseHansler for the given request. |
Uses of TrafficLoggerHandler in rabbit.proxy |
---|
Methods in rabbit.proxy that return TrafficLoggerHandler | |
---|---|
TrafficLoggerHandler |
HttpProxy.getTrafficLoggerHandler()
Get the currently transferred traffic statistics. |
Methods in rabbit.proxy with parameters of type TrafficLoggerHandler | |
---|---|
void |
TrafficLoggerHandler.addTo(TrafficLoggerHandler other)
Add our statistics to the given other TrafficLoggerHandler. |
protected void |
HttpProxy.updateTrafficLog(TrafficLoggerHandler tlh)
Update the currently transferred traffic statistics. |
Constructors in rabbit.proxy with parameters of type TrafficLoggerHandler | |
---|---|
SSLHandler(HttpProxy proxy,
Connection con,
HttpHeader request,
TrafficLoggerHandler tlh)
Create a new SSLHandler |
|
SWC(Connection con,
Resolver resolver,
HttpHeader header,
TrafficLoggerHandler tlh,
ClientResourceHandler crh,
rabbit.proxy.RequestHandler rh)
Create a new connection establisher. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |