Package | Description |
---|---|
net.java.html.lib.node.http | |
net.java.html.lib.node.https |
Modifier and Type | Method and Description |
---|---|
static ClientRequest |
ClientRequest.$as(Object obj) |
static ClientRequest |
Exports.get(Object options) |
static ClientRequest |
Exports.get(Object 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) |
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.