|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiOutputStream | |
net.sourceforge.apphere.proxy.rabbit.handler | |
rabbit.handler | This package holds the handlers that RabbIT uses. |
rabbit.meta | This package holds the variuos meta pages that RabbIT provides. |
Uses of MultiOutputStream in net.sourceforge.apphere.proxy.rabbit.handler |
Constructors in net.sourceforge.apphere.proxy.rabbit.handler with parameters of type MultiOutputStream | |
AppHereHandler(Connection con,
HTTPHeader request,
HTTPHeader response,
java.io.InputStream contentstream,
MultiOutputStream clientstream,
boolean maycache,
boolean mayfilter,
long size)
Create a new AppHereHandler for the given request. |
Uses of MultiOutputStream in rabbit.handler |
Constructors in rabbit.handler with parameters of type MultiOutputStream | |
ImageHandler(Connection con,
HTTPHeader request,
HTTPHeader response,
java.io.InputStream contentstream,
MultiOutputStream clientstream,
boolean maycache,
boolean mayfilter,
long size)
Create a new ImageHansler for the given request. |
|
GZIPHandler(Connection con,
HTTPHeader request,
HTTPHeader response,
java.io.InputStream contentstream,
MultiOutputStream clientstream,
boolean maycache,
boolean mayfilter,
long size)
Create a new GZIPHansler for the given request. |
|
FilterHandler(Connection con,
HTTPHeader request,
HTTPHeader response,
java.io.InputStream contentstream,
MultiOutputStream clientstream,
boolean maycache,
boolean mayfilter,
long size)
Create a new FilterHandler for the given request. |
|
BaseHandler(Connection con,
HTTPHeader request,
HTTPHeader response,
java.io.InputStream contentstream,
MultiOutputStream clientstream,
boolean maycache,
boolean mayfilter,
long size)
Create a new BaseHansler for the given request. |
Uses of MultiOutputStream in rabbit.meta |
Methods in rabbit.meta with parameters of type MultiOutputStream | |
void |
UserGetter.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
Status.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
ProxyConfig.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
MetaHandler.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
Handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
KillTheStupidThing.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
FileSender.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
Connections.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
ConfigGetter.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
ClearCache.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
void |
CacheStatus.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage. |
void |
AccessGetter.handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
handler of a MetaPage, that is a special page the proxy supports (like the status page). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |