protected class NanoHTTPD.HTTPSession
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static int |
BUFSIZE |
Constructor and Description |
---|
NanoHTTPD.HTTPSession(NanoHTTPD.TempFileManager tempFileManager,
java.io.InputStream inputStream,
java.io.OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
int[] |
getBoundaryPositions(java.nio.ByteBuffer b,
byte[] boundary)
Find the byte positions where multipart boundaries start.
|
void |
run() |
public static final int BUFSIZE
public NanoHTTPD.HTTPSession(NanoHTTPD.TempFileManager tempFileManager, java.io.InputStream inputStream, java.io.OutputStream outputStream)