Uses of Class
com.limegroup.gnutella.http.HTTPHeaderName

Packages that use HTTPHeaderName
com.limegroup.gnutella.http   
 

Uses of HTTPHeaderName in com.limegroup.gnutella.http
 

Fields in com.limegroup.gnutella.http declared as HTTPHeaderName
static HTTPHeaderName HTTPHeaderName.ACCEPT_ENCODING
          Header for specifying the type of encoding we'll accept.
static HTTPHeaderName HTTPHeaderName.ACCEPT_ENCODING
          Header for specifying the type of encoding we'll accept.
static HTTPHeaderName HTTPHeaderName.ALT_LOCATION
          Header for new alternate file locations, as per new spec.
static HTTPHeaderName HTTPHeaderName.ALT_LOCATION
          Header for new alternate file locations, as per new spec.
static HTTPHeaderName HTTPHeaderName.AVAILABLE_RANGES
          Header for the available ranges of a file currently available, as specified in the Partial File Sharing Protocol.
static HTTPHeaderName HTTPHeaderName.AVAILABLE_RANGES
          Header for the available ranges of a file currently available, as specified in the Partial File Sharing Protocol.
static HTTPHeaderName HTTPHeaderName.BFALT_LOCATION
          Header for bad alternate locations behind firewalls.
static HTTPHeaderName HTTPHeaderName.BFALT_LOCATION
          Header for bad alternate locations behind firewalls.
static HTTPHeaderName HTTPHeaderName.CONNECTION
          Header for specifying whether the connection should be kept alive or closed when using HTTP 1.1.
static HTTPHeaderName HTTPHeaderName.CONNECTION
          Header for specifying whether the connection should be kept alive or closed when using HTTP 1.1.
static HTTPHeaderName HTTPHeaderName.CONTENT_ENCODING
          Header for specifying the type of encoding we'll send.
static HTTPHeaderName HTTPHeaderName.CONTENT_ENCODING
          Header for specifying the type of encoding we'll send.
static HTTPHeaderName HTTPHeaderName.CONTENT_LENGTH
          Header for specifying the length of the content, in bytes.
static HTTPHeaderName HTTPHeaderName.CONTENT_LENGTH
          Header for specifying the length of the content, in bytes.
static HTTPHeaderName HTTPHeaderName.CONTENT_RANGE
          Header for specifying the byte range of the content.
static HTTPHeaderName HTTPHeaderName.CONTENT_RANGE
          Header for specifying the byte range of the content.
static HTTPHeaderName HTTPHeaderName.CONTENT_TYPE
          Header for specifying the type of content.
static HTTPHeaderName HTTPHeaderName.CONTENT_TYPE
          Header for specifying the type of content.
static HTTPHeaderName HTTPHeaderName.CONTENT_URN
          Header for specifying the URN of the file, as per the CAW spec at http://www.open-content.net/specs/draft-jchapweske-caw-03.html .
static HTTPHeaderName HTTPHeaderName.CONTENT_URN
          Header for specifying the URN of the file, as per the CAW spec at http://www.open-content.net/specs/draft-jchapweske-caw-03.html .
static HTTPHeaderName HTTPHeaderName.CREATION_TIME
          Header for creation time.
static HTTPHeaderName HTTPHeaderName.CREATION_TIME
          Header for creation time.
static HTTPHeaderName HTTPHeaderName.DATE
          Constant header for the date.
static HTTPHeaderName HTTPHeaderName.DATE
          Constant header for the date.
static HTTPHeaderName HTTPHeaderName.FALT_LOCATION
          Header for alternate locations behind firewalls.
static HTTPHeaderName HTTPHeaderName.FALT_LOCATION
          Header for alternate locations behind firewalls.
static HTTPHeaderName HTTPHeaderName.FEATURES
          Header for submitting supported features.
static HTTPHeaderName HTTPHeaderName.FEATURES
          Header for submitting supported features.
static HTTPHeaderName HTTPHeaderName.GNUTELLA_CONTENT_URN
          Header for specifying the URN of the file, as per HUGE v0.94.
static HTTPHeaderName HTTPHeaderName.GNUTELLA_CONTENT_URN
          Header for specifying the URN of the file, as per HUGE v0.94.
static HTTPHeaderName HTTPHeaderName.NALTS
          Header for failed Alternate locations to be removed from the mesh.
static HTTPHeaderName HTTPHeaderName.NALTS
          Header for failed Alternate locations to be removed from the mesh.
static HTTPHeaderName HTTPHeaderName.NODE
          Header for sending your own ": "
static HTTPHeaderName HTTPHeaderName.NODE
          Header for sending your own ": "
static HTTPHeaderName HTTPHeaderName.OLD_ALT_LOCS
          Header that used to be used for alternate locations, as per HUGE v0.94.
static HTTPHeaderName HTTPHeaderName.OLD_ALT_LOCS
          Header that used to be used for alternate locations, as per HUGE v0.94.
static HTTPHeaderName HTTPHeaderName.PROXIES
          Header for updating the set of push proxies for a host.
static HTTPHeaderName HTTPHeaderName.PROXIES
          Header for updating the set of push proxies for a host.
static HTTPHeaderName HTTPHeaderName.QUEUE
          Header for queued downloads.
static HTTPHeaderName HTTPHeaderName.QUEUE
          Header for queued downloads.
static HTTPHeaderName HTTPHeaderName.QUEUE_HEADER
          Custom header for upload queues.
static HTTPHeaderName HTTPHeaderName.QUEUE_HEADER
          Custom header for upload queues.
static HTTPHeaderName HTTPHeaderName.RETRY_AFTER
          Header for retry after.
static HTTPHeaderName HTTPHeaderName.RETRY_AFTER
          Header for retry after.
static HTTPHeaderName HTTPHeaderName.SERVER
          Response header for specifying the server name and version.
static HTTPHeaderName HTTPHeaderName.SERVER
          Response header for specifying the server name and version.
static HTTPHeaderName HTTPHeaderName.THEX_URI
          Header for specifying a THEX URI.
static HTTPHeaderName HTTPHeaderName.THEX_URI
          Header for specifying a THEX URI.
 

Methods in com.limegroup.gnutella.http with parameters of type HTTPHeaderName
static void HTTPUtils.writeHeader(HTTPHeaderName name, int value, java.io.OutputStream stream)
          Utility method for writing a header with an integer value.
static void HTTPUtils.writeHeader(HTTPHeaderName name, int value, java.io.OutputStream stream)
          Utility method for writing a header with an integer value.
static void HTTPUtils.writeHeader(HTTPHeaderName name, int value, java.io.Writer writer)
          Utility method for writing a header with an integer value.
static void HTTPUtils.writeHeader(HTTPHeaderName name, int value, java.io.Writer writer)
          Utility method for writing a header with an integer value.
static void HTTPUtils.writeHeader(HTTPHeaderName name, java.lang.String value, java.io.OutputStream os)
          Writes an single http header to the specified OutputStream instance, with the specified header name and the specified header value.
static void HTTPUtils.writeHeader(HTTPHeaderName name, java.lang.String value, java.io.OutputStream os)
          Writes an single http header to the specified OutputStream instance, with the specified header name and the specified header value.
static void HTTPUtils.writeHeader(HTTPHeaderName name, java.lang.String value, java.io.Writer out)
          Writes an single http header to the specified OutputStream instance, with the specified header name and the specified header value.
static void HTTPUtils.writeHeader(HTTPHeaderName name, java.lang.String value, java.io.Writer out)
          Writes an single http header to the specified OutputStream instance, with the specified header name and the specified header value.