Java org.apache.commons.fileupload FileItemHeaders fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.fileupload FileItemHeaders fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.fileupload FileItemHeaders.

The text is from its open source code.

Method

StringgetHeader(String name)
Returns the value of the specified part header as a String.
IteratorgetHeaderNames()

Returns an Enumeration of all the header names.

IteratorgetHeaders(String name)

Returns all the values of the specified item header as an Enumeration of String objects.