Index
All Classes and Interfaces|All Packages
A
- accept(int) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
- AFSocketClientConnector - Class in org.newsclub.net.unix.jetty
-
A
Connector
implementation for junixsocket server socket channels (Unix domains etc.) - AFSocketServerConnector - Class in org.newsclub.net.unix.jetty
-
A
Connector
implementation for junixsocket server socket channels (Unix domains etc.) - AFSocketServerConnector(Server, int, int, ConnectionFactory...) - Constructor for class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Creates a new
AFSocketServerConnector
. - AFSocketServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Creates a new
AFSocketServerConnector
. - AFSocketServerConnector(Server, ConnectionFactory...) - Constructor for class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Creates a new
AFSocketServerConnector
. - AFSocketTransport - Class in org.newsclub.net.unix.jetty
-
A
Transport
implementation for junixsocket socket and datagram channels (Unix domains etc.)
C
- configure(SocketChannel) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Configures an incoming
SocketChannel
, setting socket options such as receive and send buffer sizes.
D
- doStart() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
- doStop() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
E
- equals(Object) - Method in class org.newsclub.net.unix.jetty.AFSocketTransport
G
- getAcceptedReceiveBufferSize() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Returns the SO_RCVBUF size for accepted sockets.
- getAcceptedSendBufferSize() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Returns the SO_SNDBUF size for accepted sockets.
- getAcceptQueueSize() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Returns the accept queue size (backlog) for the server socket.
- getListenSocketAddress() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Returns the socket address this connector listens to.
- getSocketAddress() - Method in class org.newsclub.net.unix.jetty.AFSocketTransport
- getTransport() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
- getUnixDomainPath() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Deprecated.
H
- hashCode() - Method in class org.newsclub.net.unix.jetty.AFSocketTransport
I
- isInheritChannel() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Checks whether this connector uses a server channel inherited from the JVM.
- isMayStopServer() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Checks if this connector may stop the server when it's no longer able to serve and no other connectors are available.
- isMayStopServerForce() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Checks if this connector may stop the server when it's no longer able to serve, even if other connectors are available.
N
- newSelectorManager() - Method in class org.newsclub.net.unix.jetty.AFSocketClientConnector
O
- org.newsclub.net.unix.jetty - package org.newsclub.net.unix.jetty
-
Helper code to make jetty work with junixsocket.
S
- setAcceptedReceiveBufferSize(int) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Sets the SO_RCVBUF size for accepted sockets.
- setAcceptedSendBufferSize(int) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Sets the SO_SNDBUF size for accepted sockets.
- setAccepting(boolean) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
- setAcceptQueueSize(int) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Sets the accept queue size (backlog) for the server socket.
- setInheritChannel(boolean) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Sets whether this connector uses a server channel inherited from the JVM.
- setListenSocketAddress(AFSocketAddress) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Sets the socket address this connector listens to.
- setMayStopServer(boolean) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Sets if this connector may stop the server when it's no longer able to serve and no other connectors are available.
- setMayStopServerForce(boolean) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Sets if this connector may stop the server when it's no longer able to serve and no other connectors are available.
- setUnixDomainPath(Path) - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
-
Deprecated.Use
setListenSocketAddress(AFSocketAddress)
instead.
T
- toString() - Method in class org.newsclub.net.unix.jetty.AFSocketServerConnector
- toString() - Method in class org.newsclub.net.unix.jetty.AFSocketTransport
W
- withDatagramChannel(AFSocketAddress) - Static method in class org.newsclub.net.unix.jetty.AFSocketTransport
-
Constructs an
AFSocketTransport
that establishes aDatagramChannel
to the given address. - withSocketAddress(AFSocketAddress) - Static method in class org.newsclub.net.unix.jetty.AFSocketClientConnector
-
Returns a new
ClientConnector
configured to use givenAFSocketAddress
for communication with junixsocket sockets. - withSocketChannel(AFSocketAddress) - Static method in class org.newsclub.net.unix.jetty.AFSocketTransport
-
Constructs an
AFSocketTransport
that establishes aSocketChannel
to the given address.
All Classes and Interfaces|All Packages
getListenSocketAddress()
instead.