| Package | Description |
|---|---|
| one.nio.http | |
| one.nio.net | |
| one.nio.pool | |
| one.nio.rpc | |
| one.nio.rpc.stream | |
| one.nio.server |
| Modifier and Type | Method and Description |
|---|---|
HttpSession |
HttpServer.createSession(Socket socket) |
| Constructor and Description |
|---|
HttpSession(Socket socket,
HttpServer server) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectableJavaSocket |
| Modifier and Type | Field and Description |
|---|---|
protected Socket |
Session.socket |
| Modifier and Type | Method and Description |
|---|---|
abstract Socket |
Socket.accept() |
Socket |
Socket.acceptNonBlocking() |
static Socket |
Socket.bindInet(InetAddress address,
int port,
int backlog) |
static Socket |
Socket.bindUnix(File unixPath,
int backlog) |
static Socket |
Socket.connectInet(InetAddress address,
int port) |
static Socket |
Socket.connectUnix(File unixPath) |
static Socket |
Socket.create() |
static Socket |
Socket.createDatagramSocket() |
static Socket |
Socket.createServerSocket() |
static Socket |
Socket.fromFD(int fd) |
Socket |
Session.socket() |
abstract Socket |
Socket.sslUnwrap() |
abstract Socket |
Socket.sslWrap(SslContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SocksProxy.connect(Socket socket,
String host,
int port) |
void |
Proxy.connect(Socket socket,
String host,
int port) |
void |
HttpProxy.connect(Socket socket,
String host,
int port) |
abstract int |
Session.QueueItem.write(Socket socket) |
int |
Session.ArrayQueueItem.write(Socket socket) |
| Constructor and Description |
|---|
Session(Socket socket) |
Session(Socket socket,
int eventsToListen) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
SocketPool.createObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketPool.destroyObject(Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
RpcSession<S,?> |
RpcServer.createSession(Socket socket) |
| Constructor and Description |
|---|
RpcSession(Socket socket,
RpcServer<S> server) |
| Modifier and Type | Field and Description |
|---|---|
protected Socket |
RpcStreamImpl.socket |
| Constructor and Description |
|---|
RpcStreamImpl(Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
protected Session |
Server.createSession(Socket socket) |
Copyright © 2019. All rights reserved.