Class AFSocketTransport

java.lang.Object
org.eclipse.jetty.io.Transport.Socket
org.newsclub.net.unix.jetty.AFSocketTransport
All Implemented Interfaces:
org.eclipse.jetty.io.Transport

public class AFSocketTransport extends org.eclipse.jetty.io.Transport.Socket
A Transport implementation for junixsocket socket and datagram channels (Unix domains etc.)

This implementation should work with jetty version 12.0.7 or newer.

Author:
Christian Kohlschütter