Package | Description |
---|---|
net.java.html.lib.node.http | |
net.java.html.lib.node.https |
Modifier and Type | Method and Description |
---|---|
static RequestOptions |
RequestOptions.$as(Object obj) |
Modifier and Type | Method and Description |
---|---|
static ClientRequest |
Exports.request(RequestOptions options) |
static ClientRequest |
Exports.request(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
Modifier and Type | Class and Description |
---|---|
class |
RequestOptions |
Modifier and Type | Method and Description |
---|---|
static ClientRequest |
Exports.get(RequestOptions options) |
static ClientRequest |
Exports.get(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
static ClientRequest |
Exports.request(RequestOptions options) |
static ClientRequest |
Exports.request(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
Copyright © 2018. All rights reserved.