Uses of Class
io.activej.net.socket.tcp.TcpSocket
Packages that use TcpSocket
-
Uses of TcpSocket in io.activej.net.socket.tcp
Methods in io.activej.net.socket.tcp that return TcpSocketModifier and TypeMethodDescriptionstatic TcpSocketTcpSocket.wrapChannel(io.activej.reactor.nio.NioReactor reactor, SocketChannel socketChannel, @Nullable io.activej.reactor.net.SocketSettings socketSettings) static TcpSocketTcpSocket.wrapChannel(io.activej.reactor.nio.NioReactor reactor, SocketChannel socketChannel, InetSocketAddress remoteAddress, @Nullable io.activej.reactor.net.SocketSettings socketSettings) Methods in io.activej.net.socket.tcp that return types with arguments of type TcpSocketModifier and TypeMethodDescriptionTcpSocket.connect(io.activej.reactor.nio.NioReactor reactor, InetSocketAddress address) TcpSocket.connect(io.activej.reactor.nio.NioReactor reactor, InetSocketAddress address, long timeout, @Nullable io.activej.reactor.net.SocketSettings socketSettings) TcpSocket.connect(io.activej.reactor.nio.NioReactor reactor, InetSocketAddress address, @Nullable Duration duration, @Nullable io.activej.reactor.net.SocketSettings socketSettings) Methods in io.activej.net.socket.tcp with parameters of type TcpSocketModifier and TypeMethodDescriptionvoidvoidvoidTcpSocket.Inspector.onDisconnect(TcpSocket socket) voidTcpSocket.JmxInspector.onDisconnect(TcpSocket socket) voidvoidvoidTcpSocket.Inspector.onReadEndOfStream(TcpSocket socket) voidTcpSocket.JmxInspector.onReadEndOfStream(TcpSocket socket) voidTcpSocket.Inspector.onReadError(TcpSocket socket, IOException e) voidTcpSocket.JmxInspector.onReadError(TcpSocket socket, IOException e) voidTcpSocket.Inspector.onReadTimeout(TcpSocket socket) voidTcpSocket.JmxInspector.onReadTimeout(TcpSocket socket) voidvoidvoidTcpSocket.Inspector.onWriteError(TcpSocket socket, IOException e) voidTcpSocket.JmxInspector.onWriteError(TcpSocket socket, IOException e) voidTcpSocket.Inspector.onWriteTimeout(TcpSocket socket) voidTcpSocket.JmxInspector.onWriteTimeout(TcpSocket socket)