Uses of Class
com.faunos.util.io.ImmutableBuffer

Packages that use ImmutableBuffer
com.faunos.skwish.ext.http An experimental read-only HTTP interface to skwish is provided here. 
com.faunos.util.net.http A skeletal implementation of a simple non-blocking HTTP server. 
 

Uses of ImmutableBuffer in com.faunos.skwish.ext.http
 

Fields in com.faunos.skwish.ext.http with type parameters of type ImmutableBuffer
protected static Map<String,ImmutableBuffer> SkwishResponseFactory.propertyValues
          Used to retrieve common content-type value headers.
 

Uses of ImmutableBuffer in com.faunos.util.net.http
 

Fields in com.faunos.util.net.http declared as ImmutableBuffer
 ImmutableBuffer CannedResponses.allow
          "Allow: "
 ImmutableBuffer CannedResponses.allowGetHead
          "Allow: GET, HEAD" + CRLF
 ImmutableBuffer CannedResponses.appOctet
          application/octet-stream + CRLF
 ImmutableBuffer CannedResponses.badRequest
          The 400 status line.
 ImmutableBuffer CannedResponses.connectionClose
          "Connection: close" + CRLF
 ImmutableBuffer CannedResponses.contentBase
          "Content-Location: "
 ImmutableBuffer CannedResponses.contentLength
          "Content-Length: "
 ImmutableBuffer CannedResponses.contentLocation
          "Content-Location: "
 ImmutableBuffer CannedResponses.contentType
          "Content-Type: "
 ImmutableBuffer CannedResponses.emptyLine
          Returns an empty line (CRLF).
 ImmutableBuffer CannedResponses.forbidden
          The 403 status line.
 ImmutableBuffer CannedResponses.imageGif
          image/gif + CRLF
 ImmutableBuffer CannedResponses.imageIco
          image/x-icon + CRLF
 ImmutableBuffer CannedResponses.imageJpeg
          image/jpeg + CRLF
 ImmutableBuffer CannedResponses.imagePng
          image/png + CRLF
 ImmutableBuffer CannedResponses.location
          "Location: "
 ImmutableBuffer CannedResponses.methodNotAllowed
          The 405 status line.
 ImmutableBuffer CannedResponses.notFound
          The 404 status line.
 ImmutableBuffer CannedResponses.notImplemented
          The 501 status line.
 ImmutableBuffer CannedResponses.okay
          The 200 status line.
 ImmutableBuffer CannedResponses.plainText
          text/plain + CRLF
 ImmutableBuffer CannedResponses.requestUriTooLong
          The 414 status line.
 ImmutableBuffer CannedResponses.server
          "Server: "
 ImmutableBuffer CannedResponses.serverError
          The 500 status line.
 ImmutableBuffer CannedResponses.textCss
          text/html + CRLF
 ImmutableBuffer CannedResponses.textHtml
          text/html + CRLF
 ImmutableBuffer CannedResponses.textXml
          text/xml + CRLF
 

Methods in com.faunos.util.net.http that return ImmutableBuffer
static ImmutableBuffer CannedResponses.createBuffer(String content)
           
 

Methods in com.faunos.util.net.http that return types with arguments of type ImmutableBuffer
 Map<String,ImmutableBuffer> CannedResponses.getNameMap()
           
 Map<String,ImmutableBuffer> CannedResponses.getValueMap()
           
 



SourceForge.net Logo