Uses of Interface
io.activej.net.socket.tcp.TcpSocket.Inspector
Packages that use TcpSocket.Inspector
-
Uses of TcpSocket.Inspector in io.activej.net
Methods in io.activej.net that return TcpSocket.InspectorModifier and TypeMethodDescriptionprotected TcpSocket.InspectorAbstractReactiveServer.getSocketInspector(InetAddress remoteAddress, InetSocketAddress localAddress, boolean ssl) Methods in io.activej.net with parameters of type TcpSocket.InspectorModifier and TypeMethodDescriptionfinal SelfAbstractReactiveServer.Builder.withSocketInspector(TcpSocket.Inspector socketInspector) final SelfAbstractReactiveServer.Builder.withSocketSslInspector(TcpSocket.Inspector socketSslInspector) -
Uses of TcpSocket.Inspector in io.activej.net.socket.tcp
Classes in io.activej.net.socket.tcp that implement TcpSocket.InspectorMethods in io.activej.net.socket.tcp with parameters of type TcpSocket.InspectorModifier and TypeMethodDescriptionvoidTcpSocket.setInspector(@Nullable TcpSocket.Inspector inspector)