Ila

Uses of Class
org.topoweb.ila.HttpStateBuffer

Packages that use HttpStateBuffer
org.topoweb.ila Common classes and interfaces shared by the org.topoweb.ila.* subpackages. 
 

Uses of HttpStateBuffer in org.topoweb.ila
 

Methods in org.topoweb.ila that return HttpStateBuffer
 HttpStateBuffer HttpStateBuffer.setOkay2xx(int httpStatus, java.lang.String contentType, int contentLength, long lastModified, long expiration, java.lang.String title, java.lang.String userAgent, int linkCount, int coLinkCount)
          Sets the state to that of an HTTP 2xx status code.
 HttpStateBuffer HttpStateBuffer.setOkay3xx(int httpStatus, java.lang.String userAgent, boolean coLink)
          Sets the state to that of an HTTP 3xx status code.
 HttpStateBuffer HttpStateBuffer.setNotFound4xx(int httpStatus, java.lang.String userAgent)
          Sets the state to that of an HTTP 4xx status code.
 


Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.