public class ClientRequest
extends net.java.html.lib.Objs
| Modifier | Constructor and Description |
|---|---|
protected |
ClientRequest(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static ClientRequest |
$as(Object obj) |
void |
abort() |
void |
addTrailers(Object headers) |
void |
end() |
void |
end(Buffer buffer) |
void |
end(Buffer buffer,
net.java.html.lib.Function cb) |
void |
end(Object data) |
void |
end(Object data,
String encoding) |
void |
end(String str) |
void |
end(String str,
net.java.html.lib.Function cb) |
void |
end(String str,
String encoding) |
void |
end(String str,
String encoding,
net.java.html.lib.Function cb) |
String |
getHeader(String name) |
void |
removeHeader(String name) |
void |
setHeader(String name,
String value) |
void |
setHeader(String name,
String[] value) |
void |
setNoDelay() |
void |
setNoDelay(Boolean noDelay) |
void |
setSocketKeepAlive() |
void |
setSocketKeepAlive(Boolean enable) |
void |
setSocketKeepAlive(Boolean enable,
double initialDelay) |
void |
setTimeout(double timeout) |
void |
setTimeout(double timeout,
net.java.html.lib.Function callback) |
Boolean |
write(Buffer buffer) |
Boolean |
write(Buffer buffer,
net.java.html.lib.Function cb) |
void |
write(Object chunk) |
void |
write(Object chunk,
String encoding) |
Boolean |
write(String str) |
Boolean |
write(String str,
net.java.html.lib.Function cb) |
Boolean |
write(String str,
String encoding) |
Boolean |
write(String str,
String encoding,
net.java.html.lib.Function cb) |
Boolean |
write(String str,
String encoding,
String fd) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfprotected ClientRequest(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static ClientRequest $as(Object obj)
public void abort()
public void addTrailers(Object headers)
public void end()
public void end(Buffer buffer, net.java.html.lib.Function cb)
public void end(Buffer buffer)
public void end(Object data)
public void end(String str)
public void end(String str, net.java.html.lib.Function cb)
public void removeHeader(String name)
public void setNoDelay(Boolean noDelay)
public void setNoDelay()
public void setSocketKeepAlive(Boolean enable, double initialDelay)
public void setSocketKeepAlive()
public void setSocketKeepAlive(Boolean enable)
public void setTimeout(double timeout,
net.java.html.lib.Function callback)
public void setTimeout(double timeout)
public void write(Object chunk)
Copyright © 2016. All rights reserved.