Uses of Class
cz.muni.fi.cewebs.myservice.delivery.DCResponseHeadersEle

Packages that use DCResponseHeadersEle
cz.muni.fi.cewebs.myservice.delivery   
 

Uses of DCResponseHeadersEle in cz.muni.fi.cewebs.myservice.delivery
 

Fields in cz.muni.fi.cewebs.myservice.delivery declared as DCResponseHeadersEle
protected  DCResponseHeadersEle[] DCResponse.headers
          HTTP hlavičky, které má TE odeslat uživateli jako součást odpovědi na jeho dotaz.
 

Methods in cz.muni.fi.cewebs.myservice.delivery that return DCResponseHeadersEle
 DCResponseHeadersEle[] DCResponse.getHeaders()
           
 

Methods in cz.muni.fi.cewebs.myservice.delivery with parameters of type DCResponseHeadersEle
 void DCResponse.setHeaders(DCResponseHeadersEle[] headers)
           
 

Constructors in cz.muni.fi.cewebs.myservice.delivery with parameters of type DCResponseHeadersEle
DCResponse(java.lang.String document, java.util.Calendar modified, DCResponseResourceEle[] resources, DCResponseCachekeyEle[] cachekeys, DCResponseHeadersEle[] headers, DCResponseLinksEle[] links)