Uses of Interface
org.eclipse.jetty.io.Transport
Packages that use Transport
-
Uses of Transport in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement TransportModifier and TypeClassDescriptionstatic classAbstract implementation ofTransportbased on IP.static classAbstract implementation ofTransportbased on sockets.static classThe TCP/IPTransport.static classThe stream Unix-Domain socketTransport.static classThe UDP/IPTransport.static classThe datagram Unix-Domain socketTransport.static classAbstract implementation ofTransportbased on Unix-Domain sockets.static classA wrapper forTransportinstances to allow layering ofTransports.Fields in org.eclipse.jetty.io declared as TransportModifier and TypeFieldDescriptionstatic final TransportTransport.TCP_IPThe TCP/IPTransport.static final TransportTransport.UDP_IPThe UDP/IPTransport.Methods in org.eclipse.jetty.io that return TransportModifier and TypeMethodDescriptionClientConnectionFactory.Info.getTransport()Transport.Wrapper.getWrapped()Transport.Wrapper.unwrap()Constructors in org.eclipse.jetty.io with parameters of type Transport