public class UndertowFormItem
extends java.lang.Object
implements net.javapla.jawn.core.http.FormItem
| Constructor and Description |
|---|
UndertowFormItem(io.undertow.server.handlers.form.FormData.FormValue value,
java.lang.String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
java.lang.String |
getFieldName() |
java.lang.String |
getValue() |
boolean |
isFile() |
java.io.InputStream |
openStream() |
java.lang.String |
toString() |
public UndertowFormItem(io.undertow.server.handlers.form.FormData.FormValue value,
java.lang.String fieldName)
public java.lang.String getValue()
getValue in interface net.javapla.jawn.core.http.FormItempublic java.lang.String getFieldName()
getFieldName in interface net.javapla.jawn.core.http.FormItempublic boolean isFile()
isFile in interface net.javapla.jawn.core.http.FormItempublic java.lang.String getContentType()
getContentType in interface net.javapla.jawn.core.http.FormItempublic java.io.InputStream openStream()
throws java.io.IOException
openStream in interface net.javapla.jawn.core.http.FormItemjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object