public final class SAPI extends Object
| Constructor and Description |
|---|
SAPI() |
| Modifier and Type | Method and Description |
|---|---|
static String |
cookies(ScriptEnvironment e) |
static String[] |
env(ScriptEnvironment e) |
static int |
flush(javax.servlet.http.HttpServletResponse res) |
static void |
header(boolean set,
javax.servlet.http.HttpServletResponse res,
String name,
String value) |
static void |
log(Handler h,
String msg) |
static int |
read(javax.servlet.http.HttpServletRequest req,
byte[] buf,
int len) |
static void |
status(javax.servlet.http.HttpServletResponse res,
int sc) |
static int |
write(javax.servlet.http.HttpServletResponse res,
byte[] buf,
int len) |
public static int write(javax.servlet.http.HttpServletResponse res,
byte[] buf,
int len)
public static int read(javax.servlet.http.HttpServletRequest req,
byte[] buf,
int len)
public static int flush(javax.servlet.http.HttpServletResponse res)
public static void header(boolean set,
javax.servlet.http.HttpServletResponse res,
String name,
String value)
public static void status(javax.servlet.http.HttpServletResponse res,
int sc)
public static String[] env(ScriptEnvironment e)
public static String cookies(ScriptEnvironment e)
Copyright © 2016 JBoss by Red Hat. All rights reserved.