public final class Exports extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
static Objs.Property<Objs> |
Agent |
static Objs.Property<Agent> |
globalAgent |
Modifier and Type | Method and Description |
---|---|
static Server |
createServer(ServerOptions options) |
static Server |
createServer(ServerOptions options,
Function requestListener) |
static ClientRequest |
get(RequestOptions options) |
static ClientRequest |
get(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
static ClientRequest |
request(RequestOptions options) |
static ClientRequest |
request(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
$as, $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, valueOf
public static Objs.Property<Objs> Agent
public static Objs.Property<Agent> globalAgent
public static Server createServer(ServerOptions options, Function requestListener)
public static Server createServer(ServerOptions options)
public static ClientRequest get(RequestOptions options, Function.A1<? super IncomingMessage,? extends Void> callback)
public static ClientRequest get(RequestOptions options)
public static ClientRequest request(RequestOptions options, Function.A1<? super IncomingMessage,? extends Void> callback)
public static ClientRequest request(RequestOptions options)
Copyright © 2018. All rights reserved.