Uses of Class
de.uhilger.httpserver.up.MultipartStream.MalformedStreamException
-
-
Uses of MultipartStream.MalformedStreamException in de.uhilger.httpserver.up
Methods in de.uhilger.httpserver.up that throw MultipartStream.MalformedStreamException Modifier and Type Method Description int
MultipartStream. discardBodyData()
Readsbody-data
from the currentencapsulation
and discards it.int
MultipartStream. readBodyData(OutputStream output)
Readsbody-data
from the currentencapsulation
and writes its contents into the outputStream
.boolean
MultipartStream. readBoundary()
Skips aboundary
token, and checks whether moreencapsulations
are contained in the stream.String
MultipartStream. readHeaders()
Reads theheader-part
of the currentencapsulation
.
-