Package de.linusdev.lutils.http_WIP
Class HTTPRequestReader
java.lang.Object
de.linusdev.lutils.http_WIP.HTTPRequestReader
-
Constructor Summary
ConstructorsConstructorDescriptionHTTPRequestReader(@NotNull InputStream stream) HTTPRequestReader(@NotNull CharsetDecoder decoder, @NotNull InputStream stream) -
Method Summary
Modifier and TypeMethodDescriptionvoid@NotNull InputStreamintreadByte()intreadChar()readLine()
-
Constructor Details
-
HTTPRequestReader
public HTTPRequestReader(@NotNull @NotNull CharsetDecoder decoder, @NotNull @NotNull InputStream stream) -
HTTPRequestReader
-
-
Method Details
-
readByte
- Throws:
IOException
-
decodeChars
public void decodeChars() -
readChar
- Throws:
IOException
-
readLine
- Throws:
IOException
-
getInputStreamForRemaining
-