Uses of Package
net.noderunner.http

Packages that use net.noderunner.http
net.noderunner.http Provides classes for sending and receiving data over HTTP. 
net.noderunner.http.servlet **EXPERIMENTAL** HttpServlet server library. 
 

Classes in net.noderunner.http used by net.noderunner.http
ClientRequest
          Contains an HTTP client request.
ClientResponse
          Contains the contents of an HTTP response message.
ContentType
          Content type field value class, see RFC 2045 section 5.1 on this.
ContentType.Parameter
          Content type parameter, see parameter definition in RFC 2045.
ContentType.StandardType
          Standard content types.
DataPoster
          Interface for sending data during an HTTP POST or PUT operation.
HttpClient
          Specifies methods for an HTTP client.
HttpException
          This exception is used to indicate the use of the HTTP protocol was incorrect.
HttpServer
          Specifies methods for an HTTP server, which is handling a single request from an HTTP client.
HttpVersion
          This represents an HTTP-Version data object, as found in RFC 2616.
MessageHeader
          This is an immutable implementation of the MessageHeader interface.
MessageHeaders
          Contains a list of message headers.
Method
          Standard HTTP methods.
Request
          Contains an HTTP request.
RequestLine
          This is a immutable implementation of an HTTP request line.
Response
          Contains the contents of an HTTP response message.
ServerRequest
          Specifies an HTTP request.
ServerResponse
          Contains the contents of an HTTP response message.
StatusLine
          This is a immutable implementation of the StatusLine interface.
ThreadedHttpServer.Request
          Inner class for handling a single HTTP server request.
 

Classes in net.noderunner.http used by net.noderunner.http.servlet
ServerRequest
          Specifies an HTTP request.
ThreadedHttpServer
          This class is for unit testing.
ThreadedHttpServer.Request
          Inner class for handling a single HTTP server request.
 



Copyright © 2011. All Rights Reserved.