| Package | Description |
|---|---|
| net.java.html.lib.node.dgram | |
| net.java.html.lib.node.http | |
| net.java.html.lib.node.net | |
| net.java.html.lib.node.tls | |
| net.java.html.lib.node.tty |
| Modifier and Type | Method and Description |
|---|---|
static Socket |
Exports.createSocket(String type) |
static Socket |
Exports.createSocket(String type,
Function.A2<? super Buffer,? super RemoteInfo,? extends Void> callback) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Socket> |
ServerRequest.connection |
Objs.Property<Socket> |
IncomingMessage.socket |
| Modifier and Type | Method and Description |
|---|---|
Socket |
ServerRequest.connection() |
Socket |
IncomingMessage.socket() |
| Modifier and Type | Class and Description |
|---|---|
class |
Server |
| Modifier and Type | Method and Description |
|---|---|
static Socket |
Socket.$as(Object obj) |
static Socket |
Exports.connect(double port) |
static Socket |
Exports.connect(double port,
String host) |
static Socket |
Exports.connect(double port,
String host,
Function connectionListener) |
static Socket |
Exports.connect(Objs options) |
static Socket |
Exports.connect(Objs options,
Function connectionListener) |
static Socket |
Exports.connect(String path) |
static Socket |
Exports.connect(String path,
Function connectionListener) |
static Socket |
Exports.createConnection(double port) |
static Socket |
Exports.createConnection(double port,
String host) |
static Socket |
Exports.createConnection(double port,
String host,
Function connectionListener) |
static Socket |
Exports.createConnection(Objs options) |
static Socket |
Exports.createConnection(Objs options,
Function connectionListener) |
static Socket |
Exports.createConnection(String path) |
static Socket |
Exports.createConnection(String path,
Function connectionListener) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Exports.createServer(Function.A1<? super Socket,? extends Void> connectionListener) |
static Server |
Exports.createServer(Objs options,
Function.A1<? super Socket,? extends Void> connectionListener) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Socket> |
ConnectionOptions.socket |
| Modifier and Type | Method and Description |
|---|---|
Socket |
ConnectionOptions.socket() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadStream |
class |
WriteStream |
Copyright © 2016. All rights reserved.