Uses of Class
org.apache.axis2.transport.base.datagram.DatagramEndpoint

Packages that use DatagramEndpoint
org.apache.axis2.transport.base.datagram Base classes for datagram transports. 
org.apache.axis2.transport.udp Transport implementation for the UDP protocol. 
 

Uses of DatagramEndpoint in org.apache.axis2.transport.base.datagram
 

Classes in org.apache.axis2.transport.base.datagram with type parameters of type DatagramEndpoint
 class AbstractDatagramTransportListener<E extends DatagramEndpoint>
           
 

Methods in org.apache.axis2.transport.base.datagram with parameters of type DatagramEndpoint
 void DatagramDispatcherCallback.receive(DatagramEndpoint endpoint, byte[] data, int length)
           
 

Constructors in org.apache.axis2.transport.base.datagram with parameters of type DatagramEndpoint
ProcessPacketTask(DatagramEndpoint endpoint, byte[] data, int length)
           
 

Uses of DatagramEndpoint in org.apache.axis2.transport.udp
 

Subclasses of DatagramEndpoint in org.apache.axis2.transport.udp
 class Endpoint
          UDP endpoint description.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.