Object |
Domain.bind(Function.A2<? super Error,? super Object,? extends Object> cb) |
static void |
Exports.deflate(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.deflateRaw(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
ExecOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
ExecOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
ExecOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
void |
Server.getConnections(Function.A2<? super Error,? super Number,? extends Void> cb) |
static void |
Exports.gunzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.gzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.inflate(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.inflateRaw(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static String |
Exports.lookup(String domain,
double family,
Function.A3<? super Error,? super String,? super Number,? extends Void> callback) |
static String |
Exports.lookup(String domain,
Function.A3<? super Error,? super String,? super Number,? extends Void> callback) |
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pseudoRandomBytes(double size,
Function.A2<? super Error,? super Buffer,? extends Void> callback) |
static void |
Exports.randomBytes(double size,
Function.A2<? super Error,? super Buffer,? extends Void> callback) |
static Array<String> |
Exports.resolve(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve(String domain,
String rrtype,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve4(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve6(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveCname(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveMx(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveNs(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveSrv(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveTxt(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.reverse(String ip,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
void |
Socket.send(Buffer buf,
double offset,
double length,
double port,
String address,
Function.A2<? super Error,? super Number,? extends Void> callback) |
static void |
Exports.unzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |