Uses of Class
things.thinger.service.httptool.Head

Packages that use Head
things.thinger.service.httptool   
 

Uses of Head in things.thinger.service.httptool
 

Methods in things.thinger.service.httptool that return Head
 Head ActionIzer.head(ThingsPropertyView parameters, ThingsPropertyView tags, SystemInterface si)
          Overload this if you want to manage HEAD processing on your own.
 Head Action.head(ThingsPropertyView parameters, ThingsPropertyView tags, SystemInterface si)
          Overload this if you want to manage HEAD processing on your own.
 

Methods in things.thinger.service.httptool with parameters of type Head
static void HttpToolkit.respondWithHead(Head headResult, java.io.OutputStream bos)
          Respond to an HTTP HEAD.
 



Things.