Uses of Interface
org.granite.gravity.udp.UdpChannel

Uses of UdpChannel in org.granite.gravity.udp
 

Classes in org.granite.gravity.udp that implement UdpChannel
 class AbstractUdpChannel
           
 class UdpIOChannel
           
 class UdpNIOChannel
           
 

Methods in org.granite.gravity.udp that return UdpChannel
 UdpChannel UdpChannelFactory.newUdpChannel(org.granite.gravity.AbstractChannel gravityChannel, InetSocketAddress address)
           
 UdpChannel UdpConnectedIOChannelFactory.newUdpChannel(org.granite.gravity.AbstractChannel gravityChannel, InetSocketAddress address)
           
 UdpChannel UdpConnectedNIOChannelFactory.newUdpChannel(org.granite.gravity.AbstractChannel gravityChannel, InetSocketAddress address)
           
 UdpChannel UdpSharedIOChannelFactory.newUdpChannel(org.granite.gravity.AbstractChannel gravityChannel, InetSocketAddress address)
           
 UdpChannel UdpSharedNIOChannelFactory.newUdpChannel(org.granite.gravity.AbstractChannel gravityChannel, InetSocketAddress address)
           
 

Constructors in org.granite.gravity.udp with parameters of type UdpChannel
UdpReceiverImpl(UdpChannel udpChannel, flex.messaging.messages.Message connect)