Package org.gnome.gio

Class TcpWrapperConnection

java.lang.Object
All Implemented Interfaces:
Proxy, AutoCloseable, AutoCloseable

@Generated("io.github.jwharm.JavaGI") public class TcpWrapperConnection extends TcpConnection
A GTcpWrapperConnection can be used to wrap a IOStream that is based on a Socket, but which is not actually a SocketConnection. This is used by SocketClient so that it can always return a SocketConnection, even when the connection it has actually created is not directly a SocketConnection.