Uses of Class
rabbit.http.GeneralHeader

Packages that use GeneralHeader
rabbit.http This package holds the classes that deal with the HTTP protocoll directly. 
 

Uses of GeneralHeader in rabbit.http
 

Subclasses of GeneralHeader in rabbit.http
 class HTTPFooter
          A class to handle a HTTP Footer.
 class HTTPHeader
          A class to handle a HTTPHeader.
 

Methods in rabbit.http with parameters of type GeneralHeader
 void GeneralHeader.copyHeader(GeneralHeader to)
          Copy all headers in this header to the given header.