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