|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebConnection | |
---|---|
org.qtunes.web | The "web" package defines the abstract API for a Web Server |
Uses of WebConnection in org.qtunes.web |
---|
Classes in org.qtunes.web that implement WebConnection | |
---|---|
class |
WebConnectionWrapper
An WebConnection that wraps another. |
Fields in org.qtunes.web declared as WebConnection | |
---|---|
protected WebConnection |
WebConnectionWrapper.con
|
Methods in org.qtunes.web with parameters of type WebConnection | |
---|---|
void |
CachingWebHandler.handle(WebConnection con)
|
void |
StaticWebHandler.handle(WebConnection con)
|
void |
WebHandler.handle(WebConnection con)
|
protected boolean |
CachingWebHandler.isCompressable(WebConnection con)
Return true if the response to the specified WebConnection should compress content of type "application/json" or "text/*". |
Constructors in org.qtunes.web with parameters of type WebConnection | |
---|---|
WebConnectionWrapper(WebConnection con)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |