Uses of Class
org.newsclub.net.unix.jetty.AFSocketTransport
-
Uses of AFSocketTransport in org.newsclub.net.unix.jetty
Methods in org.newsclub.net.unix.jetty that return AFSocketTransportModifier and TypeMethodDescriptionstatic AFSocketTransport
AFSocketTransport.withDatagramChannel
(org.newsclub.net.unix.AFSocketAddress addr) Constructs anAFSocketTransport
that establishes aDatagramChannel
to the given address.static AFSocketTransport
AFSocketTransport.withSocketChannel
(org.newsclub.net.unix.AFSocketAddress addr) Constructs anAFSocketTransport
that establishes aSocketChannel
to the given address.